forked from openstack/zaqar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zuul.yaml
146 lines (136 loc) · 3.91 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
- job:
name: zaqar-grenade-base
parent: legacy-dsvm-base
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
required-projects:
- openstack/grenade
- openstack/devstack-gate
- openstack/python-zaqarclient
- openstack/zaqar
- openstack/zaqar-tempest-plugin
run: playbooks/legacy/grenade-devstack-zaqar-base/run.yaml
post-run: playbooks/legacy/grenade-devstack-zaqar-base/post.yaml
timeout: 7800
- job:
name: zaqar-tempest-base
parent: legacy-dsvm-base
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
required-projects:
- openstack/devstack-gate
- openstack/python-zaqarclient
- openstack/tempest
- openstack/zaqar
- openstack/zaqar-tempest-plugin
run: playbooks/legacy/tempest-devstack-zaqar-base/run.yaml
post-run: playbooks/legacy/tempest-devstack-zaqar-base/post.yaml
timeout: 7800
- job:
name: zaqar-grenade-mongodb
parent: zaqar-grenade-base
voting: false
vars:
database_backend: mongodb
- job:
name: zaqar-grenade-redis
parent: zaqar-grenade-base
voting: false
vars:
database_backend: redis
- job:
name: zaqar-grenade-swift
parent: zaqar-grenade-base
voting: false
vars:
database_backend: swift
- job:
name: zaqar-tempest-mongodb
parent: zaqar-tempest-base
vars:
database_backend: mongodb
- job:
name: zaqar-tempest-redis
parent: zaqar-tempest-base
vars:
database_backend: redis
- job:
name: zaqar-tempest-swift
parent: zaqar-tempest-base
vars:
database_backend: swift
- job:
name: zaqar-tox-integration
parent: openstack-tox
description: |
Run Zaqar integration tests using tox with environment ``integration``.
vars:
tox_envlist: integration
- job:
name: zaqar-rally
parent: legacy-dsvm-base
run: playbooks/legacy/rally-dsvm-zaqar-zaqar/run.yaml
post-run: playbooks/legacy/rally-dsvm-zaqar-zaqar/post.yaml
timeout: 7800
required-projects:
- openstack/devstack-gate
- openstack/aodh
- openstack/ceilometer
- openstack/diskimage-builder
- openstack/ironic
- openstack/magnum
- openstack/networking-bgpvpn
- openstack/neutron
- openstack/neutron-fwaas
- openstack/neutron-vpnaas
- openstack/octavia
- openstack/panko
- openstack/python-magnumclient
- openstack/python-senlinclient
- openstack/python-watcherclient
- openstack/python-zaqarclient
- openstack/rally
- openstack/senlin
- openstack/tripleo-image-elements
- openstack/watcher
- openstack/zaqar
- openstack/zaqar-ui
- project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- zaqar-tox-integration
- zaqar-tempest-redis
- zaqar-tempest-swift
- zaqar-tempest-mongodb
- zaqar-grenade-mongodb
- zaqar-grenade-redis
- zaqar-grenade-swift
# TripleO jobs that deploy Zaqar.
# Note we don't use a project-template here, so it's easier
# to disable voting on one specific job if things go wrong.
# If you need any support to debug these jobs in case of
# failures, please reach us on #tripleo IRC channel.
- tripleo-ci-centos-7-scenario002-standalone
# Heat job that deploy Zaqar
- heat-functional-convg-mysql-lbaasv2
- zaqar-rally:
voting: false
gate:
queue: zaqar
jobs:
- zaqar-tox-integration
- zaqar-tempest-mongodb
- zaqar-tempest-redis
- zaqar-tempest-swift
- tripleo-ci-centos-7-scenario002-standalone
- heat-functional-convg-mysql-lbaasv2