From c4788ee5e6cb40436b3a2388e94ad646ddfaaa54 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 26 Jan 2026 23:19:20 +0100 Subject: [PATCH 1/3] .zuul: Drop testing on Fedora 40 Fedora 40 reached End of Life on 13th May 2025: https://docs.fedoraproject.org/en-US/releases/eol/ https://github.com/containers/toolbox/pull/1650 https://github.com/containers/toolbox/pull/1748 (backported from commit 7cfe9a7f18b63fa160a02e0da797addf4416071c) --- .zuul.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 03352da6d..53511cac4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -81,24 +81,12 @@ 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 - timeout: 9000 - nodeset: - nodes: - - name: fedora-40 - label: cloud-fedora-40 - pre-run: playbooks/setup-env.yaml - run: playbooks/system-test.yaml - - project: periodic: jobs: - system-test-fedora-rawhide - system-test-fedora-42 - system-test-fedora-41 - - system-test-fedora-40 check: jobs: - unit-test @@ -107,7 +95,6 @@ - system-test-fedora-rawhide - system-test-fedora-42 - system-test-fedora-41 - - system-test-fedora-40 gate: jobs: - unit-test @@ -116,4 +103,3 @@ - system-test-fedora-rawhide - system-test-fedora-42 - system-test-fedora-41 - - system-test-fedora-40 From df5a8aa2eae2fbc79e85cda04e4ca8cc0ecd6c48 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 26 Jan 2026 23:25:15 +0100 Subject: [PATCH 2/3] .zuul: Enable testing on Fedora 43 https://github.com/containers/toolbox/pull/1730 https://github.com/containers/toolbox/pull/1748 (backported from commit 431f7f07c744e9243fb94c289be75e05c31ee1b2) --- .zuul.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 53511cac4..6b7917d21 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -59,6 +59,17 @@ pre-run: playbooks/setup-env.yaml run: playbooks/system-test.yaml +- job: + name: system-test-fedora-43 + description: Run Toolbx's system tests in Fedora 43 + timeout: 9000 + nodeset: + nodes: + - name: fedora-43 + label: cloud-fedora-43 + pre-run: playbooks/setup-env.yaml + run: playbooks/system-test.yaml + - job: name: system-test-fedora-42 description: Run Toolbx's system tests in Fedora 42 @@ -85,6 +96,7 @@ periodic: jobs: - system-test-fedora-rawhide + - system-test-fedora-43 - system-test-fedora-42 - system-test-fedora-41 check: @@ -93,6 +105,7 @@ - unit-test-migration-path-for-coreos-toolbox - unit-test-restricted - system-test-fedora-rawhide + - system-test-fedora-43 - system-test-fedora-42 - system-test-fedora-41 gate: @@ -101,5 +114,6 @@ - unit-test-migration-path-for-coreos-toolbox - unit-test-restricted - system-test-fedora-rawhide + - system-test-fedora-43 - system-test-fedora-42 - system-test-fedora-41 From 72f7f6c79098fbd86a85c33bd7490c073bf7a900 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 27 Jan 2026 01:00:58 +0100 Subject: [PATCH 3/3] .zuul: Drop testing on Fedora 41 Fedora 41 reached End of Life on 15th December 2025: https://docs.fedoraproject.org/en-US/releases/eol/ https://github.com/containers/toolbox/pull/1733 https://github.com/containers/toolbox/pull/1748 (backported from commit 36605d8d013eb4653eb6cf513711a502f40514e8) --- .zuul.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 6b7917d21..32d5f3b39 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -81,24 +81,12 @@ 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 - - project: periodic: jobs: - system-test-fedora-rawhide - system-test-fedora-43 - system-test-fedora-42 - - system-test-fedora-41 check: jobs: - unit-test @@ -107,7 +95,6 @@ - system-test-fedora-rawhide - system-test-fedora-43 - system-test-fedora-42 - - system-test-fedora-41 gate: jobs: - unit-test @@ -116,4 +103,3 @@ - system-test-fedora-rawhide - system-test-fedora-43 - system-test-fedora-42 - - system-test-fedora-41