.zuul: Enable testing on Fedora 41
https://github.com/containers/toolbox/pull/1550
This commit is contained in:
parent
861cf8546e
commit
679bf87eb9
14
.zuul.yaml
14
.zuul.yaml
|
|
@ -59,6 +59,17 @@
|
|||
pre-run: playbooks/setup-env.yaml
|
||||
run: playbooks/system-test.yaml
|
||||
|
||||
- job:
|
||||
name: system-test-fedora-41
|
||||
description: Run Toolbx's system tests in Fedora 41
|
||||
timeout: 9000
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: fedora-41
|
||||
label: cloud-fedora-41
|
||||
pre-run: playbooks/setup-env.yaml
|
||||
run: playbooks/system-test.yaml
|
||||
|
||||
- job:
|
||||
name: system-test-fedora-40
|
||||
description: Run Toolbx's system tests in Fedora 40
|
||||
|
|
@ -85,6 +96,7 @@
|
|||
periodic:
|
||||
jobs:
|
||||
- system-test-fedora-rawhide
|
||||
- system-test-fedora-41
|
||||
- system-test-fedora-40
|
||||
- system-test-fedora-39
|
||||
check:
|
||||
|
|
@ -93,6 +105,7 @@
|
|||
- unit-test-migration-path-for-coreos-toolbox
|
||||
- unit-test-restricted
|
||||
- system-test-fedora-rawhide
|
||||
- system-test-fedora-41
|
||||
- system-test-fedora-40
|
||||
- system-test-fedora-39
|
||||
gate:
|
||||
|
|
@ -101,5 +114,6 @@
|
|||
- unit-test-migration-path-for-coreos-toolbox
|
||||
- unit-test-restricted
|
||||
- system-test-fedora-rawhide
|
||||
- system-test-fedora-41
|
||||
- system-test-fedora-40
|
||||
- system-test-fedora-39
|
||||
|
|
|
|||
Loading…
Reference in New Issue