.zuul: Enable testing on Fedora 42
https://github.com/containers/toolbox/pull/1619
This commit is contained in:
parent
4f4c3c9d19
commit
c2520f2016
42
.zuul.yaml
42
.zuul.yaml
|
@ -81,6 +81,39 @@
|
||||||
pre-run: playbooks/setup-env.yaml
|
pre-run: playbooks/setup-env.yaml
|
||||||
run: playbooks/system-test-runtime-environment-ubuntu.yaml
|
run: playbooks/system-test-runtime-environment-ubuntu.yaml
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: system-test-fedora-42-commands-options
|
||||||
|
description: Run Toolbx's commands-options system tests in Fedora 42
|
||||||
|
timeout: 6300
|
||||||
|
nodeset:
|
||||||
|
nodes:
|
||||||
|
- name: fedora-42
|
||||||
|
label: cloud-fedora-42
|
||||||
|
pre-run: playbooks/setup-env.yaml
|
||||||
|
run: playbooks/system-test-commands-options.yaml
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: system-test-fedora-42-runtime-environment-arch-fedora
|
||||||
|
description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 42
|
||||||
|
timeout: 6300
|
||||||
|
nodeset:
|
||||||
|
nodes:
|
||||||
|
- name: fedora-42
|
||||||
|
label: cloud-fedora-42
|
||||||
|
pre-run: playbooks/setup-env.yaml
|
||||||
|
run: playbooks/system-test-runtime-environment-arch-fedora.yaml
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: system-test-fedora-42-runtime-environment-ubuntu
|
||||||
|
description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 42
|
||||||
|
timeout: 6300
|
||||||
|
nodeset:
|
||||||
|
nodes:
|
||||||
|
- name: fedora-42
|
||||||
|
label: cloud-fedora-42
|
||||||
|
pre-run: playbooks/setup-env.yaml
|
||||||
|
run: playbooks/system-test-runtime-environment-ubuntu.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: system-test-fedora-41-commands-options
|
name: system-test-fedora-41-commands-options
|
||||||
description: Run Toolbx's commands-options system tests in Fedora 41
|
description: Run Toolbx's commands-options system tests in Fedora 41
|
||||||
|
@ -153,6 +186,9 @@
|
||||||
- system-test-fedora-rawhide-commands-options
|
- system-test-fedora-rawhide-commands-options
|
||||||
- system-test-fedora-rawhide-runtime-environment-arch-fedora
|
- system-test-fedora-rawhide-runtime-environment-arch-fedora
|
||||||
- system-test-fedora-rawhide-runtime-environment-ubuntu
|
- system-test-fedora-rawhide-runtime-environment-ubuntu
|
||||||
|
- system-test-fedora-42-commands-options
|
||||||
|
- system-test-fedora-42-runtime-environment-arch-fedora
|
||||||
|
- system-test-fedora-42-runtime-environment-ubuntu
|
||||||
- system-test-fedora-41-commands-options
|
- system-test-fedora-41-commands-options
|
||||||
- system-test-fedora-41-runtime-environment-arch-fedora
|
- system-test-fedora-41-runtime-environment-arch-fedora
|
||||||
- system-test-fedora-41-runtime-environment-ubuntu
|
- system-test-fedora-41-runtime-environment-ubuntu
|
||||||
|
@ -167,6 +203,9 @@
|
||||||
- system-test-fedora-rawhide-commands-options
|
- system-test-fedora-rawhide-commands-options
|
||||||
- system-test-fedora-rawhide-runtime-environment-arch-fedora
|
- system-test-fedora-rawhide-runtime-environment-arch-fedora
|
||||||
- system-test-fedora-rawhide-runtime-environment-ubuntu
|
- system-test-fedora-rawhide-runtime-environment-ubuntu
|
||||||
|
- system-test-fedora-42-commands-options
|
||||||
|
- system-test-fedora-42-runtime-environment-arch-fedora
|
||||||
|
- system-test-fedora-42-runtime-environment-ubuntu
|
||||||
- system-test-fedora-41-commands-options
|
- system-test-fedora-41-commands-options
|
||||||
- system-test-fedora-41-runtime-environment-arch-fedora
|
- system-test-fedora-41-runtime-environment-arch-fedora
|
||||||
- system-test-fedora-41-runtime-environment-ubuntu
|
- system-test-fedora-41-runtime-environment-ubuntu
|
||||||
|
@ -181,6 +220,9 @@
|
||||||
- system-test-fedora-rawhide-commands-options
|
- system-test-fedora-rawhide-commands-options
|
||||||
- system-test-fedora-rawhide-runtime-environment-arch-fedora
|
- system-test-fedora-rawhide-runtime-environment-arch-fedora
|
||||||
- system-test-fedora-rawhide-runtime-environment-ubuntu
|
- system-test-fedora-rawhide-runtime-environment-ubuntu
|
||||||
|
- system-test-fedora-42-commands-options
|
||||||
|
- system-test-fedora-42-runtime-environment-arch-fedora
|
||||||
|
- system-test-fedora-42-runtime-environment-ubuntu
|
||||||
- system-test-fedora-41-commands-options
|
- system-test-fedora-41-commands-options
|
||||||
- system-test-fedora-41-runtime-environment-arch-fedora
|
- system-test-fedora-41-runtime-environment-arch-fedora
|
||||||
- system-test-fedora-41-runtime-environment-ubuntu
|
- system-test-fedora-41-runtime-environment-ubuntu
|
||||||
|
|
Loading…
Reference in New Issue