forked from containers/toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zuul.yaml
61 lines (57 loc) · 1.58 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 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