|
50 | 50 | pre-run: playbooks/setup-env.yaml |
51 | 51 | run: playbooks/unit-test.yaml |
52 | 52 |
|
| 53 | +- job: |
| 54 | + name: system-test-fedora |
| 55 | + abstract: true |
| 56 | + timeout: 6300 |
| 57 | + pre-run: playbooks/setup-env.yaml |
| 58 | + |
| 59 | +- job: |
| 60 | + name: system-test-fedora-rawhide |
| 61 | + abstract: true |
| 62 | + parent: system-test-fedora |
| 63 | + timeout: 7200 |
| 64 | + |
53 | 65 | - job: |
54 | 66 | name: system-test-fedora-rawhide-commands-options |
| 67 | + parent: system-test-fedora-rawhide |
55 | 68 | description: Run Toolbx's commands-options system tests in Fedora Rawhide |
56 | | - timeout: 7200 |
57 | 69 | nodeset: |
58 | 70 | nodes: |
59 | 71 | - name: fedora-rawhide |
60 | 72 | label: cloud-fedora-rawhide |
61 | | - pre-run: playbooks/setup-env.yaml |
62 | 73 | run: playbooks/system-test-commands-options.yaml |
63 | 74 |
|
64 | 75 | - job: |
65 | 76 | name: system-test-fedora-rawhide-runtime-environment-arch-fedora |
| 77 | + parent: system-test-fedora-rawhide |
66 | 78 | description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora Rawhide |
67 | | - timeout: 7200 |
68 | 79 | nodeset: |
69 | 80 | nodes: |
70 | 81 | - name: fedora-rawhide |
71 | 82 | label: cloud-fedora-rawhide |
72 | | - pre-run: playbooks/setup-env.yaml |
73 | 83 | run: playbooks/system-test-runtime-environment-arch-fedora.yaml |
74 | 84 |
|
75 | 85 | - job: |
76 | 86 | name: system-test-fedora-rawhide-runtime-environment-ubuntu |
| 87 | + parent: system-test-fedora-rawhide |
77 | 88 | description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora Rawhide |
78 | | - timeout: 7200 |
79 | 89 | nodeset: |
80 | 90 | nodes: |
81 | 91 | - name: fedora-rawhide |
82 | 92 | label: cloud-fedora-rawhide |
83 | | - pre-run: playbooks/setup-env.yaml |
84 | 93 | run: playbooks/system-test-runtime-environment-ubuntu.yaml |
85 | 94 |
|
86 | 95 | - job: |
87 | 96 | name: system-test-fedora-44-commands-options |
| 97 | + parent: system-test-fedora |
88 | 98 | description: Run Toolbx's commands-options system tests in Fedora 44 |
89 | | - timeout: 6300 |
90 | 99 | nodeset: |
91 | 100 | nodes: |
92 | 101 | - name: fedora-44 |
93 | 102 | label: cloud-fedora-44 |
94 | | - pre-run: playbooks/setup-env.yaml |
95 | 103 | run: playbooks/system-test-commands-options.yaml |
96 | 104 |
|
97 | 105 | - job: |
98 | 106 | name: system-test-fedora-44-runtime-environment-arch-fedora |
| 107 | + parent: system-test-fedora |
99 | 108 | description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 44 |
100 | | - timeout: 6300 |
101 | 109 | nodeset: |
102 | 110 | nodes: |
103 | 111 | - name: fedora-44 |
104 | 112 | label: cloud-fedora-44 |
105 | | - pre-run: playbooks/setup-env.yaml |
106 | 113 | run: playbooks/system-test-runtime-environment-arch-fedora.yaml |
107 | 114 |
|
108 | 115 | - job: |
109 | 116 | name: system-test-fedora-44-runtime-environment-ubuntu |
| 117 | + parent: system-test-fedora |
110 | 118 | description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 44 |
111 | | - timeout: 6300 |
112 | 119 | nodeset: |
113 | 120 | nodes: |
114 | 121 | - name: fedora-44 |
115 | 122 | label: cloud-fedora-44 |
116 | | - pre-run: playbooks/setup-env.yaml |
117 | 123 | run: playbooks/system-test-runtime-environment-ubuntu.yaml |
118 | 124 |
|
119 | 125 | - job: |
120 | 126 | name: system-test-fedora-43-commands-options |
| 127 | + parent: system-test-fedora |
121 | 128 | description: Run Toolbx's commands-options system tests in Fedora 43 |
122 | | - timeout: 6300 |
123 | 129 | nodeset: |
124 | 130 | nodes: |
125 | 131 | - name: fedora-43 |
126 | 132 | label: cloud-fedora-43 |
127 | | - pre-run: playbooks/setup-env.yaml |
128 | 133 | run: playbooks/system-test-commands-options.yaml |
129 | 134 |
|
130 | 135 | - job: |
131 | 136 | name: system-test-fedora-43-runtime-environment-arch-fedora |
| 137 | + parent: system-test-fedora |
132 | 138 | description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 43 |
133 | | - timeout: 6300 |
134 | 139 | nodeset: |
135 | 140 | nodes: |
136 | 141 | - name: fedora-43 |
137 | 142 | label: cloud-fedora-43 |
138 | | - pre-run: playbooks/setup-env.yaml |
139 | 143 | run: playbooks/system-test-runtime-environment-arch-fedora.yaml |
140 | 144 |
|
141 | 145 | - job: |
142 | 146 | name: system-test-fedora-43-runtime-environment-ubuntu |
| 147 | + parent: system-test-fedora |
143 | 148 | description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 43 |
144 | | - timeout: 6300 |
145 | 149 | nodeset: |
146 | 150 | nodes: |
147 | 151 | - name: fedora-43 |
148 | 152 | label: cloud-fedora-43 |
149 | | - pre-run: playbooks/setup-env.yaml |
150 | 153 | run: playbooks/system-test-runtime-environment-ubuntu.yaml |
151 | 154 |
|
152 | 155 | - job: |
153 | 156 | name: system-test-fedora-42-commands-options |
| 157 | + parent: system-test-fedora |
154 | 158 | description: Run Toolbx's commands-options system tests in Fedora 42 |
155 | | - timeout: 6300 |
156 | 159 | nodeset: |
157 | 160 | nodes: |
158 | 161 | - name: fedora-42 |
159 | 162 | label: cloud-fedora-42 |
160 | | - pre-run: playbooks/setup-env.yaml |
161 | 163 | run: playbooks/system-test-commands-options.yaml |
162 | 164 |
|
163 | 165 | - job: |
164 | 166 | name: system-test-fedora-42-runtime-environment-arch-fedora |
| 167 | + parent: system-test-fedora |
165 | 168 | description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 42 |
166 | | - timeout: 6300 |
167 | 169 | nodeset: |
168 | 170 | nodes: |
169 | 171 | - name: fedora-42 |
170 | 172 | label: cloud-fedora-42 |
171 | | - pre-run: playbooks/setup-env.yaml |
172 | 173 | run: playbooks/system-test-runtime-environment-arch-fedora.yaml |
173 | 174 |
|
174 | 175 | - job: |
175 | 176 | name: system-test-fedora-42-runtime-environment-ubuntu |
| 177 | + parent: system-test-fedora |
176 | 178 | description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 42 |
177 | | - timeout: 6300 |
178 | 179 | nodeset: |
179 | 180 | nodes: |
180 | 181 | - name: fedora-42 |
181 | 182 | label: cloud-fedora-42 |
182 | | - pre-run: playbooks/setup-env.yaml |
183 | 183 | run: playbooks/system-test-runtime-environment-ubuntu.yaml |
184 | 184 |
|
185 | 185 | - job: |
186 | 186 | name: system-test-fedora-coreos |
187 | 187 | abstract: true |
| 188 | + parent: system-test-fedora |
188 | 189 | voting: false |
189 | | - timeout: 6300 |
190 | 190 | vars: |
191 | 191 | dependencies_playbook: dependencies-fedora-coreos.yaml |
192 | 192 | # Redirect installs from read-only /usr to writable /usr/local |
193 | 193 | meson_setup_args: >- |
194 | 194 | -Dfish_completions_dir=/usr/local/share/fish/vendor_completions.d |
195 | 195 | -Dprofile_dir=/usr/local/share/profile.d |
196 | 196 | -Dtmpfiles_dir=/usr/local/lib/tmpfiles.d |
197 | | - pre-run: playbooks/setup-env.yaml |
198 | 197 |
|
199 | 198 | - job: |
200 | 199 | name: system-test-fedora-coreos-next-commands-options |
|
0 commit comments