toolbox/.zuul.yaml
Ondřej Míchal 8c971b381a playbooks, .zuul: Clarify naming and descriptions
Not all tests are the same and the ones we're currently running are
system tests. Also the mention of 'podman-stable' is not that important
because we're using the version in the 'stable' stream of Fedora
releases.

https://github.com/containers/toolbox/pull/508
2020-07-21 17:09:17 +02:00

61 lines
1.6 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-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-rawhide
check:
jobs:
- shellcheck
- system-test-fedora-31
- system-test-fedora-32
- system-test-fedora-rawhide
gate:
jobs:
- system-test-fedora-31
- system-test-fedora-32
- system-test-fedora-rawhide