-
Notifications
You must be signed in to change notification settings - Fork 107
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
Failing tests on "fake" rhel 9.6 #1635
Comments
jbtrystram
added a commit
to jbtrystram/openshift-os
that referenced
this issue
Oct 14, 2024
jbtrystram
added a commit
to jbtrystram/openshift-os
that referenced
this issue
Oct 14, 2024
This 9.6 rhel version is faked from centOS stream 9 so those tests are expected to fail. See openshift#1635
jbtrystram
added a commit
to jbtrystram/openshift-os
that referenced
this issue
Oct 14, 2024
This 9.6 rhel version is faked from centOS stream 9 so those tests are expected to fail. See openshift#1635
jbtrystram
added a commit
to jbtrystram/openshift-os
that referenced
this issue
Oct 18, 2024
Right now these are pure centOS Stream 9 builds with a spoofed `os-release` file. For the ocp variant, pull the packages from the 9.4-4.18 repos. https://issues.redhat.com/browse/COS-2959 [rhel-9.6] denylist expected failing testsas it's a fake rhel-9.6 This 9.6 rhel version is faked from centOS stream 9 so those tests are expected to fail. See openshift#1635 denylist: exclude secureboot tests for rhel 9.6 secureboot does not work on c9s for now, so as this rhel 9.6 is just c9s, it won't either. denylist those tests until beta. This is the same as openshift@c95eedc
jbtrystram
added a commit
to jbtrystram/openshift-os
that referenced
this issue
Oct 21, 2024
Right now these are pure centOS Stream 9 builds with a spoofed `os-release` file. For the ocp variant, pull the packages from the 9.4-4.18 repos. https://issues.redhat.com/browse/COS-2959 [rhel-9.6] denylist expected failing testsas it's a fake rhel-9.6 This 9.6 rhel version is faked from centOS stream 9 so those tests are expected to fail. See openshift#1635 denylist: exclude secureboot tests for rhel 9.6 secureboot does not work on c9s for now, so as this rhel 9.6 is just c9s, it won't either. denylist those tests until beta. This is the same as openshift@c95eedc
jbtrystram
added a commit
to jbtrystram/openshift-os
that referenced
this issue
Oct 21, 2024
Right now these are pure centOS Stream 9 builds with a spoofed `os-release` file. For the ocp variant, pull the packages from the 9.4-4.18 repos. https://issues.redhat.com/browse/COS-2959 [rhel-9.6] denylist expected failing testsas it's a fake rhel-9.6 This 9.6 rhel version is faked from centOS stream 9 so those tests are expected to fail. See openshift#1635 denylist: exclude secureboot tests for rhel 9.6 secureboot does not work on c9s for now, so as this rhel 9.6 is just c9s, it won't either. denylist those tests until beta. This is the same as openshift@c95eedc
Keeping this issue open until we move to real rhel 9.6 content and remove the entry from denylist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To allow testing on the next rhel release I created a fake rhel-9.6 variant, which is pure c9s plus some openshift packages from the 9.4 repos.
This is a tracking issue for the failing tests in that build.
[x]
ext.config.version.rhel-major-version
fails as
libgcc
is version 9 instead of 418. Denylisted.[x]
ext.config.shared.content-origins
:Expected only vendor Red Hat, Inc. for all packages
: will fail as it centOS content. denylisted[x]
ext.config.shared.swap.zram-default
:zram is enabled and should be disabled :
9909e2f
(#1629)[x]
ext.config.shared.networking.team-dhcp-via-ignition
:missing teamd package, included with
85cf877
(#1629)See #1629
The text was updated successfully, but these errors were encountered: