From 431f7f07c744e9243fb94c289be75e05c31ee1b2 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Sat, 15 Nov 2025 00:20:43 +0100 Subject: [PATCH] .zuul: Enable testing on Fedora 43 https://github.com/containers/toolbox/pull/1730 --- .zuul.yaml | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index fac225beb..e83faee1d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,5 +1,5 @@ # -# Copyright © 2020 – 2024 Red Hat, Inc. +# Copyright © 2020 – 2025 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -81,6 +81,39 @@ pre-run: playbooks/setup-env.yaml run: playbooks/system-test-runtime-environment-ubuntu.yaml +- job: + name: system-test-fedora-43-commands-options + description: Run Toolbx's commands-options system tests in Fedora 43 + timeout: 6300 + nodeset: + nodes: + - name: fedora-43 + label: cloud-fedora-43 + pre-run: playbooks/setup-env.yaml + run: playbooks/system-test-commands-options.yaml + +- job: + name: system-test-fedora-43-runtime-environment-arch-fedora + description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 43 + timeout: 6300 + nodeset: + nodes: + - name: fedora-43 + label: cloud-fedora-43 + pre-run: playbooks/setup-env.yaml + run: playbooks/system-test-runtime-environment-arch-fedora.yaml + +- job: + name: system-test-fedora-43-runtime-environment-ubuntu + description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 43 + timeout: 6300 + nodeset: + nodes: + - name: fedora-43 + label: cloud-fedora-43 + 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 @@ -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-43-commands-options + - system-test-fedora-43-runtime-environment-arch-fedora + - system-test-fedora-43-runtime-environment-ubuntu - system-test-fedora-42-commands-options - system-test-fedora-42-runtime-environment-arch-fedora - system-test-fedora-42-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-43-commands-options + - system-test-fedora-43-runtime-environment-arch-fedora + - system-test-fedora-43-runtime-environment-ubuntu - system-test-fedora-42-commands-options - system-test-fedora-42-runtime-environment-arch-fedora - system-test-fedora-42-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-43-commands-options + - system-test-fedora-43-runtime-environment-arch-fedora + - system-test-fedora-43-runtime-environment-ubuntu - system-test-fedora-42-commands-options - system-test-fedora-42-runtime-environment-arch-fedora - system-test-fedora-42-runtime-environment-ubuntu