.zuul: Enable testing on Fedora 38

https://github.com/containers/toolbox/pull/1265
This commit is contained in:
Debarshi Ray 2023-03-16 17:52:23 +01:00
parent e5bab51bca
commit 6b6cb1b2f9

View file

@ -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