.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:
Debarshi Ray 2023-12-12 15:34:11 +01:00
parent e82c32f80c
commit 9c2b5e9a4b
1 changed files with 0 additions and 14 deletions

View File

@ -81,24 +81,12 @@
pre-run: playbooks/setup-env.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:
periodic:
jobs:
- system-test-fedora-rawhide
- system-test-fedora-39
- system-test-fedora-38
- system-test-fedora-37
check:
jobs:
- unit-test
@ -107,7 +95,6 @@
- system-test-fedora-rawhide
- system-test-fedora-39
- system-test-fedora-38
- system-test-fedora-37
gate:
jobs:
- unit-test
@ -116,4 +103,3 @@
- system-test-fedora-rawhide
- system-test-fedora-39
- system-test-fedora-38
- system-test-fedora-37