From 0de85ee331ec5918041ddc503c8225d05ba57baf Mon Sep 17 00:00:00 2001 From: Inbharaj Date: Wed, 26 Aug 2026 14:37:42 +0530 Subject: [PATCH] Switch ARO-HCP e2e-parallel to centralus The canadacentral ACR geo-replica is returning HTTP 429 (Too Many Requests) under the concurrent load of ~390 parallel e2e clusters, causing ~700 deadline-exceeded cluster create failures per day. The throttling started immediately after switching from westus3 to canadacentral in #83878. Moving to centralus to test whether a different ACR replica avoids the rate limiting. --- ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main.yaml b/ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main.yaml index 00fa3e7b87cae..c851a3644ca0d 100644 --- a/ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main.yaml +++ b/ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main.yaml @@ -465,7 +465,7 @@ tests: ARO_HCP_CLOUD: dev ARO_HCP_DEPLOY_ENV: ci01 ARO_HCP_SUITE_PARALLELISM: "55" - MULTISTAGE_PARAM_OVERRIDE_LOCATION: canadacentral + MULTISTAGE_PARAM_OVERRIDE_LOCATION: centralus workflow: aro-hcp-local-e2e - always_run: false as: e2e-parallel-inplace-upgrade @@ -477,7 +477,7 @@ tests: - 02,ARO HCP E2E Hosted Clusters - Dev - 03 ARO_HCP_CLOUD: dev ARO_HCP_DEPLOY_ENV: ci01 - MULTISTAGE_PARAM_OVERRIDE_LOCATION: canadacentral + MULTISTAGE_PARAM_OVERRIDE_LOCATION: centralus workflow: aro-hcp-local-e2e-upgrade - as: global-pipeline-postsubmit max_concurrency: 1