OKD-426: Make aws-upgrade job blocking for OKD SCOS 5.x nightlies - #83702
Conversation
|
@pskrbasu: This pull request references OKD-426 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.1.0" version, but no target version was set. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
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 (2)
💤 Files with no reviewable changes (2)
Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review. WalkthroughThe release configurations no longer mark the ChangesAWS upgrade verification
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This PR makes the aws-upgrade job blocking in two nightly release configurations. No actionable merge-blocking risk remains beyond normal checks and review. Possibly related PRs
Suggested labels: 🚥 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 |
Remove `"optional": true` from the aws-upgrade job in both CI and ART nightly release controller configs for OKD SCOS 5.0 and 5.1. This ensures upgrade failures are caught at nightly time rather than silently passing through and only being discovered at promotion time. The upgrade job was optional since the streams were created, which allowed the auth operator Degraded and OSImageStream failures to go unnoticed for ~2 months before blocking promoted releases (OKD-424).
1fbb7da to
c6b3dcb
Compare
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@pskrbasu: 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bradmwilliams, pskrbasu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary
"optional": truefrom theaws-upgradejob in OKD SCOS 5.0 and 5.1 nightly release controller configs (both CI and ART)Why
The OKD SCOS 5.0 upgrade job has been failing since June 29 (ec.4), but this went unnoticed for ~2 months because the nightly
aws-upgradejob wasoptional: true. Failures only surfaced when the promoted5-scos-nextstream (where the upgrade job is required) started rejecting releases.Full investigation in OKD-424.
What changes
release-okd-scos-5.0-ci.json"optional": truefromaws-upgraderelease-okd-scos-5.0-art.json"optional": truefromaws-upgraderelease-okd-scos-5.1-ci.json"optional": truefromaws-upgraderelease-okd-scos-5.1-art.json"optional": truefromaws-upgradeDependencies
This PR should be merged after the upgrade fix PRs land in a nightly payload, otherwise all nightlies will be rejected:
Test plan