CNTRLPLANE-3336: Add Azure AKS upgrade-from-zero job for 4.22#80754
CNTRLPLANE-3336: Add Azure AKS upgrade-from-zero job for 4.22#80754bryan-cox wants to merge 1 commit into
Conversation
Now that 4.22 is GA, add the e2e-aks-upgrade-from-zero periodic job that tests upgrading a hosted control plane from 4.22.0 to the latest 4.22.z. Also switch releases from candidate/CI stream to the fast channel since 4.22 is GA. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@bryan-cox: This pull request references CNTRLPLANE-3336 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 story to target the "5.0.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: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughThe CI config for HyperShift 4.22 Azure periodics is updated: release image selections are refactored from ChangesHyperShift 4.22 Azure Periodics — Release Config and New Upgrade-from-Zero Test
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox 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 |
|
[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-openshift-hypershift-release-4.22-periodics-hcm-azure-e2e-aks-upgrade-minor |
|
/pj-rehearse periodic-ci-openshift-hypershift-release-4.22-periodics-hcm-azure-e2e-aks-upgrade-from-zero |
|
@bryan-cox: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
1 similar comment
|
@bryan-cox: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@bryan-cox: 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. |
|
/pj-rehearse ack |
|
@bryan-cox: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/cc @clebs |
Summary
e2e-aks-upgrade-from-zeroperiodic job for 4.22 on Azure AKS, now that 4.22 is GAcandidate/CI stream tofastchannel (GA)Changes
initial-zerorelease pinned to4.22.0from thefastchannele2e-aks-upgrade-from-zerotest (cron:0 8 * * *, offset from the existing minor upgrade job)initialandlatestreleases fromcandidatestream tofastchannelTest plan
/pj-rehearseto run rehearsal of the new periodic jobReferences
🤖 Generated with Claude Code
Summary by CodeRabbit
This PR extends HyperShift's Azure AKS control plane upgrade testing for OpenShift 4.22 by adding a new periodic CI job.
Infrastructure Changes:
The PR modifies the HyperShift periodic test configuration for 4.22 on Azure AKS (
ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.22__periodics-hcm-azure.yaml) to:Add a new release pinning: Introduces
initial-zerorelease configuration pinned explicitly to version4.22.0from thefastchannel, allowing testing with the exact initial GA releaseAdd upgrade-from-zero test job: Creates a new periodic test
e2e-aks-upgrade-from-zeroscheduled to run daily at 8 AM UTC (cron:0 8 * * *). This job tests control plane upgrades from the pinned 4.22.0 release to the latest 4.22.z build, complementing the existinge2e-aks-upgrade-minorjob (which runs at 7 AM UTC and tests upgrades from the previous minor version).Pattern & Consistency:
This change follows the established pattern used across HyperShift for earlier OpenShift versions (4.16-4.21), which all include
initial-zerorelease pinning and corresponding upgrade-from-zero test jobs for comprehensive upgrade coverage.Practical Impact:
The 4.22 HyperShift Azure AKS CI infrastructure now has enhanced upgrade testing that validates the upgrade path from the initial release, ensuring control plane stability and compatibility throughout the 4.22.z release lifecycle.