Skip to content

Commit

Permalink
workflows: Skip system tests for ceph and lvm on push and schedule.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Laing <[email protected]>
  • Loading branch information
markylaing committed Sep 23, 2024
1 parent 57cc91c commit 8d837c2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,28 @@ 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
exclude:
- event_name: pull_request
backend: ceph
- event_name: pull_request
backend: lvm
- event_name: pull_request
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 8d837c2

Please sign in to comment.