forked from openstack/kolla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zuul.yaml
96 lines (87 loc) · 1.96 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
- project:
name: openstack/kolla
check:
jobs:
- kolla-build-centos-binary
- kolla-build-centos-source
- kolla-build-ubuntu-binary
- kolla-build-ubuntu-source
- kolla-build-oraclelinux-binary
- kolla-build-oraclelinux-source
gate:
jobs:
- kolla-build-centos-source
- kolla-build-ubuntu-source
- kolla-build-oraclelinux-source
- nodeset:
name: kolla-centos
nodes:
- name: primary
label: centos-7
- nodeset:
name: kolla-ubuntu
nodes:
- name: primary
label: ubuntu-xenial
- job:
name: kolla-base
parent: base
timeout: 5400
pre-run: tests/playbooks/pre
run: tests/playbooks/run
post-run: tests/playbooks/post
attempts: 1
required-projects:
- openstack/kolla-ansible
- openstack/requirements
irrelevant-files:
- ^.*\.rst$
- ^doc/.*
- job:
name: kolla-build-centos-binary
parent: kolla-base
nodeset: kolla-centos
vars:
action: build
base_distro: centos
install_type: binary
- job:
name: kolla-build-centos-source
parent: kolla-base
nodeset: kolla-centos
vars:
action: build
base_distro: centos
install_type: source
- job:
name: kolla-build-ubuntu-binary
parent: kolla-base
nodeset: kolla-ubuntu
vars:
action: build
base_distro: ubuntu
install_type: binary
- job:
name: kolla-build-ubuntu-source
parent: kolla-base
nodeset: kolla-ubuntu
vars:
action: build
base_distro: ubuntu
install_type: source
- job:
name: kolla-build-oraclelinux-binary
parent: kolla-base
nodeset: kolla-centos
vars:
action: build
base_distro: oraclelinux
install_type: binary
- job:
name: kolla-build-oraclelinux-source
parent: kolla-base
nodeset: kolla-centos
vars:
action: build
base_distro: oraclelinux
install_type: source