Skip to content

Commit df5a8aa

Browse files
committed
.zuul: Enable testing on Fedora 43
containers#1730 containers#1748 (backported from commit 431f7f0)
1 parent c4788ee commit df5a8aa

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@
5959
pre-run: playbooks/setup-env.yaml
6060
run: playbooks/system-test.yaml
6161

62+
- job:
63+
name: system-test-fedora-43
64+
description: Run Toolbx's system tests in Fedora 43
65+
timeout: 9000
66+
nodeset:
67+
nodes:
68+
- name: fedora-43
69+
label: cloud-fedora-43
70+
pre-run: playbooks/setup-env.yaml
71+
run: playbooks/system-test.yaml
72+
6273
- job:
6374
name: system-test-fedora-42
6475
description: Run Toolbx's system tests in Fedora 42
@@ -85,6 +96,7 @@
8596
periodic:
8697
jobs:
8798
- system-test-fedora-rawhide
99+
- system-test-fedora-43
88100
- system-test-fedora-42
89101
- system-test-fedora-41
90102
check:
@@ -93,6 +105,7 @@
93105
- unit-test-migration-path-for-coreos-toolbox
94106
- unit-test-restricted
95107
- system-test-fedora-rawhide
108+
- system-test-fedora-43
96109
- system-test-fedora-42
97110
- system-test-fedora-41
98111
gate:
@@ -101,5 +114,6 @@
101114
- unit-test-migration-path-for-coreos-toolbox
102115
- unit-test-restricted
103116
- system-test-fedora-rawhide
117+
- system-test-fedora-43
104118
- system-test-fedora-42
105119
- system-test-fedora-41

0 commit comments

Comments
 (0)