test: add clusterresourceoverride-operator upgrade test enhancements#81424
test: add clusterresourceoverride-operator upgrade test enhancements#81424maxcao13 wants to merge 1 commit into
Conversation
|
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)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe upgrade CI job now includes a previous operand image, patches the prior CSV to use it, adds a pre-check step, and changes the post-upgrade command sequence. ChangesUpgrade CI Workflow Update
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joelsmith, maxcao13 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 |
Signed-off-by: Max Cao <macao@redhat.com>
|
New changes are detected. LGTM label has been removed. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-cluster-resource-override-admission-operator-main-e2e-aws-upgrade |
|
@maxcao13: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-cluster-resource-override-admission-operator-main-e2e-aws-upgrade Weird infra flake again. |
|
@maxcao13: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@maxcao13: 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. |
See openshift/cluster-resource-override-admission-operator#215
Depends on openshift/cluster-resource-override-admission-operator#215
Summary by CodeRabbit
Updated the
cluster-resource-override-admission-operatorCI upgrade workflow (e2e-aws-upgrade) to improveclusterresourceoverride-operatorupgrade test coverage. The job now patches the previous CSV to reference the previous operand container via$PREVIOUS_OPERAND, addsPREVIOUS_OPERANDto the job’s base images (sourced from theocpnamespace tag4.22), and introduces a newpre-checkstage that setsKUBECTLand runsmake e2e-upgrade-prebefore the main upgrade test.The post-upgrade command sequence was also adjusted to run
make e2e-upgrade-post e2einstead ofmake e2e, ensuring upgrade-specific validation is performed alongside the end-to-end checks.