Skip to content

Commit

Permalink
jenkins: Fix guestapi test definition
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Oct 27, 2023
1 parent 37f9144 commit 406b98d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
- job:
name: "incus-test-devincus-vm"
name: "incus-test-guestapi-vm"
concurrent: false
description: Run VM devincus tests on physical hardware.
description: Run VM guestapi tests on physical hardware.
node: master
project-type: freestyle

builders:
- shell: |-
cd /lxc-ci
exec /lxc-ci/bin/maas-run tags=physical jammy ga-22.04 default bin/test-incus-devincus-vm
exec /lxc-ci/bin/maas-run tags=physical jammy ga-22.04 default bin/test-incus-guestapi-vm
properties:
- build-discarder:
Expand Down

0 comments on commit 406b98d

Please sign in to comment.