d36cf1cf43
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 https://github.com/containers/toolbox/pull/779
62 lines
1.5 KiB
YAML
62 lines
1.5 KiB
YAML
---
|
|
- job:
|
|
name: unit-test
|
|
description: Run Toolbox's unit tests declared in Meson
|
|
timeout: 300
|
|
nodeset:
|
|
nodes:
|
|
- name: ci-node-33
|
|
label: cloud-fedora-33-small
|
|
run: playbooks/unit-test.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/setup-env.yaml
|
|
run: playbooks/system-test.yaml
|
|
|
|
- job:
|
|
name: system-test-fedora-34
|
|
description: Run Toolbox's system tests in Fedora 34
|
|
timeout: 1200
|
|
nodeset:
|
|
nodes:
|
|
- name: ci-node-34
|
|
label: cloud-fedora-34-small
|
|
pre-run: playbooks/setup-env.yaml
|
|
run: playbooks/system-test.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/setup-env.yaml
|
|
run: playbooks/system-test.yaml
|
|
|
|
- project:
|
|
periodic:
|
|
jobs:
|
|
- system-test-fedora-33
|
|
- system-test-fedora-34
|
|
- system-test-fedora-rawhide
|
|
check:
|
|
jobs:
|
|
- unit-test
|
|
- system-test-fedora-33
|
|
- system-test-fedora-34
|
|
- system-test-fedora-rawhide
|
|
gate:
|
|
jobs:
|
|
- unit-test
|
|
- system-test-fedora-33
|
|
- system-test-fedora-34
|
|
- system-test-fedora-rawhide
|