OCPBUGS-105768: Update s2i_images test for OCP samples sync - #31504
OCPBUGS-105768: Update s2i_images test for OCP samples sync#31504aroyoredhat wants to merge 1 commit into
Conversation
Replace removed image tags with their available equivalents: - nodejs: 20-ubi8 -> 22-ubi8, 20-ubi9 -> 22-ubi9 - python: remove 3.11-ubi8 and 3.11-ubi9, enable 3.12-ubi9 These tags are being removed from the cluster-samples-operator ImageStreams in openshift/cluster-samples-operator#695. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
WalkthroughThe S2I image catalog updates supported Python and Node.js versions for UBI8 and UBI9 entries. It removes Python 3.11 entries, enables Python 3.12 on UBI9, and updates Node.js 20 entries to Node.js 22. ChangesS2I image catalog
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: aroyoredhat, rhdmalone 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 |
|
Scheduling required tests: Scheduling tests matching the |
|
@aroyoredhat: 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. |
|
@aroyoredhat: This pull request references Jira Issue OCPBUGS-105768, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/jira refresh |
|
@aroyoredhat: This pull request references Jira Issue OCPBUGS-105768, which is invalid:
Comment 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. |
|
/jira refresh |
|
@aroyoredhat: This pull request references Jira Issue OCPBUGS-105768, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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. |
Summary
20-ubi8→22-ubi8and20-ubi9→22-ubi9(Node.js 20 tags removed from ImageStreams)3.11-ubi8and3.11-ubi9entries (tags removed from ImageStreams), enable3.12-ubi9(already available)These image tags are being removed from the cluster-samples-operator ImageStreams in openshift/cluster-samples-operator#695. Without this update, the
e2e-aws-ovn-image-ecosystemtests fail with image pull errors for the removed tags.Test plan
e2e-aws-ovn-image-ecosystempasses with these changes together with Periodic sync of supported OCP samples cluster-samples-operator#695Made with Cursor
Summary by CodeRabbit