Skip to content

Commit

Permalink
github: rework system-tests matrix to use exclusion instead of inclusion
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel authored and MusicDin committed Feb 14, 2024
1 parent 9393fd0 commit 74cac7c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,20 @@ jobs:
- cpu-vm
- devlxd-vm
- docker
- interception
- pylxd
- network-bridge-firewall
- network-ovn
- network-routed
#- storage-buckets # waiting for integration with microceph
- storage-buckets
- storage-disks-vm
- storage-vm
- storage-volumes-vm
- vm-nesting
include:
exclude:
- test: interception # not compatible with 5.0/* and no API extension advertised
track: "latest/edge"
track: "5.0/edge"
- test: storage-buckets # waiting for integration with microceph

steps:
- name: Performance tuning
Expand Down

0 comments on commit 74cac7c

Please sign in to comment.