-
Notifications
You must be signed in to change notification settings - Fork 34
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
testmap: rhel-9-6 enablement #6919
Conversation
58bbf6b
to
a13b495
Compare
@@ -83,7 +83,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> | |||
], | |||
'_manual': [ | |||
'centos-9-bootc', | |||
'rhel-9-5', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentional? Everywhere else you remove 9-6.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is intentional, yes. We've traditionally not tested starter-kit on rhel, but I'd like to keep the latest rhel-9-Y in manual. I.e. read this as "move manual from 9-5 to 9-6". Sorry for the confusion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright!
The issue is back in RHEL 9.6. This reverts commit 06dc929. Adjust the pattern a bit for current cockpit testlib.
a13b495
to
f473b81
Compare
Wait, what? That's the vdo naughty I just re-added.. But the new testlib (webdriver-bidi) slightly changed the error message. I adjusted the naughties. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
First round: throw everything against the wall and see what sticks.