forked from containers/toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zuul.yaml
61 lines (57 loc) · 1.63 KB
/
.zuul.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
- job:
name: shellcheck
description: Check toolbox with shellcheck
timeout: 300
nodeset:
nodes:
- name: ci-node-30
label: cloud-fedora-30-small
run: playbooks/shellcheck.yaml
- job:
name: test-with-podman-stable-f30
description: Test toolbox with stable Podman in Fedora 30
timeout: 1200
nodeset:
nodes:
- name: ci-node-30
label: cloud-fedora-30-small
pre-run: playbooks/fedora-30/setup-rpm-env.yaml
run: playbooks/fedora-30/test-with-podman-stable.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-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-rawhide
- test-with-podman-stable-f31
- test-with-podman-stable-f30
check:
jobs:
- shellcheck
- test-with-podman-stable-f30
- test-with-podman-stable-f31
- test-with-podman-rawhide
gate:
jobs:
- test-with-podman-stable-f30
- test-with-podman-stable-f31
- test-with-podman-rawhide