blob: 8ab3028c23b428d9d560c2116f5b5804a1ae475a [file] [log] [blame]
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +01001- job:
2 name: devstack-tempest
3 parent: devstack
Andrea Frittoli688f36e2018-02-18 22:27:34 +00004 nodeset: openstack-single-node
5 description: |
6 Base Tempest job.
7
8 This Tempest job provides the base for both the single and multi-node
9 test setup. To run a multi-node test inherit from devstack-tempest and
10 set the nodeset to a multi-node one.
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +010011 required-projects:
12 - openstack/tempest
13 timeout: 7200
14 roles:
15 - zuul: openstack-dev/devstack
16 vars:
17 devstack_services:
James E. Blaird5980092018-01-24 16:43:27 -080018 tempest: true
Andrea Frittoli688f36e2018-02-18 22:27:34 +000019 devstack_local_conf:
20 test-config:
21 $TEMPEST_CONFIG:
22 compute:
23 min_compute_nodes: "{{ groups['compute'] | default(['controller']) | length }}"
Andrea Frittoli4c24a1a2018-01-31 22:21:07 +000024 test_results_stage_name: 'test_results'
25 zuul_copy_output:
26 '{{ devstack_base_dir }}/tempest/etc/tempest.conf': 'logs'
27 '{{ devstack_base_dir }}/tempest/etc/accounts.yaml': 'logs'
28 '{{ devstack_base_dir }}/tempest/tempest.log': 'logs'
29 '{{ stage_dir }}/{{ test_results_stage_name }}.subunit': 'logs'
30 '{{ stage_dir }}/{{ test_results_stage_name }}.html': 'logs'
31 '{{ stage_dir }}/stackviz': 'logs'
32 extensions_to_txt:
33 conf: True
34 log: True
35 yaml: True
36 yml: True
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +010037 run: playbooks/devstack-tempest.yaml
Andrea Frittoli (andreaf)74810552017-10-03 18:56:56 +010038 post-run: playbooks/post-tempest.yaml
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +010039
Chandan Kumarcf576b22017-10-23 17:43:36 +053040- job:
Andrea Frittoli (andreaf)8e9e7f72017-11-21 14:59:47 +000041 name: tempest-full
42 parent: devstack-tempest
Andrea Frittoli1c2a8022018-02-20 15:58:13 +000043 # This currently works from stable/pike on.
Andrea Frittolia23924f2018-02-18 22:35:16 +000044 branches:
45 - master
46 - stable/queens
Andrea Frittoli1c2a8022018-02-20 15:58:13 +000047 - stable/pike
Andrea Frittoli (andreaf)8e9e7f72017-11-21 14:59:47 +000048 description: |
49 Base integration test with Neutron networking and py27.
50 Former names for this job where:
51 * legacy-tempest-dsvm-neutron-full
52 * gate-tempest-dsvm-neutron-full-ubuntu-xenial
53 vars:
Andreas Jaegerba2f4792018-01-12 16:48:52 +010054 tox_envlist: full
Andrea Frittoli (andreaf)8e9e7f72017-11-21 14:59:47 +000055 devstack_localrc:
James E. Blaird5980092018-01-24 16:43:27 -080056 ENABLE_FILE_INJECTION: true
Andrea Frittoli (andreaf)8e9e7f72017-11-21 14:59:47 +000057
58- job:
Attila Fazekas3f219f52018-03-01 16:50:10 +000059 name: tempest-full-parallel
60 parent: tempest-full
61 voting: false
62 branches:
63 - master
64 description: |
65 Base integration test with Neutron networking and py27.
66 It includes all scenarios as it was in the past.
67 This job runs all scenario tests in parallel!
68 vars:
69 tox_envlist: full-parallel
70
71- job:
Andrea Frittolic4377ef2017-11-30 12:00:38 +000072 name: tempest-full-py3
Andrea Frittoli85076bd2018-01-24 10:19:40 +000073 parent: devstack-tempest
Andrea Frittolia23924f2018-02-18 22:35:16 +000074 branches:
75 - master
76 - stable/queens
Andrea Frittoli85076bd2018-01-24 10:19:40 +000077 description: |
78 Base integration test with Neutron networking and py3.
79 Former names for this job where:
80 * legacy-tempest-dsvm-py35
81 * gate-tempest-dsvm-py35
Andrea Frittolic4377ef2017-11-30 12:00:38 +000082 vars:
Andrea Frittoli85076bd2018-01-24 10:19:40 +000083 tox_envlist: full
Andrea Frittolic4377ef2017-11-30 12:00:38 +000084 devstack_localrc:
85 USE_PYTHON3: True
86 FORCE_CONFIG_DRIVE: True
Andrea Frittolic4377ef2017-11-30 12:00:38 +000087 devstack_services:
88 s-account: false
89 s-container: false
90 s-object: false
91 s-proxy: false
92 # without Swift, c-bak cannot run (in the Gate at least)
93 c-bak: false
94
Andrea Frittoli688f36e2018-02-18 22:27:34 +000095- job:
96 name: tempest-multinode-full
97 parent: devstack-tempest
98 nodeset: openstack-two-node
99 # Until the devstack changes are backported, only run this on master
100 branches:
101 - master
102 description: |
103 Base multinode integration test with Neutron networking and py27.
104 Former names for this job where:
105 * neutron-tempest-multinode-full
106 * legacy-tempest-dsvm-neutron-multinode-full
107 * gate-tempest-dsvm-neutron-multinode-full-ubuntu-xenial-nv
108 This job includes two nodes, controller / tempest plus a subnode, but
109 it can be used with different topologies, as long as a controller node
110 and a tempest one exist.
111 vars:
112 tox_envlist: full
113 devstack_localrc:
114 FORCE_CONFIG_DRIVE: False
115 NOVA_ALLOW_MOVE_TO_SAME_HOST: false
116 LIVE_MIGRATION_AVAILABLE: true
117 USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION: true
118 group-vars:
119 peers:
120 devstack_localrc:
121 NOVA_ALLOW_MOVE_TO_SAME_HOST: false
122 LIVE_MIGRATION_AVAILABLE: true
123 USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION: true
124
Jens Harbottff03e222018-02-26 10:54:48 +0000125- nodeset:
126 name: openstack-bionic-node
127 nodes:
128 - name: controller
129 label: ubuntu-bionic
130 groups:
131 - name: tempest
132 nodes:
133 - controller
134
135- job:
136 name: tempest-full-py36
137 parent: tempest-full-py3
138 nodeset: openstack-bionic-node
139 branches:
140 - master
141 description: |
142 Base integration test with Neutron networking and py36.
143 voting: false
144
ghanshyam402df092018-05-14 01:29:04 +0000145# TODO(gmann): needs to migrate this to zuulv3
146- job:
147 name: tempest-scenario-multinode-lvm-multibackend
148 parent: legacy-dsvm-base-multinode
149 run: playbooks/tempest-scenario-multinode-lvm-multibackend/run.yaml
150 post-run: playbooks/tempest-scenario-multinode-lvm-multibackend/post.yaml
151 timeout: 10800
152 required-projects:
153 - openstack-infra/devstack-gate
154 - openstack/neutron
155 - openstack/tempest
156 nodeset: ubuntu-xenial-2-node
157
Andrea Frittolic4377ef2017-11-30 12:00:38 +0000158- job:
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000159 name: tempest-full-queens
160 parent: tempest-full
161 override-checkout: stable/queens
162
163- job:
164 name: tempest-full-queens-py3
165 parent: tempest-full-py3
166 override-checkout: stable/queens
167
168- job:
Andrea Frittoli1c2a8022018-02-20 15:58:13 +0000169 name: tempest-full-pike
170 parent: tempest-full
171 override-checkout: stable/pike
172
173- job:
Chandan Kumarcf576b22017-10-23 17:43:36 +0530174 name: tempest-tox-plugin-sanity-check
175 parent: tox
176 description: |
177 Run tempest plugin sanity check script using tox.
178 nodeset: ubuntu-xenial
179 vars:
180 tox_envlist: plugin-sanity-check
181 voting: false
182 timeout: 5000
ghanshyam39d03802017-12-05 14:19:37 +0300183 irrelevant-files:
184 - ^.*\.rst$
185 - ^doc/.*$
186 - ^etc/.*$
187 - ^releasenotes/.*$
188 - ^tempest/hacking/.*$
189 - ^tempest/tests/.*$
Chandan Kumarcf576b22017-10-23 17:43:36 +0530190 required-projects:
191 - openstack/almanach
192 - openstack/aodh
193 - openstack/barbican-tempest-plugin
194 - openstack/ceilometer
195 - openstack/cinder
196 - openstack/congress
197 - openstack/designate-tempest-plugin
198 - openstack/ec2-api
199 - openstack/freezer
200 - openstack/freezer-api
201 - openstack/freezer-tempest-plugin
202 - openstack/gce-api
203 - openstack/glare
204 - openstack/heat
205 - openstack/intel-nfv-ci-tests
206 - openstack/ironic
207 - openstack/ironic-inspector
208 - openstack/keystone-tempest-plugin
209 - openstack/kingbird
210 - openstack/kuryr-tempest-plugin
211 - openstack/magnum
212 - openstack/magnum-tempest-plugin
213 - openstack/manila
214 - openstack/manila-tempest-plugin
215 - openstack/mistral
216 - openstack/mogan
217 - openstack/monasca-api
218 - openstack/monasca-log-api
219 - openstack/murano
220 - openstack/networking-bgpvpn
221 - openstack/networking-cisco
222 - openstack/networking-fortinet
223 - openstack/networking-generic-switch
224 - openstack/networking-l2gw
225 - openstack/networking-midonet
226 - openstack/networking-plumgrid
227 - openstack/networking-sfc
228 - openstack/neutron
229 - openstack/neutron-dynamic-routing
230 - openstack/neutron-fwaas
231 - openstack/neutron-lbaas
232 - openstack/neutron-tempest-plugin
233 - openstack/neutron-vpnaas
234 - openstack/nova-lxd
235 - openstack/novajoin-tempest-plugin
Bar RHca15fe02017-12-20 02:40:52 +0200236 - openstack/octavia-tempest-plugin
Chandan Kumarcf576b22017-10-23 17:43:36 +0530237 - openstack/oswin-tempest-plugin
238 - openstack/panko
239 - openstack/patrole
240 - openstack/qinling
241 - openstack/requirements
242 - openstack/sahara-tests
243 - openstack/senlin
244 - openstack/senlin-tempest-plugin
245 - openstack/tap-as-a-service
246 - openstack/tempest-horizon
247 - openstack/trio2o
248 - openstack/trove
249 - openstack/valet
250 - openstack/vitrage
251 - openstack/vmware-nsx-tempest-plugin
252 - openstack/watcher-tempest-plugin
253 - openstack/zaqar-tempest-plugin
254 - openstack/zun-tempest-plugin
255
ghanshyam1afb44b2018-05-25 00:53:48 +0300256- job:
257 name: tempest-cinder-v2-api
258 parent: devstack-tempest
259 branches:
260 - master
261 description: |
262 This job runs the cinder API test against v2 endpoint.
263 vars:
264 tox_envlist: all
265 tempest_test_regex: api.*volume
266 devstack_localrc:
267 TEMPEST_VOLUME_TYPE: volumev2
268
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +0100269- project:
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +0100270 check:
271 jobs:
272 - devstack-tempest:
273 files:
274 - ^playbooks/
275 - ^roles/
276 - ^.zuul.yaml$
Matt Riedemannda80cc92018-01-25 11:23:52 -0500277 - nova-multiattach
Attila Fazekas3f219f52018-03-01 16:50:10 +0000278 - tempest-full-parallel:
279 irrelevant-files:
280 - ^(test-|)requirements.txt$
281 - ^.*\.rst$
282 - ^doc/.*$
283 - ^etc/.*$
284 - ^releasenotes/.*$
285 - ^setup.cfg$
286 - ^tempest/hacking/.*$
287 - ^tempest/tests/.*$
Jens Harbottff03e222018-02-26 10:54:48 +0000288 - tempest-full-py36:
289 irrelevant-files:
290 - ^(test-|)requirements.txt$
291 - ^.*\.rst$
292 - ^doc/.*$
293 - ^etc/.*$
294 - ^releasenotes/.*$
295 - ^setup.cfg$
296 - ^tempest/hacking/.*$
297 - ^tempest/tests/.*$
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000298 - tempest-full-queens:
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000299 irrelevant-files:
300 - ^(test-|)requirements.txt$
301 - ^.*\.rst$
302 - ^doc/.*$
303 - ^etc/.*$
304 - ^releasenotes/.*$
305 - ^setup.cfg$
306 - ^tempest/hacking/.*$
307 - ^tempest/tests/.*$
308 - tempest-full-queens-py3:
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000309 irrelevant-files:
310 - ^(test-|)requirements.txt$
311 - ^.*\.rst$
312 - ^doc/.*$
313 - ^etc/.*$
314 - ^releasenotes/.*$
315 - ^setup.cfg$
316 - ^tempest/hacking/.*$
317 - ^tempest/tests/.*$
Andrea Frittoli1c2a8022018-02-20 15:58:13 +0000318 - tempest-full-pike:
319 irrelevant-files:
320 - ^(test-|)requirements.txt$
321 - ^.*\.rst$
322 - ^doc/.*$
323 - ^etc/.*$
324 - ^releasenotes/.*$
325 - ^setup.cfg$
326 - ^tempest/hacking/.*$
327 - ^tempest/tests/.*$
Andrea Frittoli688f36e2018-02-18 22:27:34 +0000328 - tempest-multinode-full:
329 irrelevant-files:
330 - ^(test-|)requirements.txt$
331 - ^.*\.rst$
332 - ^doc/.*$
333 - ^etc/.*$
334 - ^releasenotes/.*$
335 - ^setup.cfg$
336 - ^tempest/hacking/.*$
337 - ^tempest/tests/.*$
Chandan Kumarcf576b22017-10-23 17:43:36 +0530338 - tempest-tox-plugin-sanity-check
ghanshyam402df092018-05-14 01:29:04 +0000339 - tempest-scenario-multinode-lvm-multibackend:
340 voting: false
341 irrelevant-files:
342 - ^(test-|)requirements.txt$
343 - ^.*\.rst$
344 - ^doc/.*$
345 - ^etc/.*$
346 - ^releasenotes/.*$
347 - ^setup.cfg$
348 - ^tempest/hacking/.*$
349 - ^tempest/tests/.*$
Matt Riedemann44f666b2018-03-05 10:08:13 -0500350 - nova-cells-v1:
351 irrelevant-files:
352 - ^(test-|)requirements.txt$
353 - ^.*\.rst$
354 - ^doc/.*$
355 - ^etc/.*$
356 - ^releasenotes/.*$
357 - ^setup.cfg$
358 - ^tempest/hacking/.*$
359 - ^tempest/tests/.*$
ghanshyam145a0e02018-06-14 10:33:59 +0000360 gate:
361 jobs:
362 - nova-multiattach
363 experimental:
364 jobs:
melanie witt591fe212018-05-01 22:56:00 +0000365 - nova-live-migration:
366 irrelevant-files:
367 - ^(test-|)requirements.txt$
368 - ^.*\.rst$
369 - ^doc/.*$
370 - ^etc/.*$
371 - ^releasenotes/.*$
372 - ^setup.cfg$
373 - ^tempest/hacking/.*$
374 - ^tempest/tests/.*$
ghanshyam1afb44b2018-05-25 00:53:48 +0300375 - tempest-cinder-v2-api:
376 irrelevant-files:
377 - ^(test-|)requirements.txt$
378 - ^.*\.rst$
379 - ^doc/.*$
380 - ^etc/.*$
381 - ^releasenotes/.*$
382 - ^setup.cfg$
383 - ^tempest/hacking/.*$
384 - ^tempest/tests/.*$
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000385 periodic-stable:
386 jobs:
387 - tempest-full-queens
388 - tempest-full-queens-py3
Andrea Frittoli1c2a8022018-02-20 15:58:13 +0000389 - tempest-full-pike