Skip to content

Commit

Permalink
.zuul: Enable testing on Fedora 37
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Feb 10, 2023
1 parent 8af8029 commit d0421dc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@
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: 2400
nodeset:
nodes:
- name: fedora-37
label: cloud-fedora-37
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test.yaml

- job:
name: system-test-fedora-36
description: Run Toolbx's system tests in Fedora 36
Expand All @@ -74,19 +85,22 @@
periodic:
jobs:
- system-test-fedora-rawhide
- system-test-fedora-37
- system-test-fedora-36
- system-test-fedora-35
check:
jobs:
- unit-test
- unit-test-migration-path-for-coreos-toolbox
- system-test-fedora-rawhide
- system-test-fedora-37
- system-test-fedora-36
- system-test-fedora-35
gate:
jobs:
- unit-test
- unit-test-migration-path-for-coreos-toolbox
- system-test-fedora-rawhide
- system-test-fedora-37
- system-test-fedora-36
- system-test-fedora-35

0 comments on commit d0421dc

Please sign in to comment.