.zuul: Enable testing on Fedora 37
https://github.com/containers/toolbox/pull/1237
This commit is contained in:
parent
8af80292d3
commit
d0421dcd2b
14
.zuul.yaml
14
.zuul.yaml
|
|
@ -48,6 +48,17 @@
|
||||||
pre-run: playbooks/setup-env.yaml
|
pre-run: playbooks/setup-env.yaml
|
||||||
run: playbooks/system-test.yaml
|
run: playbooks/system-test.yaml
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: system-test-fedora-37
|
||||||
|
description: Run Toolbx's system tests in Fedora 37
|
||||||
|
timeout: 2400
|
||||||
|
nodeset:
|
||||||
|
nodes:
|
||||||
|
- name: fedora-37
|
||||||
|
label: cloud-fedora-37
|
||||||
|
pre-run: playbooks/setup-env.yaml
|
||||||
|
run: playbooks/system-test.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: system-test-fedora-36
|
name: system-test-fedora-36
|
||||||
description: Run Toolbx's system tests in Fedora 36
|
description: Run Toolbx's system tests in Fedora 36
|
||||||
|
|
@ -74,6 +85,7 @@
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- system-test-fedora-rawhide
|
- system-test-fedora-rawhide
|
||||||
|
- system-test-fedora-37
|
||||||
- system-test-fedora-36
|
- system-test-fedora-36
|
||||||
- system-test-fedora-35
|
- system-test-fedora-35
|
||||||
check:
|
check:
|
||||||
|
|
@ -81,6 +93,7 @@
|
||||||
- unit-test
|
- unit-test
|
||||||
- unit-test-migration-path-for-coreos-toolbox
|
- unit-test-migration-path-for-coreos-toolbox
|
||||||
- system-test-fedora-rawhide
|
- system-test-fedora-rawhide
|
||||||
|
- system-test-fedora-37
|
||||||
- system-test-fedora-36
|
- system-test-fedora-36
|
||||||
- system-test-fedora-35
|
- system-test-fedora-35
|
||||||
gate:
|
gate:
|
||||||
|
|
@ -88,5 +101,6 @@
|
||||||
- unit-test
|
- unit-test
|
||||||
- unit-test-migration-path-for-coreos-toolbox
|
- unit-test-migration-path-for-coreos-toolbox
|
||||||
- system-test-fedora-rawhide
|
- system-test-fedora-rawhide
|
||||||
|
- system-test-fedora-37
|
||||||
- system-test-fedora-36
|
- system-test-fedora-36
|
||||||
- system-test-fedora-35
|
- system-test-fedora-35
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue