-
Notifications
You must be signed in to change notification settings - Fork 123
ci: Enable more kola tests for SCOS #905
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
Conversation
8122d3c
to
4766226
Compare
Looks like CI is failing on extensions...we could perhaps disable that? Or dive into figuring out the virt module and rhel9 |
I could not find kata-containers in RHEL 9 (might have not looked in the right place). Will reach out to them. |
SCOS is now hitting kola test failures cc @HuijingHei |
Thanks @travier for the report, will look more about the failure |
For the scos pxe-install failed, create #909 to track |
Might make sense to:
|
I'm looking for the correct URL for this repo but have not found it yet:
To be changed in https://github.com/openshift/release/blob/master/core-services/release-controller/_repos/ocp-4.12-rhel90.repo |
/test scos-9-build-test-qemu |
openshift/release#30894 should unblock RHEL 9.0 |
fast-datapath is as I understand things in a "netherworld" between OpenShift and OpenStack - both of which use openvswitch. It is technically not RHEL. As I understand it also, perhaps because OpenShift is leading OpenStack here in pushing for RHEL9, we're the first to hit its absence. I tried a while ago to escalate this with their managers but didn't get any traction. Now that it's closer to the blocking path, seems that we should try again. OTOH...RHCOS only ships openvswitch on the host because the networking team pushed hard for it - but it certainly can be run in a container. I would definitely like to revisit that discussion. In that case, we can just ship the RHEL8 openvswitch in a container! |
@cgwalters I'm not sure what the ask is here... we're very unlikely to revisit the decision to ship OVS on the host. Is the problem that something isn't connecting the RHEL9 fast-datapath repos into the RHCOS structure? If that's a problem we can certainly fix that... |
@cgwalters The openvswitch packages exists for RHEL 9. I had made a mistake in the repo URL which is fixed in openshift/release#30894. |
😢 |
/retest |
|
f05ca58
to
93446fc
Compare
/retest |
35e737d
to
ba01f6d
Compare
/unhold Making this one just for kola testing of SCOS. |
/test ci/prow/scos-9-build-test-qemu |
@travier: The specified target(s) for
Use In 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. |
/test scos-9-build-test-qemu |
🎉 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, lucab, travier 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 |
@travier: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Includes temporary workarounds for variant selection for non default
variants. Will be removed once COSA support for variants is completed.
el9: Re-enable /tmp on tmpfs
See: https://gitlab.com/redhat/centos-stream/rpms/systemd/-/blob/c9s/0004-Avoid-tmp-being-mounted-as-tmpfs-without-the-user-s-.patch
See: https://gitlab.com/redhat/centos-stream/rpms/systemd/-/commit/9efbb443aa9f8de751926cd903f9c56806d85972#b9c1ef0bb10dd8f850e36759e92628f539183e73
el9: Remove dbus-broker workaround
tests: Use new toolbox test
c9s: Disable iscsid.socket
denylist: Use versioned kola denylists
scos: Skip (currently) broken kola tests
ci: Remove disabled test and add instructions
Fixes: #937
ci: Enable more kola tests for SCOS