From c2520f2016e3e20346435b2005e84dd812cd06e1 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Sat, 29 Mar 2025 01:00:34 +0100 Subject: [PATCH] .zuul: Enable testing on Fedora 42 https://github.com/containers/toolbox/pull/1619 --- .zuul.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index c067a35..f92304b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -81,6 +81,39 @@ pre-run: playbooks/setup-env.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: name: system-test-fedora-41-commands-options 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-runtime-environment-arch-fedora - 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-runtime-environment-arch-fedora - system-test-fedora-41-runtime-environment-ubuntu @@ -167,6 +203,9 @@ - system-test-fedora-rawhide-commands-options - system-test-fedora-rawhide-runtime-environment-arch-fedora - 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-runtime-environment-arch-fedora - system-test-fedora-41-runtime-environment-ubuntu @@ -181,6 +220,9 @@ - system-test-fedora-rawhide-commands-options - system-test-fedora-rawhide-runtime-environment-arch-fedora - 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-runtime-environment-arch-fedora - system-test-fedora-41-runtime-environment-ubuntu