-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interop - Decrease oc version for ODO on OCP 4.16 #52410
Conversation
[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-redhat-developer-odo-main-odo-ocp4.16-lp-interop-images |
@oharan2: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
/pj-rehearse periodic-ci-redhat-developer-odo-main-odo-ocp4.16-lp-interop-odo-scenario-aws |
@oharan2: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: oharan2 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/pj-rehearse periodic-ci-redhat-developer-odo-main-odo-ocp4.16-lp-interop-odo-scenario-aws |
@oharan2: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
@@ -1,6 +1,6 @@ | |||
base_images: | |||
cli: | |||
name: "4.16" | |||
name: "4.15" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is no longer necessary for odo. I had pushed some changes in the build_root image for odo to use RHEL 9 as the base image - see redhat-developer/odo#7243
Now, the latest run of the interop tests is fine. Well, they are still failing but due to some flaky odo tests instead, not because of missing GLIBC
libraries. See https://prow.ci.openshift.org/view/gs/test-platform-results/logs/periodic-ci-redhat-developer-odo-main-odo-ocp4.16-lp-interop-odo-scenario-aws/1793348683945742336
So to me, this PR is not needed for odo. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, closing this PR. thanks
No description provided.