OCPBUGS-20097: Update oc master configuration to RHEL9 - #50468
Conversation
|
@ardaguclu: This pull request references Jira Issue OCPBUGS-20097, which is valid. 3 validation(s) were run on this bug
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. |
|
/pj-rehearse |
|
/pj-rehearse |
|
/test pull-ci-openshift-oc-release-4.16-images |
|
@ardaguclu: The specified target(s) for
Use
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 kubernetes/test-infra repository. |
|
/pj-rehearse pull-ci-openshift-oc-master-e2e-agnostic-ovn-cmd |
|
/pj-rehearse pull-ci-openshift-oc-release-4.16-images |
|
[REHEARSALNOTIFIER]
A total of 42 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse ack |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ardaguclu, soltysh 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 |
|
@ardaguclu: The following tests 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/test-infra repository. I understand the commands that are listed here. |
|
@ardaguclu: Jira Issue OCPBUGS-20097: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-20097 has not been moved to the MODIFIED state. 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. |
* Update oc master configuration to RHEL9 * Update 4.16 and 4.16 oc configurations * Remove redundant base image and use base-rhel9
Opened this #49421 to support both RHEL9 and RHEL8 base images. However, bot reverted it da07fce#diff-a3aabdc6d9228089f6578c4e764fc60a076217ec3a31ca778e4df1f652432de1 by removing the unused tags.
This PR reintroduces this but directly changing the base images to RHEL9, so that bot will not remove them again.
Problem in previous PR was that
testsimage was using RHEL8 base image which seems to be coming from https://github.com/openshift/origin/blob/master/images/tests/Dockerfile.rhel. I'm not sure how we can fix this chicken-egg problem. Because we are doing this to bumptestsimage to RHEL9.