Azure/ARO-HCP: collapse INT integration e2e westus3 into a single region-parameterized job - #83852
Conversation
Remove the per-region `integration-e2e-parallel-westus3` test from both the ARO-HCP main e2e (postsubmit) and periodic ci-operator configs so the INT integration e2e is a single job, matching the production job structure. The westus3 region is driven on-demand via the --region / MULTISTAGE_PARAM_OVERRIDE_LOCATION Gangway override rather than a duplicate per-region job. The uksouth `integration-e2e-parallel` test is unchanged. Generated Prow jobs were regenerated with the canonical containerized flow (`make ci-operator-config` && `make jobs`), which removes: - branch-ci-Azure-ARO-HCP-main-e2e-integration-e2e-parallel-westus3 - periodic-ci-Azure-ARO-HCP-main-periodic-integration-e2e-parallel-westus3 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. WalkthroughThe Azure ARO HCP CI configurations no longer define the westus3 parallel integration E2E job. Existing integration, staging, and production parallel E2E jobs remain. The periodic integration job continues to target ChangesAzure ARO HCP E2E configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change removes a redundant westus3 integration job while retaining the region-parameterized job; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: redhat-chai-bot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
@redhat-chai-bot: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What
Collapse the ARO HCP INT integration e2e jobs to a single region job, matching the production pattern.
integration-e2e-parallel-westus3test from thee2evariant (postsubmit) and from theperiodicvariant.integration-e2e-parallel(LOCATION: uksouthdefault). Other regions are driven on-demand via theprow-job-executor --regionflag (injected as the Gangway location-override env var), exactly likeprod-e2e-parallel.Why
The two INT integration jobs were byte-for-byte identical except for the region. Production does not maintain per-region e2e duplicates — it runs a single job and overrides the region at trigger time. This aligns INT with that approach and removes the redundant westus3 duplicate (whose periodic was parked at
0 0 1 1 *).Generated changes
Config edits regenerated with
make ci-operator-config+make jobs. Net effect on generated Prow jobs:branch-ci-Azure-ARO-HCP-main-e2e-integration-e2e-parallel-westus3periodic-ci-Azure-ARO-HCP-main-periodic-integration-e2e-parallel-westus3branch-ci-Azure-ARO-HCP-main-e2e-integration-e2e-parallelandperiodic-ci-Azure-ARO-HCP-main-periodic-integration-e2e-parallel(uksouth) intactFiles changed (4):
Note for callers
Any Azure/ARO-tools invocation that targeted the
-westus3job should now callbranch-ci-Azure-ARO-HCP-main-e2e-integration-e2e-parallelwith--region westus3.AI-generated. Review for accuracy.
@geoberle requested in Slack thread
Summary by CodeRabbit
integration-e2e-paralleljob.westus3postsubmit and periodic jobs while preserving the defaultuksouthjobs.prow-job-executor --region, includingwestus3through the Gangway location override.