-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stéphane Graber <[email protected]>
- Loading branch information
Showing
5 changed files
with
198 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
- job: | ||
name: "incus-test-cpu-vm" | ||
concurrent: false | ||
description: Run VM CPU hotplugging 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-cpu-vm | ||
properties: | ||
- build-discarder: | ||
num-to-keep: 3 | ||
|
||
- raw: | ||
!include: ../includes/webhook.yaml.inc | ||
|
||
publishers: | ||
- workspace-cleanup: | ||
fail-build: false | ||
|
||
- naginator: | ||
rerun-unstable-builds: true | ||
rerun-matrix-part: true | ||
max-failed-builds: 3 | ||
progressive-delay-increment: 300 | ||
progressive-delay-maximum: 900 | ||
|
||
triggers: | ||
- timed: '@daily' | ||
|
||
wrappers: | ||
- ansicolor: | ||
colormap: css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
- job: | ||
name: "incus-test-devincus-vm" | ||
concurrent: false | ||
description: Run VM devincus 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 | ||
properties: | ||
- build-discarder: | ||
num-to-keep: 3 | ||
|
||
- raw: | ||
!include: ../includes/webhook.yaml.inc | ||
|
||
publishers: | ||
- workspace-cleanup: | ||
fail-build: false | ||
|
||
- naginator: | ||
rerun-unstable-builds: true | ||
rerun-matrix-part: true | ||
max-failed-builds: 3 | ||
progressive-delay-increment: 300 | ||
progressive-delay-maximum: 900 | ||
|
||
triggers: | ||
- timed: '@daily' | ||
|
||
wrappers: | ||
- ansicolor: | ||
colormap: css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
- job: | ||
name: "incus-test-interception" | ||
concurrent: false | ||
description: Tests syscall interception with Incus | ||
node: master | ||
project-type: freestyle | ||
|
||
builders: | ||
- shell: |- | ||
cd /lxc-ci | ||
exec /lxc-ci/bin/maas-run tags=virtual jammy ga-22.04 default bin/test-incus-interception | ||
properties: | ||
- build-discarder: | ||
num-to-keep: 3 | ||
|
||
- raw: | ||
!include: ../includes/webhook.yaml.inc | ||
|
||
publishers: | ||
- workspace-cleanup: | ||
fail-build: false | ||
|
||
- naginator: | ||
rerun-unstable-builds: true | ||
rerun-matrix-part: true | ||
max-failed-builds: 3 | ||
progressive-delay-increment: 300 | ||
progressive-delay-maximum: 900 | ||
|
||
triggers: | ||
- timed: '@daily' | ||
|
||
wrappers: | ||
- ansicolor: | ||
colormap: css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
- job: | ||
name: "incus-test-storage-buckets" | ||
concurrent: false | ||
description: Run storage buckets tests. | ||
node: master | ||
project-type: matrix | ||
|
||
axes: | ||
- axis: | ||
name: backend | ||
type: user-defined | ||
values: | ||
- dir | ||
- zfs | ||
- btrfs | ||
- lvm | ||
- lvm-thin | ||
|
||
- axis: | ||
name: restrict | ||
type: slave | ||
values: | ||
- master | ||
|
||
builders: | ||
- 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}" | ||
properties: | ||
- build-discarder: | ||
num-to-keep: 30 | ||
|
||
- raw: | ||
!include: ../includes/webhook.yaml.inc | ||
|
||
publishers: | ||
- workspace-cleanup: | ||
fail-build: false | ||
|
||
- naginator: | ||
rerun-unstable-builds: true | ||
rerun-matrix-part: true | ||
max-failed-builds: 3 | ||
progressive-delay-increment: 300 | ||
progressive-delay-maximum: 900 | ||
|
||
triggers: | ||
- timed: '@daily' | ||
|
||
wrappers: | ||
- ansicolor: | ||
colormap: css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
- job: | ||
name: "incus-test-usb" | ||
concurrent: false | ||
description: Tests USB passthrough for containers | ||
node: master | ||
project-type: freestyle | ||
|
||
builders: | ||
- shell: |- | ||
cd /lxc-ci | ||
exec /lxc-ci/bin/maas-run name=lantea jammy ga-22.04 default bin/test-incus-usb | ||
properties: | ||
- build-discarder: | ||
num-to-keep: 3 | ||
|
||
- raw: | ||
!include: ../includes/webhook.yaml.inc | ||
|
||
publishers: | ||
- workspace-cleanup: | ||
fail-build: false | ||
|
||
- naginator: | ||
rerun-unstable-builds: true | ||
rerun-matrix-part: true | ||
max-failed-builds: 3 | ||
progressive-delay-increment: 300 | ||
progressive-delay-maximum: 900 | ||
|
||
triggers: | ||
- timed: '@daily' | ||
|
||
wrappers: | ||
- ansicolor: | ||
colormap: css |