cf1b74e1db
New release out, we need to run the tests there. https://github.com/containers/toolbox/pull/507
61 lines
1.6 KiB
YAML
61 lines
1.6 KiB
YAML
---
|
|
- job:
|
|
name: shellcheck
|
|
description: Check toolbox with shellcheck
|
|
timeout: 300
|
|
nodeset:
|
|
nodes:
|
|
- name: ci-node-32
|
|
label: cloud-fedora-32-small
|
|
run: playbooks/shellcheck.yaml
|
|
|
|
- job:
|
|
name: test-with-podman-stable-f31
|
|
description: Test toolbox with stable Podman in Fedora 31
|
|
timeout: 1200
|
|
nodeset:
|
|
nodes:
|
|
- name: ci-node-31
|
|
label: cloud-fedora-31-small
|
|
pre-run: playbooks/fedora-31/setup-rpm-env.yaml
|
|
run: playbooks/fedora-31/test-with-podman-stable.yaml
|
|
|
|
- job:
|
|
name: test-with-podman-stable-f32
|
|
description: Test toolbox with stable Podman in Fedora 32
|
|
timeout: 1200
|
|
nodeset:
|
|
nodes:
|
|
- name: ci-node-32
|
|
label: cloud-fedora-32-small
|
|
pre-run: playbooks/fedora-32/setup-rpm-env.yaml
|
|
run: playbooks/fedora-32/test-with-podman-stable.yaml
|
|
|
|
- job:
|
|
name: test-with-podman-rawhide
|
|
description: Test toolbox with latest Podman in Fedora Rawhide
|
|
timeout: 1200
|
|
nodeset:
|
|
nodes:
|
|
- name: ci-node-rawhide
|
|
label: cloud-fedora-rawhide-small
|
|
pre-run: playbooks/fedora-rawhide/setup-rpm-env.yaml
|
|
run: playbooks/fedora-rawhide/test-with-podman-stable.yaml
|
|
|
|
- project:
|
|
periodic:
|
|
jobs:
|
|
- test-with-podman-stable-f31
|
|
- test-with-podman-stable-f32
|
|
- test-with-podman-rawhide
|
|
check:
|
|
jobs:
|
|
- shellcheck
|
|
- test-with-podman-stable-f31
|
|
- test-with-podman-stable-f32
|
|
- test-with-podman-rawhide
|
|
gate:
|
|
jobs:
|
|
- test-with-podman-stable-f31
|
|
- test-with-podman-stable-f32
|
|
- test-with-podman-rawhide
|