Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github: change how qemu-external-vm test is added to the test matrix #394

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
- network-ovn ovn:latest/edge
- network-routed
- pylxd
- qemu-external-vm
- snapd
- storage-buckets
- storage-disks-vm
Expand All @@ -115,10 +116,6 @@ jobs:
- vm
- vm-migration
- vm-nesting
include:
- test: qemu-external-vm
track: "latest/edge"
os: 24.04
exclude:
# not compatible with 4.0/*
- test: container-copy
Expand All @@ -140,6 +137,8 @@ jobs:
track: "4.0/candidate"
- test: network-ovn ovn:latest/edge
track: "4.0/candidate"
- test: qemu-external-vm
track: "4.0/candidate"
- test: storage-buckets
track: "4.0/candidate"
- test: storage-disks-vm
Expand Down Expand Up @@ -181,6 +180,8 @@ jobs:
track: "4.0/edge"
- test: network-ovn ovn:latest/edge
track: "4.0/edge"
- test: qemu-external-vm
track: "4.0/edge"
- test: storage-buckets
track: "4.0/edge"
- test: storage-disks-vm
Expand Down Expand Up @@ -210,12 +211,26 @@ jobs:
track: "5.0/edge"
- test: network-ovn ovn:latest/edge
track: "5.0/candidate"
- test: qemu-external-vm
track: "5.0/candidate"
- test: network-ovn ovn:latest/edge
track: "5.0/edge"
- test: qemu-external-vm
track: "5.0/edge"
- test: vm-migration
track: "5.0/candidate"
- test: vm-migration
track: "5.0/edge"
# not compatible with 5.21/*
- test: qemu-external-vm
track: "5.21/candidate"
- test: qemu-external-vm
track: "5.21/edge"
# some tests are not worth testing on specific OSes
- os: 20.04
test: qemu-external-vm
- os: 22.04
test: qemu-external-vm
# skip track/os combinations that are too far appart
- os: 24.04
track: "4.0/candidate"
Expand Down
Loading