blob: f4cee606773eb92212ec3ec423f724b115f7a9e7 [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
Andrea Frittolic4377ef2017-11-30 12:00:38 +0000145- job:
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000146 name: tempest-full-queens
147 parent: tempest-full
148 override-checkout: stable/queens
149
150- job:
151 name: tempest-full-queens-py3
152 parent: tempest-full-py3
153 override-checkout: stable/queens
154
155- job:
Andrea Frittoli1c2a8022018-02-20 15:58:13 +0000156 name: tempest-full-pike
157 parent: tempest-full
158 override-checkout: stable/pike
159
160- job:
Chandan Kumarcf576b22017-10-23 17:43:36 +0530161 name: tempest-tox-plugin-sanity-check
162 parent: tox
163 description: |
164 Run tempest plugin sanity check script using tox.
165 nodeset: ubuntu-xenial
166 vars:
167 tox_envlist: plugin-sanity-check
168 voting: false
169 timeout: 5000
ghanshyam39d03802017-12-05 14:19:37 +0300170 irrelevant-files:
171 - ^.*\.rst$
172 - ^doc/.*$
173 - ^etc/.*$
174 - ^releasenotes/.*$
175 - ^tempest/hacking/.*$
176 - ^tempest/tests/.*$
Chandan Kumarcf576b22017-10-23 17:43:36 +0530177 required-projects:
178 - openstack/almanach
179 - openstack/aodh
180 - openstack/barbican-tempest-plugin
181 - openstack/ceilometer
182 - openstack/cinder
183 - openstack/congress
184 - openstack/designate-tempest-plugin
185 - openstack/ec2-api
186 - openstack/freezer
187 - openstack/freezer-api
188 - openstack/freezer-tempest-plugin
189 - openstack/gce-api
190 - openstack/glare
191 - openstack/heat
192 - openstack/intel-nfv-ci-tests
193 - openstack/ironic
194 - openstack/ironic-inspector
195 - openstack/keystone-tempest-plugin
196 - openstack/kingbird
197 - openstack/kuryr-tempest-plugin
198 - openstack/magnum
199 - openstack/magnum-tempest-plugin
200 - openstack/manila
201 - openstack/manila-tempest-plugin
202 - openstack/mistral
203 - openstack/mogan
204 - openstack/monasca-api
205 - openstack/monasca-log-api
206 - openstack/murano
207 - openstack/networking-bgpvpn
208 - openstack/networking-cisco
209 - openstack/networking-fortinet
210 - openstack/networking-generic-switch
211 - openstack/networking-l2gw
212 - openstack/networking-midonet
213 - openstack/networking-plumgrid
214 - openstack/networking-sfc
215 - openstack/neutron
216 - openstack/neutron-dynamic-routing
217 - openstack/neutron-fwaas
218 - openstack/neutron-lbaas
219 - openstack/neutron-tempest-plugin
220 - openstack/neutron-vpnaas
221 - openstack/nova-lxd
222 - openstack/novajoin-tempest-plugin
Bar RHca15fe02017-12-20 02:40:52 +0200223 - openstack/octavia-tempest-plugin
Chandan Kumarcf576b22017-10-23 17:43:36 +0530224 - openstack/oswin-tempest-plugin
225 - openstack/panko
226 - openstack/patrole
227 - openstack/qinling
228 - openstack/requirements
229 - openstack/sahara-tests
230 - openstack/senlin
231 - openstack/senlin-tempest-plugin
232 - openstack/tap-as-a-service
233 - openstack/tempest-horizon
234 - openstack/trio2o
235 - openstack/trove
236 - openstack/valet
237 - openstack/vitrage
238 - openstack/vmware-nsx-tempest-plugin
239 - openstack/watcher-tempest-plugin
240 - openstack/zaqar-tempest-plugin
241 - openstack/zun-tempest-plugin
242
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +0100243- project:
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +0100244 check:
245 jobs:
246 - devstack-tempest:
247 files:
248 - ^playbooks/
249 - ^roles/
250 - ^.zuul.yaml$
Matt Riedemannda80cc92018-01-25 11:23:52 -0500251 - nova-multiattach
Attila Fazekas3f219f52018-03-01 16:50:10 +0000252 - tempest-full-parallel:
253 irrelevant-files:
254 - ^(test-|)requirements.txt$
255 - ^.*\.rst$
256 - ^doc/.*$
257 - ^etc/.*$
258 - ^releasenotes/.*$
259 - ^setup.cfg$
260 - ^tempest/hacking/.*$
261 - ^tempest/tests/.*$
Jens Harbottff03e222018-02-26 10:54:48 +0000262 - tempest-full-py36:
263 irrelevant-files:
264 - ^(test-|)requirements.txt$
265 - ^.*\.rst$
266 - ^doc/.*$
267 - ^etc/.*$
268 - ^releasenotes/.*$
269 - ^setup.cfg$
270 - ^tempest/hacking/.*$
271 - ^tempest/tests/.*$
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000272 - tempest-full-queens:
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000273 irrelevant-files:
274 - ^(test-|)requirements.txt$
275 - ^.*\.rst$
276 - ^doc/.*$
277 - ^etc/.*$
278 - ^releasenotes/.*$
279 - ^setup.cfg$
280 - ^tempest/hacking/.*$
281 - ^tempest/tests/.*$
282 - tempest-full-queens-py3:
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000283 irrelevant-files:
284 - ^(test-|)requirements.txt$
285 - ^.*\.rst$
286 - ^doc/.*$
287 - ^etc/.*$
288 - ^releasenotes/.*$
289 - ^setup.cfg$
290 - ^tempest/hacking/.*$
291 - ^tempest/tests/.*$
Andrea Frittoli1c2a8022018-02-20 15:58:13 +0000292 - tempest-full-pike:
293 irrelevant-files:
294 - ^(test-|)requirements.txt$
295 - ^.*\.rst$
296 - ^doc/.*$
297 - ^etc/.*$
298 - ^releasenotes/.*$
299 - ^setup.cfg$
300 - ^tempest/hacking/.*$
301 - ^tempest/tests/.*$
Andrea Frittoli688f36e2018-02-18 22:27:34 +0000302 - tempest-multinode-full:
303 irrelevant-files:
304 - ^(test-|)requirements.txt$
305 - ^.*\.rst$
306 - ^doc/.*$
307 - ^etc/.*$
308 - ^releasenotes/.*$
309 - ^setup.cfg$
310 - ^tempest/hacking/.*$
311 - ^tempest/tests/.*$
Chandan Kumarcf576b22017-10-23 17:43:36 +0530312 - tempest-tox-plugin-sanity-check
Matt Riedemannda80cc92018-01-25 11:23:52 -0500313 gate:
314 jobs:
315 - nova-multiattach
Matt Riedemann44f666b2018-03-05 10:08:13 -0500316 experimental:
317 jobs:
318 - nova-cells-v1:
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 Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000328 periodic-stable:
329 jobs:
330 - tempest-full-queens
331 - tempest-full-queens-py3
Andrea Frittoli1c2a8022018-02-20 15:58:13 +0000332 - tempest-full-pike