Skip to content

Commit

Permalink
Disable tests that are failing because of resize2fs kernel bug (#14146
Browse files Browse the repository at this point in the history
)

[This kernel
bug](https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2081231) 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.
  • Loading branch information
tomponline committed Sep 23, 2024
2 parents 263fbc1 + 83dac0d commit aa06597
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,29 @@ jobs:
go: ["1.22.x"]
suite: ["cluster", "standalone"]
backend: ["dir", "btrfs", "lvm", "zfs", "ceph", "random"]
event_name:
- ${{ github.event_name }}
include:
- go: stable
suite: cluster
backend: dir
- go: stable
suite: standalone
backend: dir
# FIXME: These exclusions must be removed when https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2081231 is fixed.
exclude:
- event_name: push
backend: ceph
- event_name: push
backend: lvm
- event_name: push
backend: random
- event_name: schedule
backend: ceph
- event_name: schedule
backend: lvm
- event_name: schedule
backend: random

steps:
- name: Checkout
Expand Down

0 comments on commit aa06597

Please sign in to comment.