.zuul: Drop testing on Fedora 37
Fedora 37 reached End of Life on 15th November 2023: https://docs.fedoraproject.org/en-US/releases/eol/ https://github.com/containers/toolbox/pull/1418
This commit is contained in:
parent
e82c32f80c
commit
9c2b5e9a4b
14
.zuul.yaml
14
.zuul.yaml
|
@ -81,24 +81,12 @@
|
||||||
pre-run: playbooks/setup-env.yaml
|
pre-run: playbooks/setup-env.yaml
|
||||||
run: playbooks/system-test.yaml
|
run: playbooks/system-test.yaml
|
||||||
|
|
||||||
- job:
|
|
||||||
name: system-test-fedora-37
|
|
||||||
description: Run Toolbx's system tests in Fedora 37
|
|
||||||
timeout: 3000
|
|
||||||
nodeset:
|
|
||||||
nodes:
|
|
||||||
- name: fedora-37
|
|
||||||
label: cloud-fedora-37
|
|
||||||
pre-run: playbooks/setup-env.yaml
|
|
||||||
run: playbooks/system-test.yaml
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- system-test-fedora-rawhide
|
- system-test-fedora-rawhide
|
||||||
- system-test-fedora-39
|
- system-test-fedora-39
|
||||||
- system-test-fedora-38
|
- system-test-fedora-38
|
||||||
- system-test-fedora-37
|
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- unit-test
|
- unit-test
|
||||||
|
@ -107,7 +95,6 @@
|
||||||
- system-test-fedora-rawhide
|
- system-test-fedora-rawhide
|
||||||
- system-test-fedora-39
|
- system-test-fedora-39
|
||||||
- system-test-fedora-38
|
- system-test-fedora-38
|
||||||
- system-test-fedora-37
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- unit-test
|
- unit-test
|
||||||
|
@ -116,4 +103,3 @@
|
||||||
- system-test-fedora-rawhide
|
- system-test-fedora-rawhide
|
||||||
- system-test-fedora-39
|
- system-test-fedora-39
|
||||||
- system-test-fedora-38
|
- system-test-fedora-38
|
||||||
- system-test-fedora-37
|
|
||||||
|
|
Loading…
Reference in New Issue