-
Notifications
You must be signed in to change notification settings - Fork 931
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
Disable tests that are failing because of resize2fs
kernel bug
#14146
Conversation
Marked as draft to see the result of the workflow first, if many other tests need to be disabled, we'll turn those off for ceph and LVM only. |
I think that anything that involves a block device and ext4 resizing risks triggering the issue. This would mean that creating any instance on top of LVM and Ceph is at risk, unless we can avoid the resizing part but that seems to big for a quick workaround. |
d6992c9
to
ea421ca
Compare
f7893c1
to
550f052
Compare
@tomponline @simondeziel this works as is so I can change |
550f052
to
8d837c2
Compare
Signed-off-by: Mark Laing <mark.laing@canonical.com>
8d837c2
to
83dac0d
Compare
@tomponline @simondeziel I've opted with the matrix exclusions as I think it's easier to read and also means we're not using unnecessary compute. |
Ok but we need to exclude "schedule" not just "push" for the tiobe daily checks |
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.
Merging this for now
Yep this excludes schedule as well 👍 |
Workaround our test failures related to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2081231 Reverts #14146 This PR contains commits cherry-picked from lxc/incus#1246
This kernel bug is causing CI failures for Ceph and LVM. This PR disables those tests for now. We need to re-enable these tests when the kernel bug is fixed.