Skip to content

Commit

Permalink
ci: Drop testing on Fedora 32
Browse files Browse the repository at this point in the history
Fedora 32 has reached EOL in 25/05/2021[0]. Bye bye...

[0] https://fedorapeople.org/groups/schedule/f-32/f-32-all-tasks.html

containers#779
  • Loading branch information
HarryMichal committed May 26, 2021
1 parent 871d905 commit d36cf1c
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,10 @@
timeout: 300
nodeset:
nodes:
- name: ci-node-32
label: cloud-fedora-32-small
- name: ci-node-33
label: cloud-fedora-33-small
run: playbooks/unit-test.yaml

- job:
name: system-test-fedora-32
description: Run Toolbox's system tests in Fedora 32
timeout: 1200
nodeset:
nodes:
- name: ci-node-32
label: cloud-fedora-32-small
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test.yaml

- job:
name: system-test-fedora-33
description: Run Toolbox's system tests in Fedora 33
Expand Down Expand Up @@ -56,21 +45,18 @@
- project:
periodic:
jobs:
- system-test-fedora-32
- system-test-fedora-33
- system-test-fedora-34
- system-test-fedora-rawhide
check:
jobs:
- unit-test
- system-test-fedora-32
- system-test-fedora-33
- system-test-fedora-34
- system-test-fedora-rawhide
gate:
jobs:
- unit-test
- system-test-fedora-32
- system-test-fedora-33
- system-test-fedora-34
- system-test-fedora-rawhide

0 comments on commit d36cf1c

Please sign in to comment.