Skip to content

Commit

Permalink
github: use a separate runner for each driver of storage-vm test
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 536da92 commit 2123f0e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,19 @@ jobs:
- network-routed
- storage-buckets
- storage-disks-vm
- storage-vm
- "storage-vm dir"
- "storage-vm btrfs"
- "storage-vm ceph"
- "storage-vm lvm"
- "storage-vm lvm-thin"
- "storage-vm zfs"
- storage-volumes-vm
- vm-nesting
exclude:
- test: interception # not compatible with 5.0/* and no API extension advertised
track: "5.0/edge"
- test: storage-buckets # waiting for integration with microceph
- test: "storage-vm ceph" # waiting for integration with microceph

steps:
- name: Performance tuning
Expand Down

0 comments on commit 2123f0e

Please sign in to comment.