NO-JIRA: Update api upgrade-minor job from 4.21->4.22 to 4.22->5.0 - #80320
Conversation
|
@yuqi-zhang: This pull request explicitly references no jira issue. 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: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR updates OpenShift API release channel metadata by incrementing the initial release version from 4.21 to 4.22 and updating the latest channel identifier from 4.22 to 5.0 in the CI operator configuration. ChangesRelease Channel Metadata Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 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)
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 |
|
@pablintino: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dgoodwin, JoelSpeed, yuqi-zhang 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 |
|
/override ci/rehearse/openshift/api/master/minor-e2e-upgrade-minor [Monitor:audit-log-analyzer][sig-api-machinery][Feature:APIServer] API LBs follow /readyz of kube-apiserver and stop sending requests before server shutdowns for external clients Which is a known flake. |
|
@dgoodwin: Overrode contexts on behalf of dgoodwin: ci/rehearse/openshift/api/master/minor-e2e-upgrade-minor 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 kubernetes-sigs/prow repository. |
|
@dgoodwin: your |
|
@openshift-ci[bot]: your |
1 similar comment
|
@openshift-ci[bot]: your |
|
/override ci/rehearse/openshift/api/master/minor-e2e-upgrade-minor |
|
@dgoodwin: Overrode contexts on behalf of dgoodwin: ci/rehearse/openshift/api/master/minor-e2e-upgrade-minor 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 kubernetes-sigs/prow repository. |
|
/pj-rehearse ack |
|
@pablintino: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@yuqi-zhang: The following test failed, say
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. |
|
@openshift-ci[bot]: your |
This is failing in openshift/api#2849 since it's using other components from a stale branch
Summary by CodeRabbit
This PR updates the OpenShift API component's CI upgrade-minor job configuration to test a newer upgrade path.
What's changing:
The
openshift-api-master__minor.yamlCI configuration file is being updated to advance the tested upgrade path from4.21→4.22to4.22→5.0. This means the e2e-upgrade-minor test that validates the upgrade workflow will now use OpenShift 4.22 as the initial release and test upgrading to 5.0, rather than starting from 4.21.Why:
According to the PR description, this change addresses failures observed in the API repository's testing (referenced in openshift/api#2849), which were caused by using components from outdated branches during the upgrade testing process.
Technical details:
releases.initial.version:4.21→4.22releases.latest.name:4.22→5.0The change keeps the existing test infrastructure intact, only advancing which release versions are used for the minor version upgrade validation.