blob: dfa9adde2cc30ee49d982b9009020156e22fc6b5 [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 description: |
5 Base Tempest job.
6
7 This Tempest job provides the base for both the single and multi-node
8 test setup. To run a multi-node test inherit from devstack-tempest and
9 set the nodeset to a multi-node one.
Ghanshyama0b8ca42019-07-17 09:46:41 +000010 required-projects: &base_required-projects
OpenDev Sysadmins682965e2019-04-19 19:29:35 +000011 - opendev.org/openstack/tempest
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +010012 timeout: 7200
Ghanshyama0b8ca42019-07-17 09:46:41 +000013 roles: &base_roles
OpenDev Sysadmins682965e2019-04-19 19:29:35 +000014 - zuul: opendev.org/openstack/devstack
Ghanshyama0b8ca42019-07-17 09:46:41 +000015 vars: &base_vars
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +010016 devstack_services:
James E. Blaird5980092018-01-24 16:43:27 -080017 tempest: true
Andrea Frittoli688f36e2018-02-18 22:27:34 +000018 devstack_local_conf:
19 test-config:
20 $TEMPEST_CONFIG:
21 compute:
22 min_compute_nodes: "{{ groups['compute'] | default(['controller']) | length }}"
Doug Hellmann6db0b782018-09-08 22:53:21 -040023 test_results_stage_name: test_results
Andrea Frittoli4c24a1a2018-01-31 22:21:07 +000024 zuul_copy_output:
Doug Hellmann6db0b782018-09-08 22:53:21 -040025 '{{ devstack_base_dir }}/tempest/etc/tempest.conf': logs
26 '{{ devstack_base_dir }}/tempest/etc/accounts.yaml': logs
27 '{{ devstack_base_dir }}/tempest/tempest.log': logs
28 '{{ stage_dir }}/{{ test_results_stage_name }}.subunit': logs
29 '{{ stage_dir }}/{{ test_results_stage_name }}.html': logs
30 '{{ stage_dir }}/stackviz': logs
Andrea Frittoli4c24a1a2018-01-31 22:21:07 +000031 extensions_to_txt:
Doug Hellmann6db0b782018-09-08 22:53:21 -040032 conf: true
33 log: true
34 yaml: true
35 yml: true
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +010036 run: playbooks/devstack-tempest.yaml
Andrea Frittoli (andreaf)74810552017-10-03 18:56:56 +010037 post-run: playbooks/post-tempest.yaml
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +010038
Chandan Kumarcf576b22017-10-23 17:43:36 +053039- job:
Andreas Jaegerd6e04742018-10-11 20:54:18 +020040 name: tempest-all
41 parent: devstack-tempest
42 description: |
43 Integration test that runs all tests.
44 Former name for this job was:
45 * legacy-periodic-tempest-dsvm-all-master
46 vars:
47 tox_envlist: all
48 tempest_test_regex: tempest
49 devstack_localrc:
50 ENABLE_FILE_INJECTION: true
51
52- job:
Andreas Jaegerdbf8a132018-10-14 20:18:27 +020053 name: devstack-tempest-ipv6
54 parent: devstack-ipv6
Andreas Jaegerdbf8a132018-10-14 20:18:27 +020055 description: |
Ghanshyama0b8ca42019-07-17 09:46:41 +000056 Base Tempest IPv6 job. This job is derived from 'devstack-ipv6'
57 which set the IPv6-only setting for OpenStack services. As part of
58 run phase, this job will verify the IPv6 setting and check the services
59 endpoints and listen addresses are IPv6. Basically it will run the script
60 ./tool/verify-ipv6-only-deployments.sh
61
62 Child jobs of this job can run their own set of tests and can
63 add post-run playebooks to extend the IPv6 verification specific
64 to their deployed services.
65 Check the wiki page for more details about project jobs setup
66 - https://wiki.openstack.org/wiki/Goal-IPv6-only-deployments-and-testing
67 required-projects: *base_required-projects
Andreas Jaegerdbf8a132018-10-14 20:18:27 +020068 timeout: 7200
Ghanshyama0b8ca42019-07-17 09:46:41 +000069 roles: *base_roles
70 vars: *base_vars
71 run: playbooks/devstack-tempest-ipv6.yaml
Andreas Jaegerdbf8a132018-10-14 20:18:27 +020072 post-run: playbooks/post-tempest.yaml
73
74- job:
Ghanshyama0b8ca42019-07-17 09:46:41 +000075 name: tempest-ipv6-only
76 parent: devstack-tempest-ipv6
77 # This currently works from stable/pike on.
78 branches: ^(?!stable/ocata).*$
79 description: |
80 Integration test of IPv6-only deployments. This job runs
81 smoke and IPv6 relates tests only. Basic idea is to test
82 whether OpenStack Services listen on IPv6 addrress or not.
Slawek Kaplonski8cb1b472020-02-19 13:12:54 +010083 timeout: 10800
Ghanshyama0b8ca42019-07-17 09:46:41 +000084 vars:
85 tox_envlist: ipv6-only
86
87- job:
Andrea Frittoli (andreaf)8e9e7f72017-11-21 14:59:47 +000088 name: tempest-full
89 parent: devstack-tempest
Andrea Frittoli1c2a8022018-02-20 15:58:13 +000090 # This currently works from stable/pike on.
Matt Riedemann55e00652018-09-11 17:50:25 -040091 # Before stable/pike, legacy version of tempest-full
92 # 'legacy-tempest-dsvm-neutron-full' run.
93 branches: ^(?!stable/ocata).*$
Andrea Frittoli (andreaf)8e9e7f72017-11-21 14:59:47 +000094 description: |
95 Base integration test with Neutron networking and py27.
96 Former names for this job where:
97 * legacy-tempest-dsvm-neutron-full
98 * gate-tempest-dsvm-neutron-full-ubuntu-xenial
99 vars:
Andreas Jaegerba2f4792018-01-12 16:48:52 +0100100 tox_envlist: full
Andrea Frittoli (andreaf)8e9e7f72017-11-21 14:59:47 +0000101 devstack_localrc:
James E. Blaird5980092018-01-24 16:43:27 -0800102 ENABLE_FILE_INJECTION: true
Matt Riedemann7581e992018-10-01 11:33:34 -0400103 ENABLE_VOLUME_MULTIATTACH: true
Ghanshyam Mann551e8d72020-02-04 09:04:30 -0600104 USE_PYTHON3: False
Matt Riedemannf66aea02019-04-11 12:35:30 -0400105 devstack_services:
106 # NOTE(mriedem): Disable the cinder-backup service from tempest-full
107 # since tempest-full is in the integrated-gate project template but
108 # the backup tests do not really involve other services so they should
109 # be run in some more cinder-specific job, especially because the
110 # tests fail at a high rate (see bugs 1483434, 1813217, 1745168)
111 c-bak: false
Andrea Frittoli (andreaf)8e9e7f72017-11-21 14:59:47 +0000112
113- job:
Andreas Jaegera8f64e32018-10-14 20:18:27 +0200114 name: tempest-full-oslo-master
115 parent: tempest-full
116 description: |
117 Integration test using current git of oslo libs.
118 This ensures that when oslo libs get released that they
119 do not break OpenStack server projects.
120
121 Former name for this job was
122 periodic-tempest-dsvm-oslo-latest-full-master.
123 timeout: 10800
124 required-projects:
OpenDev Sysadmins682965e2019-04-19 19:29:35 +0000125 - opendev.org/openstack/oslo.cache
126 - opendev.org/openstack/oslo.concurrency
127 - opendev.org/openstack/oslo.config
128 - opendev.org/openstack/oslo.context
129 - opendev.org/openstack/oslo.db
130 - opendev.org/openstack/oslo.i18n
131 - opendev.org/openstack/oslo.log
132 - opendev.org/openstack/oslo.messaging
133 - opendev.org/openstack/oslo.middleware
134 - opendev.org/openstack/oslo.policy
135 - opendev.org/openstack/oslo.privsep
136 - opendev.org/openstack/oslo.reports
137 - opendev.org/openstack/oslo.rootwrap
138 - opendev.org/openstack/oslo.serialization
139 - opendev.org/openstack/oslo.service
140 - opendev.org/openstack/oslo.utils
141 - opendev.org/openstack/oslo.versionedobjects
142 - opendev.org/openstack/oslo.vmware
Ghanshyam Mann551e8d72020-02-04 09:04:30 -0600143 vars:
144 devstack_localrc:
145 USE_PYTHON3: True
Andreas Jaegera8f64e32018-10-14 20:18:27 +0200146
147- job:
Attila Fazekas3f219f52018-03-01 16:50:10 +0000148 name: tempest-full-parallel
149 parent: tempest-full
150 voting: false
151 branches:
152 - master
153 description: |
Ghanshyam Mann551e8d72020-02-04 09:04:30 -0600154 Base integration test with Neutron networking.
Attila Fazekas3f219f52018-03-01 16:50:10 +0000155 It includes all scenarios as it was in the past.
156 This job runs all scenario tests in parallel!
Martin Kopecf62dbc12019-12-12 00:20:41 +0000157 timeout: 9000
Attila Fazekas3f219f52018-03-01 16:50:10 +0000158 vars:
159 tox_envlist: full-parallel
Martin Kopecf62dbc12019-12-12 00:20:41 +0000160 run_tempest_cleanup: true
161 run_tempest_dry_cleanup: true
Ghanshyam Mann551e8d72020-02-04 09:04:30 -0600162 devstack_localrc:
163 USE_PYTHON3: True
Attila Fazekas3f219f52018-03-01 16:50:10 +0000164
165- job:
Andrea Frittolic4377ef2017-11-30 12:00:38 +0000166 name: tempest-full-py3
Andrea Frittoli85076bd2018-01-24 10:19:40 +0000167 parent: devstack-tempest
Matt Riedemann55e00652018-09-11 17:50:25 -0400168 # This currently works from stable/pike on.
169 # Before stable/pike, legacy version of tempest-full
170 # 'legacy-tempest-dsvm-neutron-full' run.
171 branches: ^(?!stable/ocata).*$
Andrea Frittoli85076bd2018-01-24 10:19:40 +0000172 description: |
173 Base integration test with Neutron networking and py3.
174 Former names for this job where:
175 * legacy-tempest-dsvm-py35
176 * gate-tempest-dsvm-py35
Andrea Frittolic4377ef2017-11-30 12:00:38 +0000177 vars:
Andrea Frittoli85076bd2018-01-24 10:19:40 +0000178 tox_envlist: full
Andrea Frittolic4377ef2017-11-30 12:00:38 +0000179 devstack_localrc:
Doug Hellmann6db0b782018-09-08 22:53:21 -0400180 USE_PYTHON3: true
181 FORCE_CONFIG_DRIVE: true
Matt Riedemann7581e992018-10-01 11:33:34 -0400182 ENABLE_VOLUME_MULTIATTACH: true
Andrea Frittolic4377ef2017-11-30 12:00:38 +0000183 devstack_services:
184 s-account: false
185 s-container: false
186 s-object: false
187 s-proxy: false
188 # without Swift, c-bak cannot run (in the Gate at least)
Matt Riedemannf66aea02019-04-11 12:35:30 -0400189 # NOTE(mriedem): Disable the cinder-backup service from
190 # tempest-full-py3 since tempest-full-py3 is in the integrated-gate-py3
191 # project template but the backup tests do not really involve other
192 # services so they should be run in some more cinder-specific job,
193 # especially because the tests fail at a high rate (see bugs 1483434,
194 # 1813217, 1745168)
Andrea Frittolic4377ef2017-11-30 12:00:38 +0000195 c-bak: false
196
Andrea Frittoli688f36e2018-02-18 22:27:34 +0000197- job:
Ghanshyam5072a242019-07-03 14:40:53 +0000198 name: tempest-integrated-networking
199 parent: devstack-tempest
200 branches: ^(?!stable/ocata).*$
201 description: |
202 This job runs integration tests for networking. This is subset of
203 'tempest-full' job and run only Neutron and Nova related tests.
204 This is meant to be run on neutron gate only.
205 vars:
206 tox_envlist: integrated-network
207 devstack_localrc:
208 USE_PYTHON3: true
209 FORCE_CONFIG_DRIVE: true
210 devstack_services:
211 s-account: false
212 s-container: false
213 s-object: false
214 s-proxy: false
215 c-bak: false
216
217- job:
Ghanshyamee7fd1f2019-07-05 09:36:57 +0000218 name: tempest-integrated-compute
219 parent: devstack-tempest
220 branches: ^(?!stable/ocata).*$
221 description: |
222 This job runs integration tests for compute. This is
223 subset of 'tempest-full' job and run Nova, Neutron, Cinder (except backup tests)
224 and Glance related tests. This is meant to be run on Nova gate only.
225 vars:
226 tox_envlist: integrated-compute
227 devstack_localrc:
228 USE_PYTHON3: true
229 FORCE_CONFIG_DRIVE: true
230 ENABLE_VOLUME_MULTIATTACH: true
231 devstack_services:
232 s-account: false
233 s-container: false
234 s-object: false
235 s-proxy: false
236 c-bak: false
237
238- job:
Ghanshyam31609dc2019-07-05 09:23:37 +0000239 name: tempest-integrated-placement
240 parent: devstack-tempest
241 branches: ^(?!stable/ocata).*$
242 description: |
243 This job runs integration tests for placement. This is
244 subset of 'tempest-full' job and run Nova and Neutron
245 related tests. This is meant to be run on Placement gate only.
246 vars:
247 tox_envlist: integrated-placement
248 devstack_localrc:
249 USE_PYTHON3: true
250 FORCE_CONFIG_DRIVE: true
251 ENABLE_VOLUME_MULTIATTACH: true
252 devstack_services:
253 s-account: false
254 s-container: false
255 s-object: false
256 s-proxy: false
257 c-bak: false
258
259- job:
Ghanshyam Manna6994452019-07-05 08:43:23 +0000260 name: tempest-integrated-storage
261 parent: devstack-tempest
262 branches: ^(?!stable/ocata).*$
263 description: |
264 This job runs integration tests for image & block storage. This is
265 subset of 'tempest-full' job and run Cinder, Glance, Swift and Nova
266 related tests. This is meant to be run on Cinder and Glance gate only.
267 vars:
268 tox_envlist: integrated-storage
269 devstack_localrc:
270 USE_PYTHON3: true
271 FORCE_CONFIG_DRIVE: true
272 ENABLE_VOLUME_MULTIATTACH: true
273
274- job:
Ghanshyam95358522019-07-05 08:58:32 +0000275 name: tempest-integrated-object-storage
276 parent: devstack-tempest
277 branches: ^(?!stable/ocata).*$
278 description: |
279 This job runs integration tests for object storage. This is
280 subset of 'tempest-full' job and run Swift, Cinder and Glance
281 related tests. This is meant to be run on Swift gate only.
282 vars:
283 tox_envlist: integrated-object-storage
284 devstack_localrc:
285 # NOTE(gmann): swift is not ready on python3 yet and devstack
286 # install it on python2.7 only. But settting the USE_PYTHON3
287 # for future once swift is ready on py3.
288 USE_PYTHON3: true
289
290- job:
Andreas Jaegerdbf8a132018-10-14 20:18:27 +0200291 name: tempest-full-py3-ipv6
292 parent: devstack-tempest-ipv6
293 # This currently works from stable/pike on.
294 # Before stable/pike, legacy version of tempest-full
295 # 'legacy-tempest-dsvm-neutron-full' run.
296 branches: ^(?!stable/ocata).*$
297 description: |
298 Base integration test with Neutron networking, IPv6 and py3.
299 vars:
300 tox_envlist: full
301 devstack_localrc:
302 USE_PYTHON3: true
303 FORCE_CONFIG_DRIVE: true
304 devstack_services:
305 s-account: false
306 s-container: false
307 s-object: false
308 s-proxy: false
309 # without Swift, c-bak cannot run (in the Gate at least)
310 c-bak: false
311
312- job:
ghanshyam42c9a8d2018-10-16 12:01:48 +0000313 name: tempest-multinode-full-base
Andrea Frittoli688f36e2018-02-18 22:27:34 +0000314 parent: devstack-tempest
Andrea Frittoli688f36e2018-02-18 22:27:34 +0000315 description: |
316 Base multinode integration test with Neutron networking and py27.
Felipe Monteiro99585f32018-07-08 17:59:43 -0400317 Former names for this job were:
Andrea Frittoli688f36e2018-02-18 22:27:34 +0000318 * neutron-tempest-multinode-full
319 * legacy-tempest-dsvm-neutron-multinode-full
320 * gate-tempest-dsvm-neutron-multinode-full-ubuntu-xenial-nv
321 This job includes two nodes, controller / tempest plus a subnode, but
322 it can be used with different topologies, as long as a controller node
323 and a tempest one exist.
Andrea Frittoli372bfd32018-06-18 13:03:40 +0200324 timeout: 10800
Andrea Frittoli688f36e2018-02-18 22:27:34 +0000325 vars:
326 tox_envlist: full
327 devstack_localrc:
Doug Hellmann6db0b782018-09-08 22:53:21 -0400328 FORCE_CONFIG_DRIVE: false
Andrea Frittoli688f36e2018-02-18 22:27:34 +0000329 NOVA_ALLOW_MOVE_TO_SAME_HOST: false
330 LIVE_MIGRATION_AVAILABLE: true
331 USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION: true
332 group-vars:
333 peers:
334 devstack_localrc:
335 NOVA_ALLOW_MOVE_TO_SAME_HOST: false
336 LIVE_MIGRATION_AVAILABLE: true
337 USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION: true
338
Slawek Kaplonski0df2f912019-01-30 16:45:57 +0100339- job:
ghanshyam42c9a8d2018-10-16 12:01:48 +0000340 name: tempest-multinode-full
341 parent: tempest-multinode-full-base
342 nodeset: openstack-two-node-bionic
343 # This job runs on Bionic from stable/stein on.
344 branches: ^(?!stable/(ocata|pike|queens|rocky)).*$
Ghanshyam Mann0fb306f2020-03-15 14:43:44 -0500345 vars:
346 devstack_localrc:
347 USE_PYTHON3: False
348 group-vars:
349 subnode:
350 devstack_localrc:
351 USE_PYTHON3: False
ghanshyam42c9a8d2018-10-16 12:01:48 +0000352
353- job:
354 name: tempest-multinode-full
355 parent: tempest-multinode-full-base
356 nodeset: openstack-two-node-xenial
357 # This job runs on Xenial and this is for stable/pike, stable/queens
358 # and stable/rocky. This job is prepared to make sure all stable branches
359 # before stable/stein will keep running on xenial. This job can be
360 # removed once stable/rocky is EOL.
361 branches:
362 - stable/pike
363 - stable/queens
364 - stable/rocky
Ghanshyam Mann551e8d72020-02-04 09:04:30 -0600365 vars:
366 devstack_localrc:
367 USE_PYTHON3: False
368 group-vars:
369 subnode:
370 devstack_localrc:
371 USE_PYTHON3: False
ghanshyam42c9a8d2018-10-16 12:01:48 +0000372
373- job:
Slawek Kaplonski0df2f912019-01-30 16:45:57 +0100374 name: tempest-multinode-full-py3
375 parent: tempest-multinode-full
376 vars:
377 devstack_localrc:
378 USE_PYTHON3: true
Slawek Kaplonskic0a43462019-11-18 14:34:13 +0100379 group-vars:
380 subnode:
381 devstack_localrc:
382 USE_PYTHON3: true
Slawek Kaplonski0df2f912019-01-30 16:45:57 +0100383
Andreas Jaeger20c181a2018-10-10 13:44:40 +0200384- job:
Dirk Muellerf3522412019-09-18 11:12:07 +0200385 name: tempest-full-py3-opensuse15
386 parent: tempest-full-py3
387 nodeset: devstack-single-node-opensuse-15
388 description: |
Andreas Jaeger20c181a2018-10-10 13:44:40 +0200389 Base integration test with Neutron networking and py36 running
Dirk Muellerf3522412019-09-18 11:12:07 +0200390 on openSUSE Leap 15.x
Andreas Jaeger20c181a2018-10-10 13:44:40 +0200391 voting: false
392
ghanshyam402df092018-05-14 01:29:04 +0000393- job:
ghanshyam10326c72018-08-01 08:53:00 +0000394 name: tempest-slow
Felipe Monteiro99585f32018-07-08 17:59:43 -0400395 parent: tempest-multinode-full
ghanshyama3c5a792018-05-14 12:31:27 +0000396 description: |
ghanshyam10326c72018-08-01 08:53:00 +0000397 This multinode integration job will run all the tests tagged as slow.
398 It enables the lvm multibackend setup to cover few scenario tests.
Andreas Jaegerd6e04742018-10-11 20:54:18 +0200399 This job will run only slow tests (API or Scenario) serially.
Felipe Monteiro99585f32018-07-08 17:59:43 -0400400
401 Former names for this job were:
402 * legacy-tempest-dsvm-neutron-scenario-multinode-lvm-multibackend
403 * tempest-scenario-multinode-lvm-multibackend
ghanshyam402df092018-05-14 01:29:04 +0000404 timeout: 10800
Felipe Monteiro99585f32018-07-08 17:59:43 -0400405 vars:
ghanshyam10326c72018-08-01 08:53:00 +0000406 tox_envlist: slow-serial
Felipe Monteiro99585f32018-07-08 17:59:43 -0400407 devstack_localrc:
408 CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2
Matt Riedemann7581e992018-10-01 11:33:34 -0400409 ENABLE_VOLUME_MULTIATTACH: true
Lajos Katonac87a06b2019-01-04 13:21:48 +0100410 devstack_plugins:
411 neutron: https://opendev.org/openstack/neutron
412 devstack_services:
413 neutron-placement: true
414 neutron-qos: true
415 devstack_local_conf:
416 post-config:
417 "/$NEUTRON_CORE_PLUGIN_CONF":
418 ovs:
419 bridge_mappings: public:br-ex
420 resource_provider_bandwidths: br-ex:1000000:1000000
421 test-config:
422 $TEMPEST_CONFIG:
423 network-feature-enabled:
424 qos_placement_physnet: public
Felipe Monteiro99585f32018-07-08 17:59:43 -0400425 tempest_concurrency: 2
Matt Riedemann3858ced2019-03-13 10:18:08 -0400426 group-vars:
427 # NOTE(mriedem): The ENABLE_VOLUME_MULTIATTACH variable is used on both
428 # the controller and subnode prior to Rocky so we have to make sure the
429 # variable is set in both locations.
430 subnode:
431 devstack_localrc:
432 ENABLE_VOLUME_MULTIATTACH: true
ghanshyam402df092018-05-14 01:29:04 +0000433
Andrea Frittolic4377ef2017-11-30 12:00:38 +0000434- job:
Slawek Kaplonskie5d93a42019-01-30 16:49:59 +0100435 name: tempest-slow-py3
436 parent: tempest-slow
437 vars:
438 devstack_localrc:
439 USE_PYTHON3: true
440 devstack_services:
441 s-account: false
442 s-container: false
443 s-object: false
444 s-proxy: false
445 # without Swift, c-bak cannot run (in the Gate at least)
446 c-bak: false
Slawek Kaplonskic0a43462019-11-18 14:34:13 +0100447 group-vars:
448 subnode:
449 devstack_localrc:
450 USE_PYTHON3: true
Slawek Kaplonskie5d93a42019-01-30 16:49:59 +0100451
452- job:
Ghanshyam Mann6d6bf5e2020-04-27 12:08:26 -0500453 name: tempest-full-ussuri-py3
454 parent: tempest-full-py3
455 override-checkout: stable/ussuri
456
457- job:
Ghanshyam Mann910f9c52019-10-04 17:30:00 +0000458 name: tempest-full-train-py3
459 parent: tempest-full-py3
460 override-checkout: stable/train
461
462- job:
ghanshyam5b985922019-03-26 19:56:31 +0000463 name: tempest-full-stein-py3
464 parent: tempest-full-py3
465 override-checkout: stable/stein
466
467- job:
Chandan Kumarcf576b22017-10-23 17:43:36 +0530468 name: tempest-tox-plugin-sanity-check
469 parent: tox
470 description: |
471 Run tempest plugin sanity check script using tox.
ghanshyam28edda62019-03-07 17:46:11 +0000472 nodeset: ubuntu-bionic
Chandan Kumarcf576b22017-10-23 17:43:36 +0530473 vars:
474 tox_envlist: plugin-sanity-check
Chandan Kumarcf576b22017-10-23 17:43:36 +0530475 timeout: 5000
Chandan Kumarcf576b22017-10-23 17:43:36 +0530476
ghanshyam1afb44b2018-05-25 00:53:48 +0300477- job:
478 name: tempest-cinder-v2-api
479 parent: devstack-tempest
480 branches:
481 - master
482 description: |
483 This job runs the cinder API test against v2 endpoint.
484 vars:
485 tox_envlist: all
486 tempest_test_regex: api.*volume
487 devstack_localrc:
488 TEMPEST_VOLUME_TYPE: volumev2
489
Jens Harbott4e071552018-07-05 12:24:51 +0000490- job:
491 name: tempest-full-test-account-py3
492 parent: tempest-full-py3
493 description: |
494 This job runs the full set of tempest tests using pre-provisioned
495 credentials instead of dynamic credentials and py3.
496 Former names for this job were:
497 - legacy-tempest-dsvm-full-test-accounts
498 - legacy-tempest-dsvm-neutron-full-test-accounts
499 - legacy-tempest-dsvm-identity-v3-test-accounts
500 vars:
501 devstack_localrc:
502 TEMPEST_USE_TEST_ACCOUNTS: True
503
504- job:
505 name: tempest-full-test-account-no-admin-py3
506 parent: tempest-full-test-account-py3
507 description: |
508 This job runs the full set of tempest tests using pre-provisioned
509 credentials and py3 without having an admin account.
510 Former name for this job was:
511 - legacy-tempest-dsvm-neutron-full-non-admin
512
513 vars:
514 devstack_localrc:
515 TEMPEST_HAS_ADMIN: False
516
Andreas Jaeger390e4fa2018-10-10 21:53:12 +0200517- job:
518 name: tempest-pg-full
519 parent: tempest-full
520 description: |
Ghanshyam Mann551e8d72020-02-04 09:04:30 -0600521 Base integration test with Neutron networking and PostgreSQL.
Andreas Jaeger390e4fa2018-10-10 21:53:12 +0200522 Former name for this job was legacy-tempest-dsvm-neutron-pg-full.
523 vars:
524 devstack_localrc:
525 ENABLE_FILE_INJECTION: true
526 DATABASE_TYPE: postgresql
Ghanshyam Mann551e8d72020-02-04 09:04:30 -0600527 USE_PYTHON3: True
Andreas Jaeger390e4fa2018-10-10 21:53:12 +0200528
Ghanshyam5072a242019-07-03 14:40:53 +0000529- project-template:
530 name: integrated-gate-networking
531 description: |
532 Run the python3 Tempest network integration tests (Nova and Neutron related)
533 in check and gate for the neutron integrated gate. This is meant to be
534 run on neutron gate only.
535 check:
536 jobs:
Ghanshyam Mannf8b89872020-04-23 18:28:18 -0500537 - grenade
Ghanshyam5072a242019-07-03 14:40:53 +0000538 - tempest-integrated-networking
539 gate:
540 jobs:
Ghanshyam Mannf8b89872020-04-23 18:28:18 -0500541 - grenade
Ghanshyam5072a242019-07-03 14:40:53 +0000542 - tempest-integrated-networking
543
Ghanshyam Manna6994452019-07-05 08:43:23 +0000544- project-template:
Ghanshyamee7fd1f2019-07-05 09:36:57 +0000545 name: integrated-gate-compute
546 description: |
547 Run the python3 Tempest compute integration tests
548 (Nova, Neutron, Cinder and Glance related) in check and gate
549 for the Nova integrated gate. This is meant to be
550 run on Nova gate only.
551 check:
552 jobs:
Ghanshyam Mannf8b89872020-04-23 18:28:18 -0500553 - grenade
Ghanshyamee7fd1f2019-07-05 09:36:57 +0000554 - tempest-integrated-compute
555 gate:
556 jobs:
Ghanshyam Mannf8b89872020-04-23 18:28:18 -0500557 - grenade
Ghanshyamee7fd1f2019-07-05 09:36:57 +0000558 - tempest-integrated-compute
559
560- project-template:
Ghanshyam31609dc2019-07-05 09:23:37 +0000561 name: integrated-gate-placement
562 description: |
563 Run the python3 Tempest placement integration tests
564 (Nova and Neutron related) in check and gate
565 for the Placement integrated gate. This is meant to be
566 run on Placement gate only.
567 check:
568 jobs:
Ghanshyam Mannf8b89872020-04-23 18:28:18 -0500569 - grenade
Ghanshyam31609dc2019-07-05 09:23:37 +0000570 - tempest-integrated-placement
571 gate:
572 jobs:
Ghanshyam Mannf8b89872020-04-23 18:28:18 -0500573 - grenade
Ghanshyam31609dc2019-07-05 09:23:37 +0000574 - tempest-integrated-placement
575
576- project-template:
Ghanshyam Manna6994452019-07-05 08:43:23 +0000577 name: integrated-gate-storage
578 description: |
579 Run the python3 Tempest image & block storage integration tests
580 (Cinder, Glance, Swift and Nova related) in check and gate
581 for the neutron integrated gate. This is meant to be
582 run on Cinder and Glance gate only.
583 check:
584 jobs:
Ghanshyam Mannf8b89872020-04-23 18:28:18 -0500585 - grenade
Ghanshyam Manna6994452019-07-05 08:43:23 +0000586 - tempest-integrated-storage
587 gate:
588 jobs:
Ghanshyam Mannf8b89872020-04-23 18:28:18 -0500589 - grenade
Ghanshyam Manna6994452019-07-05 08:43:23 +0000590 - tempest-integrated-storage
591
Ghanshyam95358522019-07-05 08:58:32 +0000592- project-template:
593 name: integrated-gate-object-storage
594 description: |
595 Run the python3 Tempest object storage integration tests
596 (Swift, Cinder and Glance related) in check and gate
597 for the swift integrated gate. This is meant to be
598 run on swift gate only.
599 check:
600 jobs:
Ghanshyam Mannf8b89872020-04-23 18:28:18 -0500601 - grenade
Ghanshyam95358522019-07-05 08:58:32 +0000602 - tempest-integrated-object-storage
603 gate:
604 jobs:
Ghanshyam Mannf8b89872020-04-23 18:28:18 -0500605 - grenade
Ghanshyam95358522019-07-05 08:58:32 +0000606 - tempest-integrated-object-storage
607
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +0100608- project:
Felipe Monteiro5277c202018-08-19 17:11:33 +0100609 templates:
Doug Hellmann6db0b782018-09-08 22:53:21 -0400610 - check-requirements
ghanshyamb294a172018-12-19 04:06:36 +0000611 - integrated-gate-py3
Andreas Jaeger015a0062018-09-09 06:03:08 +0200612 - openstack-cover-jobs
Ghanshyam Mannde698452020-05-04 14:16:54 -0500613 - openstack-python3-victoria-jobs
Doug Hellmann5f4c55d2018-09-08 22:54:05 -0400614 - publish-openstack-docs-pti
615 - release-notes-jobs-python3
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +0100616 check:
617 jobs:
618 - devstack-tempest:
619 files:
620 - ^playbooks/
621 - ^roles/
622 - ^.zuul.yaml$
Andreas Jaegerdbf8a132018-10-14 20:18:27 +0200623 - devstack-tempest-ipv6:
624 voting: false
625 files:
626 - ^playbooks/
627 - ^roles/
628 - ^.zuul.yaml$
Matt Riedemann7581e992018-10-01 11:33:34 -0400629 - tempest-full-parallel:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200630 # Define list of irrelevant files to use everywhere else
631 irrelevant-files: &tempest-irrelevant-files
Felipe Monteiroec1b1112018-07-18 19:23:37 -0400632 - ^.*\.rst$
633 - ^doc/.*$
634 - ^etc/.*$
635 - ^releasenotes/.*$
636 - ^setup.cfg$
637 - ^tempest/hacking/.*$
638 - ^tempest/tests/.*$
Felipe Monteiro2dc72172018-11-03 18:41:04 -0400639 - ^tools/.*$
Masayuki Igawa3044a292019-09-17 15:30:54 +0900640 - ^.coveragerc$
641 - ^.gitignore$
642 - ^.gitreview$
643 - ^.mailmap$
Masayuki Igawa47b14372018-10-16 14:58:52 +0900644 - tempest-full-py3:
645 irrelevant-files: *tempest-irrelevant-files
Andreas Jaegerdbf8a132018-10-14 20:18:27 +0200646 - tempest-full-py3-ipv6:
647 voting: false
648 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann6d6bf5e2020-04-27 12:08:26 -0500649 - tempest-full-ussuri-py3:
650 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann910f9c52019-10-04 17:30:00 +0000651 - tempest-full-train-py3:
652 irrelevant-files: *tempest-irrelevant-files
ghanshyam5b985922019-03-26 19:56:31 +0000653 - tempest-full-stein-py3:
654 irrelevant-files: *tempest-irrelevant-files
Slawek Kaplonski0df2f912019-01-30 16:45:57 +0100655 - tempest-multinode-full-py3:
656 irrelevant-files: *tempest-irrelevant-files
Felipe Monteiro68273ac2018-11-06 23:04:35 -0500657 - tempest-tox-plugin-sanity-check:
Ghanshyama0b8ca42019-07-17 09:46:41 +0000658 irrelevant-files: &tempest-irrelevant-files-2
Felipe Monteiro68273ac2018-11-06 23:04:35 -0500659 - ^.*\.rst$
660 - ^doc/.*$
661 - ^etc/.*$
662 - ^releasenotes/.*$
663 - ^setup.cfg$
664 - ^tempest/hacking/.*$
665 - ^tempest/tests/.*$
Masayuki Igawa3044a292019-09-17 15:30:54 +0900666 - ^.coveragerc$
667 - ^.gitignore$
668 - ^.gitreview$
669 - ^.mailmap$
Felipe Monteiro68273ac2018-11-06 23:04:35 -0500670 # tools/ is not here since this relies on a script in tools/.
Ghanshyama0b8ca42019-07-17 09:46:41 +0000671 - tempest-ipv6-only:
672 irrelevant-files: *tempest-irrelevant-files-2
Slawek Kaplonskie5d93a42019-01-30 16:49:59 +0100673 - tempest-slow-py3:
674 irrelevant-files: *tempest-irrelevant-files
melanie witt591fe212018-05-01 22:56:00 +0000675 - nova-live-migration:
ghanshyam14446062018-05-14 01:37:26 +0000676 voting: false
Andreas Jaegerff122de2018-09-23 17:18:49 +0200677 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mannd2bdd8c2020-02-18 20:54:30 -0600678 - devstack-plugin-ceph-tempest-py3:
Ghanshyam Mannd2bdd8c2020-02-18 20:54:30 -0600679 irrelevant-files: *tempest-irrelevant-files
Doug Hellmann6db0b782018-09-08 22:53:21 -0400680 - neutron-grenade-multinode:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200681 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mannf8b89872020-04-23 18:28:18 -0500682 - grenade:
ghanshyam109c4f12018-12-12 06:59:56 +0000683 irrelevant-files: *tempest-irrelevant-files
Doug Hellmann6db0b782018-09-08 22:53:21 -0400684 - puppet-openstack-integration-4-scenario001-tempest-centos-7:
685 voting: false
Andreas Jaegerff122de2018-09-23 17:18:49 +0200686 irrelevant-files: *tempest-irrelevant-files
Doug Hellmann6db0b782018-09-08 22:53:21 -0400687 - puppet-openstack-integration-4-scenario002-tempest-centos-7:
688 voting: false
Andreas Jaegerff122de2018-09-23 17:18:49 +0200689 irrelevant-files: *tempest-irrelevant-files
Doug Hellmann6db0b782018-09-08 22:53:21 -0400690 - puppet-openstack-integration-4-scenario003-tempest-centos-7:
691 voting: false
Andreas Jaegerff122de2018-09-23 17:18:49 +0200692 irrelevant-files: *tempest-irrelevant-files
Doug Hellmann6db0b782018-09-08 22:53:21 -0400693 - puppet-openstack-integration-4-scenario004-tempest-centos-7:
694 voting: false
Andreas Jaegerff122de2018-09-23 17:18:49 +0200695 irrelevant-files: *tempest-irrelevant-files
Doug Hellmann6db0b782018-09-08 22:53:21 -0400696 - neutron-tempest-dvr:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200697 irrelevant-files: *tempest-irrelevant-files
ghanshyama9cc6c12018-10-05 02:58:05 +0000698 - interop-tempest-consistency:
ghanshyama9cc6c12018-10-05 02:58:05 +0000699 irrelevant-files: *tempest-irrelevant-files
Jens Harbott4e071552018-07-05 12:24:51 +0000700 - tempest-full-test-account-py3:
701 voting: false
702 irrelevant-files: *tempest-irrelevant-files
703 - tempest-full-test-account-no-admin-py3:
704 voting: false
705 irrelevant-files: *tempest-irrelevant-files
Masayuki Igawaf2104a82019-09-25 11:35:44 +0900706 - openstack-tox-bashate:
707 irrelevant-files: *tempest-irrelevant-files-2
ghanshyam14446062018-05-14 01:37:26 +0000708 gate:
709 jobs:
Slawek Kaplonskie5d93a42019-01-30 16:49:59 +0100710 - tempest-slow-py3:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200711 irrelevant-files: *tempest-irrelevant-files
Doug Hellmann6db0b782018-09-08 22:53:21 -0400712 - neutron-grenade-multinode:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200713 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann551e8d72020-02-04 09:04:30 -0600714 - tempest-full-py3:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200715 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mannf8b89872020-04-23 18:28:18 -0500716 - grenade:
ghanshyam109c4f12018-12-12 06:59:56 +0000717 irrelevant-files: *tempest-irrelevant-files
Ghanshyama0b8ca42019-07-17 09:46:41 +0000718 - tempest-ipv6-only:
719 irrelevant-files: *tempest-irrelevant-files-2
Ghanshyam Mann8c5333b2020-05-01 18:29:44 -0500720 - devstack-plugin-ceph-tempest-py3:
721 irrelevant-files: *tempest-irrelevant-files
ghanshyam14446062018-05-14 01:37:26 +0000722 experimental:
723 jobs:
ghanshyam1afb44b2018-05-25 00:53:48 +0300724 - tempest-cinder-v2-api:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200725 irrelevant-files: *tempest-irrelevant-files
Andreas Jaegerd6e04742018-10-11 20:54:18 +0200726 - tempest-all:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200727 irrelevant-files: *tempest-irrelevant-files
Doug Hellmann6db0b782018-09-08 22:53:21 -0400728 - legacy-tempest-dsvm-neutron-dvr-multinode-full:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200729 irrelevant-files: *tempest-irrelevant-files
Doug Hellmann6db0b782018-09-08 22:53:21 -0400730 - neutron-tempest-dvr-ha-multinode-full:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200731 irrelevant-files: *tempest-irrelevant-files
ghanshyamac6224e2018-10-16 11:09:59 +0000732 - nova-tempest-v2-api:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200733 irrelevant-files: *tempest-irrelevant-files
Doug Hellmann6db0b782018-09-08 22:53:21 -0400734 - legacy-tempest-dsvm-lvm-multibackend:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200735 irrelevant-files: *tempest-irrelevant-files
Andreas Jaeger390e4fa2018-10-10 21:53:12 +0200736 - tempest-pg-full:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200737 irrelevant-files: *tempest-irrelevant-files
Dirk Muellerf3522412019-09-18 11:12:07 +0200738 - tempest-full-py3-opensuse15:
Andreas Jaegerff122de2018-09-23 17:18:49 +0200739 irrelevant-files: *tempest-irrelevant-files
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000740 periodic-stable:
741 jobs:
Ghanshyam Mann6d6bf5e2020-04-27 12:08:26 -0500742 - tempest-full-ussuri-py3
Ghanshyam Mann910f9c52019-10-04 17:30:00 +0000743 - tempest-full-train-py3
ghanshyam5b985922019-03-26 19:56:31 +0000744 - tempest-full-stein-py3
Doug Hellmann6db0b782018-09-08 22:53:21 -0400745 periodic:
746 jobs:
Andreas Jaegerd6e04742018-10-11 20:54:18 +0200747 - tempest-all
Andreas Jaegera8f64e32018-10-14 20:18:27 +0200748 - tempest-full-oslo-master