|
190 | 190 | pre-run: playbooks/setup-env.yaml |
191 | 191 | run: playbooks/system-test-runtime-environment-ubuntu.yaml |
192 | 192 |
|
| 193 | +- job: |
| 194 | + name: system-test-fedora-coreos |
| 195 | + abstract: true |
| 196 | + pre-run: playbooks/setup-env.yaml |
| 197 | + timeout: 6300 |
| 198 | + vars: |
| 199 | + dependencies_playbook: dependencies-fedora-coreos.yaml |
| 200 | + meson_setup_args: >- |
| 201 | + -Dfish_completions_dir=/usr/local/share/fish/vendor_completions.d |
| 202 | + -Dprofile_dir=/usr/local/share/profile.d |
| 203 | + -Dtmpfiles_dir=/usr/local/lib/tmpfiles.d |
| 204 | +
|
| 205 | +- job: |
| 206 | + name: system-test-fedora-coreos-next-commands-options |
| 207 | + parent: system-test-fedora-coreos |
| 208 | + description: Run Toolbx's commands-options system tests in Fedora CoreOS next |
| 209 | + nodeset: |
| 210 | + nodes: |
| 211 | + - name: fedora-coreos-next |
| 212 | + label: cloud-fedora-coreos-next |
| 213 | + run: playbooks/system-test-commands-options.yaml |
| 214 | + |
| 215 | +- job: |
| 216 | + name: system-test-fedora-coreos-next-runtime-environment-arch-fedora |
| 217 | + parent: system-test-fedora-coreos |
| 218 | + description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora CoreOS next |
| 219 | + nodeset: |
| 220 | + nodes: |
| 221 | + - name: fedora-coreos-next |
| 222 | + label: cloud-fedora-coreos-next |
| 223 | + run: playbooks/system-test-runtime-environment-arch-fedora.yaml |
| 224 | + |
| 225 | +- job: |
| 226 | + name: system-test-fedora-coreos-next-runtime-environment-ubuntu |
| 227 | + parent: system-test-fedora-coreos |
| 228 | + description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora CoreOS next |
| 229 | + nodeset: |
| 230 | + nodes: |
| 231 | + - name: fedora-coreos-next |
| 232 | + label: cloud-fedora-coreos-next |
| 233 | + run: playbooks/system-test-runtime-environment-ubuntu.yaml |
| 234 | + |
| 235 | +- job: |
| 236 | + name: system-test-fedora-coreos-stable-commands-options |
| 237 | + parent: system-test-fedora-coreos |
| 238 | + description: Run Toolbx's commands-options system tests in Fedora CoreOS stable |
| 239 | + nodeset: |
| 240 | + nodes: |
| 241 | + - name: fedora-coreos-stable |
| 242 | + label: cloud-fedora-coreos-stable |
| 243 | + run: playbooks/system-test-commands-options.yaml |
| 244 | + |
| 245 | +- job: |
| 246 | + name: system-test-fedora-coreos-stable-runtime-environment-arch-fedora |
| 247 | + parent: system-test-fedora-coreos |
| 248 | + description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora CoreOS stable |
| 249 | + nodeset: |
| 250 | + nodes: |
| 251 | + - name: fedora-coreos-stable |
| 252 | + label: cloud-fedora-coreos-stable |
| 253 | + run: playbooks/system-test-runtime-environment-arch-fedora.yaml |
| 254 | + |
| 255 | +- job: |
| 256 | + name: system-test-fedora-coreos-stable-runtime-environment-ubuntu |
| 257 | + parent: system-test-fedora-coreos |
| 258 | + description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora CoreOS stable |
| 259 | + nodeset: |
| 260 | + nodes: |
| 261 | + - name: fedora-coreos-stable |
| 262 | + label: cloud-fedora-coreos-stable |
| 263 | + run: playbooks/system-test-runtime-environment-ubuntu.yaml |
| 264 | + |
| 265 | +- job: |
| 266 | + name: system-test-fedora-coreos-testing-commands-options |
| 267 | + parent: system-test-fedora-coreos |
| 268 | + description: Run Toolbx's commands-options system tests in Fedora CoreOS testing |
| 269 | + nodeset: |
| 270 | + nodes: |
| 271 | + - name: fedora-coreos-testing |
| 272 | + label: cloud-fedora-coreos-testing |
| 273 | + run: playbooks/system-test-commands-options.yaml |
| 274 | + |
| 275 | +- job: |
| 276 | + name: system-test-fedora-coreos-testing-runtime-environment-arch-fedora |
| 277 | + parent: system-test-fedora-coreos |
| 278 | + description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora CoreOS testing |
| 279 | + nodeset: |
| 280 | + nodes: |
| 281 | + - name: fedora-coreos-testing |
| 282 | + label: cloud-fedora-coreos-testing |
| 283 | + run: playbooks/system-test-runtime-environment-arch-fedora.yaml |
| 284 | + |
| 285 | +- job: |
| 286 | + name: system-test-fedora-coreos-testing-runtime-environment-ubuntu |
| 287 | + parent: system-test-fedora-coreos |
| 288 | + description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora CoreOS testing |
| 289 | + nodeset: |
| 290 | + nodes: |
| 291 | + - name: fedora-coreos-testing |
| 292 | + label: cloud-fedora-coreos-testing |
| 293 | + run: playbooks/system-test-runtime-environment-ubuntu.yaml |
| 294 | + |
193 | 295 | - project: |
194 | 296 | periodic: |
195 | 297 | jobs: |
|
205 | 307 | - system-test-fedora-42-commands-options |
206 | 308 | - system-test-fedora-42-runtime-environment-arch-fedora |
207 | 309 | - system-test-fedora-42-runtime-environment-ubuntu |
| 310 | + - system-test-fedora-coreos-next-commands-options |
| 311 | + - system-test-fedora-coreos-next-runtime-environment-arch-fedora |
| 312 | + - system-test-fedora-coreos-next-runtime-environment-ubuntu |
| 313 | + - system-test-fedora-coreos-stable-commands-options |
| 314 | + - system-test-fedora-coreos-stable-runtime-environment-arch-fedora |
| 315 | + - system-test-fedora-coreos-stable-runtime-environment-ubuntu |
| 316 | + - system-test-fedora-coreos-testing-commands-options |
| 317 | + - system-test-fedora-coreos-testing-runtime-environment-arch-fedora |
| 318 | + - system-test-fedora-coreos-testing-runtime-environment-ubuntu |
208 | 319 | check: |
209 | 320 | jobs: |
210 | 321 | - unit-test |
|
222 | 333 | - system-test-fedora-42-commands-options |
223 | 334 | - system-test-fedora-42-runtime-environment-arch-fedora |
224 | 335 | - system-test-fedora-42-runtime-environment-ubuntu |
| 336 | + - system-test-fedora-coreos-next-commands-options |
| 337 | + - system-test-fedora-coreos-next-runtime-environment-arch-fedora |
| 338 | + - system-test-fedora-coreos-next-runtime-environment-ubuntu |
| 339 | + - system-test-fedora-coreos-stable-commands-options |
| 340 | + - system-test-fedora-coreos-stable-runtime-environment-arch-fedora |
| 341 | + - system-test-fedora-coreos-stable-runtime-environment-ubuntu |
| 342 | + - system-test-fedora-coreos-testing-commands-options |
| 343 | + - system-test-fedora-coreos-testing-runtime-environment-arch-fedora |
| 344 | + - system-test-fedora-coreos-testing-runtime-environment-ubuntu |
225 | 345 | gate: |
226 | 346 | jobs: |
227 | 347 | - unit-test |
|
239 | 359 | - system-test-fedora-42-commands-options |
240 | 360 | - system-test-fedora-42-runtime-environment-arch-fedora |
241 | 361 | - system-test-fedora-42-runtime-environment-ubuntu |
| 362 | + - system-test-fedora-coreos-next-commands-options |
| 363 | + - system-test-fedora-coreos-next-runtime-environment-arch-fedora |
| 364 | + - system-test-fedora-coreos-next-runtime-environment-ubuntu |
| 365 | + - system-test-fedora-coreos-stable-commands-options |
| 366 | + - system-test-fedora-coreos-stable-runtime-environment-arch-fedora |
| 367 | + - system-test-fedora-coreos-stable-runtime-environment-ubuntu |
| 368 | + - system-test-fedora-coreos-testing-commands-options |
| 369 | + - system-test-fedora-coreos-testing-runtime-environment-arch-fedora |
| 370 | + - system-test-fedora-coreos-testing-runtime-environment-ubuntu |
0 commit comments