Bump Sippy e2e cluster_claim version from 4.18 to 4.22 - #83041
Bump Sippy e2e cluster_claim version from 4.18 to 4.22#83041redhat-chai-bot wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: redhat-chai-bot 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 e2e test cluster claim now targets OpenShift version ChangesOpenShift cluster target
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 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 |
|
[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 pull-ci-openshift-sippy-main-e2e AI-generated. Review for accuracy. |
|
@redhat-chai-bot: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@redhat-chai-bot: 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. |
Summary
The Sippy e2e presubmit job (
pull-ci-openshift-sippy-main-e2e) is permafailing because thecluster_claimin the ci-operator config is pinned toversion: "4.18", and that cluster pool is no longer servicing claims.Error:
failed to list cluster pools with list option map[architecture:amd64 cloud:aws owner:openshift-ci product:ocp version:4.18]Changes
Bumps the cluster claim version from
4.18to4.22inci-operator/config/openshift/sippy/openshift-sippy-main.yaml.The Sippy e2e test deploys Sippy against a running cluster and does not exercise OCP version-specific behavior, so the exact cluster version does not matter — it just needs a healthy, available pool.
make ci-operator-configandmake jobsboth pass cleanly with no additional generated diffs (the version is resolved at runtime by ci-operator).AI-generated. Review for accuracy.
@neisw requested in Slack thread
Summary by CodeRabbit
4.22clusters instead of4.18.4.18cluster pool no longer services claims.