.zuul: Drop testing on Fedora 40
Fedora 40 reached End of Life on 13th May 2025: https://docs.fedoraproject.org/en-US/releases/eol/ https://github.com/containers/toolbox/pull/1650
This commit is contained in:
parent
88a08351b2
commit
7cfe9a7f18
42
.zuul.yaml
42
.zuul.yaml
|
|
@ -147,39 +147,6 @@
|
|||
pre-run: playbooks/setup-env.yaml
|
||||
run: playbooks/system-test-runtime-environment-ubuntu.yaml
|
||||
|
||||
- job:
|
||||
name: system-test-fedora-40-commands-options
|
||||
description: Run Toolbx's commands-options system tests in Fedora 40
|
||||
timeout: 6300
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: fedora-40
|
||||
label: cloud-fedora-40
|
||||
pre-run: playbooks/setup-env.yaml
|
||||
run: playbooks/system-test-commands-options.yaml
|
||||
|
||||
- job:
|
||||
name: system-test-fedora-40-runtime-environment-arch-fedora
|
||||
description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 40
|
||||
timeout: 6300
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: fedora-40
|
||||
label: cloud-fedora-40
|
||||
pre-run: playbooks/setup-env.yaml
|
||||
run: playbooks/system-test-runtime-environment-arch-fedora.yaml
|
||||
|
||||
- job:
|
||||
name: system-test-fedora-40-runtime-environment-ubuntu
|
||||
description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 40
|
||||
timeout: 6300
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: fedora-40
|
||||
label: cloud-fedora-40
|
||||
pre-run: playbooks/setup-env.yaml
|
||||
run: playbooks/system-test-runtime-environment-ubuntu.yaml
|
||||
|
||||
- project:
|
||||
periodic:
|
||||
jobs:
|
||||
|
|
@ -192,9 +159,6 @@
|
|||
- system-test-fedora-41-commands-options
|
||||
- system-test-fedora-41-runtime-environment-arch-fedora
|
||||
- system-test-fedora-41-runtime-environment-ubuntu
|
||||
- system-test-fedora-40-commands-options
|
||||
- system-test-fedora-40-runtime-environment-arch-fedora
|
||||
- system-test-fedora-40-runtime-environment-ubuntu
|
||||
check:
|
||||
jobs:
|
||||
- unit-test
|
||||
|
|
@ -209,9 +173,6 @@
|
|||
- system-test-fedora-41-commands-options
|
||||
- system-test-fedora-41-runtime-environment-arch-fedora
|
||||
- system-test-fedora-41-runtime-environment-ubuntu
|
||||
- system-test-fedora-40-commands-options
|
||||
- system-test-fedora-40-runtime-environment-arch-fedora
|
||||
- system-test-fedora-40-runtime-environment-ubuntu
|
||||
gate:
|
||||
jobs:
|
||||
- unit-test
|
||||
|
|
@ -226,6 +187,3 @@
|
|||
- system-test-fedora-41-commands-options
|
||||
- system-test-fedora-41-runtime-environment-arch-fedora
|
||||
- system-test-fedora-41-runtime-environment-ubuntu
|
||||
- system-test-fedora-40-commands-options
|
||||
- system-test-fedora-40-runtime-environment-arch-fedora
|
||||
- system-test-fedora-40-runtime-environment-ubuntu
|
||||
|
|
|
|||
Loading…
Reference in New Issue