forked from openstack-archive/devstack-gate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zuul.yaml
50 lines (47 loc) · 1.31 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
- nodeset:
name: devstack-single-node
nodes:
- name: primary
label: ubuntu-xenial
- job:
name: devstack-gate-hooks
parent: legacy-dsvm-base
run: playbooks/devstack-gate-hooks/run.yaml
post-run: playbooks/devstack-gate-hooks/post.yaml
timeout: 3900
- job:
name: legacy-tempest-neutron-full-stable
parent: legacy-dsvm-base
run: playbooks/legacy/tempest-neutron-full/run.yaml
post-run: playbooks/legacy/tempest-neutron-full/post.yaml
timeout: 10800
required-projects:
- openstack/devstack-gate
- openstack/neutron
- openstack/tempest
- project:
templates:
- official-openstack-repo-jobs
- openstack-python35-jobs
check:
jobs:
- openstack-tox-bashate:
nodeset: ubuntu-bionic
- openstack-tox-py27
- devstack:
files:
- ^roles/
- legacy-tempest-neutron-full-stable:
branches: ^(?!driverfixes/).*$
- devstack-gate-hooks
gate:
queue: integrated
jobs:
- openstack-tox-py27
- devstack-gate-hooks
- legacy-tempest-neutron-full-stable:
branches: ^(?!driverfixes/).*$
experimental:
jobs:
- legacy-tempest-dsvm-neutron-dvr-multinode-full
- neutron-tempest-dvr-ha-multinode-full