Skip to content

Commit

Permalink
jenkins: Split OVN tests
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 7c6abcb commit f9be812
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions jenkins/jobs/incus-test-network-ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,32 @@
concurrent: false
description: Tests OVN integration with Incus
node: master
project-type: freestyle
project-type: matrix

axes:
- axis:
name: test
type: user-defined
values:
- basic
- forward
- load_balancer
- peering
- dhcp_reservation
- nested_vlan
- acl
- l3only

- axis:
name: restrict
type: slave
values:
- master

builders:
- shell: |-
cd /lxc-ci
exec /lxc-ci/bin/maas-run tags=virtual jammy ga-22.04 zabbly bin/test-incus-network-ovn
exec /lxc-ci/bin/maas-run tags=virtual jammy ga-22.04 zabbly bin/test-incus-network-ovn "${test}"
properties:
- build-discarder:
Expand Down

0 comments on commit f9be812

Please sign in to comment.