fix: update prod periodic to work with recent changes - #82456
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sclarkso 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 |
|
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 selected for processing (1)
WalkthroughThe ChangesARO HCP periodic job
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (14 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]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-Azure-ARO-HCP-main-periodic-prod-e2e-parallel |
|
@sclarkso: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@sclarkso: 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
Sync prod-e2e-parallel in __periodic.yaml with the branch job config: set VAULT_SECRET_PROFILE: prod (was prod-rh) and add ALLOWED_SUBSCRIPTIONS: ARO HCP E2E
Why
The periodic job acquires a slot from the MSFT test-tenant pool (aro-hcp-prod-testtenant-slot) but was looking for credentials in /var/run/aro-hcp-prod-rh (the RH tenant dir). The test-tenant credentials live in /var/run/aro-hcp-prod, so slot-manager failed immediately with "no customer subscription name file matched." This caused every 02:00 UTC prod periodic to fail in under 2 minutes since July 24. The branch prod-e2e-parallel was already correct after #82340; the periodic variant was not updated at the same time.
Summary by CodeRabbit
Updates the ARO HCP production parallel periodic CI job to use the
prodVault profile and load theARO HCP E2Eallowed subscription set. This aligns periodic execution with the branch job configuration and restores access to customer subscription credentials in the MSFT test-tenant directory.