toolbox/.zuul.yaml
Ondřej Míchal 40e7e6081e zuul: Really enable system tests on Fedora 33
The tests were defined but not actually enabled in any pipeline.

Fallout from https://github.com/containers/toolbox/pull/550
2020-09-23 22:49:47 +02:00

75 lines
2 KiB
YAML

---
- job:
name: shellcheck
description: Check validity of shell scripts with shellcheck
timeout: 300
nodeset:
nodes:
- name: ci-node-32
label: cloud-fedora-32-small
run: playbooks/shellcheck.yaml
- job:
name: system-test-fedora-31
description: Run Toolbox's system tests in Fedora 31
timeout: 1200
nodeset:
nodes:
- name: ci-node-31
label: cloud-fedora-31-small
pre-run: playbooks/fedora-31/setup-env.yaml
run: playbooks/fedora-31/system-test-fedora-31.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/fedora-32/setup-env.yaml
run: playbooks/fedora-32/system-test-fedora-32.yaml
- job:
name: system-test-fedora-33
description: Run Toolbox's system tests in Fedora 33
timeout: 1200
nodeset:
nodes:
- name: ci-node-33
label: cloud-fedora-33-small
pre-run: playbooks/fedora-33/setup-env.yaml
run: playbooks/fedora-33/system-test-fedora-33.yaml
- job:
name: system-test-fedora-rawhide
description: Run Toolbox's system tests in Fedora Rawhide
timeout: 1200
nodeset:
nodes:
- name: ci-node-rawhide
label: cloud-fedora-rawhide-small
pre-run: playbooks/fedora-rawhide/setup-env.yaml
run: playbooks/fedora-rawhide/system-test-fedora-rawhide.yaml
- project:
periodic:
jobs:
- system-test-fedora-31
- system-test-fedora-32
- system-test-fedora-33
- system-test-fedora-rawhide
check:
jobs:
- shellcheck
- system-test-fedora-31
- system-test-fedora-32
- system-test-fedora-33
- system-test-fedora-rawhide
gate:
jobs:
- system-test-fedora-31
- system-test-fedora-32
- system-test-fedora-33
- system-test-fedora-rawhide