-
Notifications
You must be signed in to change notification settings - Fork 1.3k
backport some skips from main #23219
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
base: rhel-8
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,6 +32,7 @@ def console_screenshot(machine, name): | |
|
|
||
|
|
||
| @testlib.nondestructive | ||
| @testlib.skipImage("cryptsetup uses too much memory, OOM on our test VMs", "rhel-8-*") | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I thought we fixed these on main by running nond machines with more memory. t/c/run-tests has Perhaps we should backport that rather?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Judgement call, and I trust your judgement :) |
||
| class TestStorageLuks(storagelib.StorageCase): | ||
|
|
||
| def testLuks(self): | ||
|
|
||
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.
I don't understand these. The last rhel-8 landed PR #23138 was happy. Either we added python3-pcp to the rhel-8-10 image already, or something else is wrong and broke the rhel-8 branch on main?