From 6b6cb1b2f952385eb8e930977d902f240d1db628 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 16 Mar 2023 17:52:23 +0100 Subject: [PATCH] .zuul: Enable testing on Fedora 38 https://github.com/containers/toolbox/pull/1265 --- .zuul.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index d2e9909..774a56e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,5 +1,5 @@ # -# Copyright © 2020 – 2022 Red Hat, Inc. +# Copyright © 2020 – 2023 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. @@ -59,6 +59,17 @@ pre-run: playbooks/setup-env.yaml run: playbooks/system-test.yaml +- job: + name: system-test-fedora-38 + description: Run Toolbx's system tests in Fedora 38 + timeout: 2400 + nodeset: + nodes: + - name: fedora-38 + label: cloud-fedora-38 + pre-run: playbooks/setup-env.yaml + run: playbooks/system-test.yaml + - job: name: system-test-fedora-37 description: Run Toolbx's system tests in Fedora 37 @@ -85,6 +96,7 @@ periodic: jobs: - system-test-fedora-rawhide + - system-test-fedora-38 - system-test-fedora-37 - system-test-fedora-36 check: @@ -93,6 +105,7 @@ - unit-test-migration-path-for-coreos-toolbox - unit-test-restricted - system-test-fedora-rawhide + - system-test-fedora-38 - system-test-fedora-37 - system-test-fedora-36 gate: @@ -101,5 +114,6 @@ - unit-test-migration-path-for-coreos-toolbox - unit-test-restricted - system-test-fedora-rawhide + - system-test-fedora-38 - system-test-fedora-37 - system-test-fedora-36