OKD 4.4: install CRI-O from F31 modules#6415
OKD 4.4: install CRI-O from F31 modules#6415openshift-merge-robot merged 3 commits intoopenshift:masterfrom
Conversation
Seems we're hitting https://bugzilla.redhat.com/show_bug.cgi?id=1754170 |
59db6e2 to
0d5fe44
Compare
0d5fe44 to
b159ece
Compare
There was a problem hiding this comment.
TODO: Host repo files similar to base-4-x.svc instead of re-using repo files from cosa container
5eb307b to
6147c29
Compare
/retest |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
b2b8016 to
7e4dd6f
Compare
|
/retest |
|
@vrutkovs: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
Enable CRI-O 1.16 module in cosa container and fetch RPMs via yumdownloader from DNF repos instead of RHEL8
No longer required, coreos/fedora-coreos-config@2067188
7e4dd6f to
d0f60e5
Compare
|
Removed rehearse and AWS test part to unblock this:
|
| cp /tmp/fedora-updates-testing-modular.repo /etc/yum.repos.d/ && \\ | ||
| sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/fedora-updates-testing-modular.repo && \\ | ||
| rpm-ostree db list --repo /srv/repo "${ostree_ref}" > /tmp/packages && \\ | ||
| dnf module enable -y cri-o:1.16 && \\ |
There was a problem hiding this comment.
it needs to be crio 1.17 now
There was a problem hiding this comment.
There hasn't been cri-o 1.17 release yet - and no 1.17 module yet. I'll be pinging @lsm5 to get module created and update this task
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton, vrutkovs 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 |
|
@vrutkovs: Updated the
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. |
Enable CRI-O 1.16 module in cosa container and fetch RPMs via
yumdownloader from DNF repos instead of RHEL8.
This also ensures e2e-aws test is being run when machine-os-content promotion happens