-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
CI: Reevaluate use of Ubuntu #15337
Comments
I would also add that one reason to run tests on Ubuntu, is that it is the most popular Linux distribution. We could add RHEL8/Centos 8 Stream Tests for just system tests. The reason we have avoided them is because there could be/will be features that will not work on them that we don't want to break upstream. |
BTW, Having a platform that does test the limited AppArmor support versus SELinux is also a reason to run on Ubuntu. |
Followup to containers#14613, which was never actually tested until this week in RHEL8 gating tests (see issue containers#15337). * add missing backslash in '|' expression * allow extra text after error (e.g., "invalid argument") No way to test this until it makes its way into RHEL8, so, fingers crossed. Signed-off-by: Ed Santiago <[email protected]>
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
We abandoned ubuntu testing over two months ago. |
There's a whole swath of tests being skipped on Ubuntu:
AIUI the point of using Ubuntu in CI is testing runc + cgroups v1. The point of testing runc + cgroups v1 is because that's what RHEL8 has, and not that many of us enjoy the panic-scrambles when RHEL8 gating tests fail because we haven't actually been testing very much.
This is a place for us to discuss how to improve our coverage.
The text was updated successfully, but these errors were encountered: