ci: use the RHEL 8.5 repos on the mirror#718
ci: use the RHEL 8.5 repos on the mirror#718openshift-merge-robot merged 2 commits intoopenshift:masterfrom
Conversation
We want to test RHCOS using RHEL 8.5 until we can switch to using RHEL 8.6, so use the newly created 8.5 repo. See: openshift/release#26193
| curl -L http://base-"${ocpver_mut}"-rhel8.ocp.svc.cluster.local > src/config/ocp.repo | ||
| # we want to use RHEL 8.5 for testing until we can start using 8.6 | ||
| # see https://github.com/openshift/release/pull/26193 | ||
| curl -L http://base-"${ocpver_mut}"-rhel85.ocp.svc.cluster.local > src/config/ocp.repo |
There was a problem hiding this comment.
This is fine as is, but it's another place to bump the RHEL version. Let's figure out how to dedup all this after recent PRs merge though, don't block here!
|
I think the repo definition needs a tweak, will chase that down |
|
|
/retest |
|
Messed up the baseurl for RHEL AV 😞 - openshift/release#26334 |
|
/retest |
|
CI failed on the But the failed artifacts didn't get saved, so not sure what happened. Will try to reproduce locally. |
|
Didn't reproduce locally /retest |
|
/lgtm |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
9 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/hold Need to get a |
|
OK, got at least some more info from Searching for the loop device error hits on #666, with this observation which feels relevant:
@jlebon @bgilbert Any ideas around this one? Frustratingly, building/testing RHCOS with RHEL 8.5 content works just fine on my F35 host so I can't reproduce this locally. |
|
Yeah, it looks consistent with #666. I'll reopen that bug and add some observations there. |
All of the ISO-based `testiso` scenarios are failing due to openshift#666 so we are going to disable them until we get `util-linux` patched. See also: https://bugzilla.redhat.com/show_bug.cgi?id=2058176
|
@miabbott: 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/test-infra repository. I understand the commands that are listed here. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, jmarrero, miabbott, ravanelli, saqibali-2k 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 |
|
/hold cancel |
We want to test RHCOS using RHEL 8.5 until we can switch to using RHEL
8.6, so use the newly created 8.5 repo.
See: openshift/release#26193