Skip to content

Commit

Permalink
jenkins: Move initial batch of tests over to Incus on-demand VMs
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
Sponsored-by: https://www.sovereign.tech
  • Loading branch information
stgraber committed Dec 11, 2024
1 parent 4fb9607 commit 93bdf39
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jenkins/jobs/incus-test-cgroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
kernel="zabbly,${kernel}"
fi
sudo -E /lxc-ci/bin/maas-run tags=virtual jammy ga-22.04 ${kernel} bin/test-incus-cgroup
sudo -E /lxc-ci/bin/incus-run images:debian/12/amd64 ${kernel} bin/test-incus-cgroup
properties:
- build-discarder:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jobs/incus-test-interception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
builders:
- shell: |-
cd /lxc-ci
exec /lxc-ci/bin/maas-run tags=virtual jammy ga-22.04 default bin/test-incus-interception
exec /lxc-ci/bin/incus-run images:debian/12/amd64 default bin/test-incus-interception
properties:
- build-discarder:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jobs/incus-test-network-bridge-firewall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
builders:
- shell: |-
cd /lxc-ci
exec /lxc-ci/bin/maas-run tags=virtual jammy ga-22.04 default bin/test-incus-network-bridge-firewall
exec /lxc-ci/bin/incus-run images:debian/12/amd64 default bin/test-incus-network-bridge-firewall
properties:
- build-discarder:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jobs/incus-test-network-ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
builders:
- shell: |-
cd /lxc-ci
exec /lxc-ci/bin/maas-run tags=virtual jammy ga-22.04 zabbly bin/test-incus-network-ovn "${test}"
exec /lxc-ci/bin/incus-run images:ubuntu/22.04/amd64 zabbly bin/test-incus-network-ovn "${test}"
properties:
- build-discarder:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jobs/incus-test-storage-buckets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- shell: |-
set -e
cd /lxc-ci
sudo -E /lxc-ci/bin/maas-run tags=virtual jammy ga-22.04 default bin/test-incus-storage-buckets "${backend}"
sudo -E /lxc-ci/bin/incus-run images:debian/12/amd64 default bin/test-incus-storage-buckets "${backend}"
properties:
- build-discarder:
Expand Down

0 comments on commit 93bdf39

Please sign in to comment.