ci: reduce ARO HCP dev e2e slots - #83190
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Skipping CI for Draft Pull Request. |
WalkthroughThe ARO-HCP development resource configuration now provides five slots for each of shards 0–3. The slot generator and Boskos resource declarations are synchronized. ChangesARO-HCP slot reduction
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 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 |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
@roivaz: 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: hbhushan3, roivaz 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 |
What
Reduce each of the four ARO HCP managed DEV E2E Boskos pools from six slots to five and regenerate
_boskos.yaml.Why
ARO HCP is increasing each DEV E2E job slot from 50 to 60 managed identity containers. Recent CI evidence shows all 50 containers are already used in one run, so further suite growth would make tests wait for containers and increase job duration:
https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/pr-logs/pull/Azure_ARO-HCP/6477/pull-ci-Azure-ARO-HCP-main-e2e-parallel/2086800253519925248/artifacts/e2e-parallel/aro-hcp-test-local/artifacts/identities-pool-state.yaml
Changing from
6 x 50to5 x 60preserves 300 identity containers per managed subscription while adding per-job headroom.This shrinking Boskos change must roll out before the ARO-HCP catalog change. It prevents new jobs from acquiring slot
05; the corresponding Azure ARM stacks are intentionally left in place until a final manual cleanup after the coordinated rollout.Testing
make updateslot-manager validate-boskos-configCoordination
Companion ARO-HCP draft PR: Azure/ARO-HCP#6491
Do not merge the ARO-HCP PR until this change has merged and rolled out.
Summary by CodeRabbit
05; existing Azure ARM stacks remain available for manual cleanup._boskos.yamlwith an idempotence check.