Add ARO-HCP dev shard2 and shard3 Boskos slot pools#80308
Conversation
Onboard two new DEV E2E customer subscriptions (Dev-03, Dev-00) as aro-hcp-dev-shard2-slot and aro-hcp-dev-shard3-slot (1 slot each), synced from test/e2e-config/e2e-slots.yaml in Azure/ARO-HCP.
|
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: Enterprise Run ID: 📒 Files selected for processing (2)
WalkthroughThis PR adds two new ARO-HCP development resource slot types ( ChangesARO-HCP Shard2 and Shard3 Resource Slots
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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: raelga 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 ( |
|
@raelga: 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. |
Adds Boskos slot pools for two new ARO-HCP DEV E2E customer subscriptions (
shard2,shard3), synced fromtest/e2e-config/e2e-slots.yamlin Azure/ARO-HCP viaaro-hcp-tests slot-manager sync-boskos-config.generate-boskos.py: registersaro-hcp-dev-shard2-slotandaro-hcp-dev-shard3-slot(1 slot each)._boskos.yaml: regenerated (make boskos-config) — addsaro-hcp-dev-shard2-slot-00andaro-hcp-dev-shard3-slot-00.Validated with
slot-manager validate-boskos-configagainst the slot catalog. Companion ARO-HCP PR: Azure/ARO-HCP#5576. Tracking: ARO-27549.Summary by CodeRabbit
This pull request expands the Boskos resource pool configuration to support two new ARO-HCP DEV E2E test shards (shard2 and shard3). ARO-HCP is an Azure Red Hat OpenShift Hosted Control Plane offering, and these new shards represent additional isolated test environments for customer subscription E2E testing.
What changed:
aro-hcp-dev-shard2-slotandaro-hcp-dev-shard3-slot), each provisioning one slot resourcearo-hcp-dev-shard2-slot-00andaro-hcp-dev-shard3-slot-00)Practical impact: The OpenShift CI infrastructure can now allocate test resources to the two new ARO-HCP DEV shards, enabling E2E testing for these additional customer subscription environments. The configuration was generated using the ARO-HCP
slot-managertool and validated against the slot catalog before submission.Related: This syncs configuration from Azure/ARO-HCP repository (PR
#5576) and tracks ARO-27549.