Skip to content

Commit

Permalink
workflows: Revert "Skip system tests for ceph and lvm on push and sch…
Browse files Browse the repository at this point in the history
…edule."

This reverts commit 83dac0d.
  • Loading branch information
MggMuggins committed Sep 23, 2024
1 parent a914608 commit d6a07ce
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,29 +230,13 @@ 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 d6a07ce

Please sign in to comment.