blob: 75507d7c8c2cec33dd543fcf837d03dba72c7b01 [file] [log] [blame]
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +01001- job:
2 name: devstack-tempest
3 parent: devstack
4 description: Base Tempest job.
5 required-projects:
6 - openstack/tempest
7 timeout: 7200
8 roles:
9 - zuul: openstack-dev/devstack
10 vars:
11 devstack_services:
James E. Blaird5980092018-01-24 16:43:27 -080012 tempest: true
Andrea Frittoli4c24a1a2018-01-31 22:21:07 +000013 test_results_stage_name: 'test_results'
14 zuul_copy_output:
15 '{{ devstack_base_dir }}/tempest/etc/tempest.conf': 'logs'
16 '{{ devstack_base_dir }}/tempest/etc/accounts.yaml': 'logs'
17 '{{ devstack_base_dir }}/tempest/tempest.log': 'logs'
18 '{{ stage_dir }}/{{ test_results_stage_name }}.subunit': 'logs'
19 '{{ stage_dir }}/{{ test_results_stage_name }}.html': 'logs'
20 '{{ stage_dir }}/stackviz': 'logs'
21 extensions_to_txt:
22 conf: True
23 log: True
24 yaml: True
25 yml: True
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +010026 run: playbooks/devstack-tempest.yaml
Andrea Frittoli (andreaf)74810552017-10-03 18:56:56 +010027 post-run: playbooks/post-tempest.yaml
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +010028
Chandan Kumarcf576b22017-10-23 17:43:36 +053029- job:
Andrea Frittoli (andreaf)8e9e7f72017-11-21 14:59:47 +000030 name: tempest-full
31 parent: devstack-tempest
Andrea Frittoli1c2a8022018-02-20 15:58:13 +000032 # This currently works from stable/pike on.
Andrea Frittolia23924f2018-02-18 22:35:16 +000033 branches:
34 - master
35 - stable/queens
Andrea Frittoli1c2a8022018-02-20 15:58:13 +000036 - stable/pike
Andrea Frittoli (andreaf)8e9e7f72017-11-21 14:59:47 +000037 description: |
38 Base integration test with Neutron networking and py27.
39 Former names for this job where:
40 * legacy-tempest-dsvm-neutron-full
41 * gate-tempest-dsvm-neutron-full-ubuntu-xenial
42 vars:
Andreas Jaegerba2f4792018-01-12 16:48:52 +010043 tox_envlist: full
Andrea Frittoli (andreaf)8e9e7f72017-11-21 14:59:47 +000044 devstack_localrc:
James E. Blaird5980092018-01-24 16:43:27 -080045 ENABLE_FILE_INJECTION: true
Andrea Frittoli (andreaf)8e9e7f72017-11-21 14:59:47 +000046
47- job:
Attila Fazekas3f219f52018-03-01 16:50:10 +000048 name: tempest-full-parallel
49 parent: tempest-full
50 voting: false
51 branches:
52 - master
53 description: |
54 Base integration test with Neutron networking and py27.
55 It includes all scenarios as it was in the past.
56 This job runs all scenario tests in parallel!
57 vars:
58 tox_envlist: full-parallel
59
60- job:
Andrea Frittolic4377ef2017-11-30 12:00:38 +000061 name: tempest-full-py3
Andrea Frittoli85076bd2018-01-24 10:19:40 +000062 parent: devstack-tempest
Andrea Frittolia23924f2018-02-18 22:35:16 +000063 branches:
64 - master
65 - stable/queens
Andrea Frittoli85076bd2018-01-24 10:19:40 +000066 description: |
67 Base integration test with Neutron networking and py3.
68 Former names for this job where:
69 * legacy-tempest-dsvm-py35
70 * gate-tempest-dsvm-py35
Andrea Frittolic4377ef2017-11-30 12:00:38 +000071 vars:
Andrea Frittoli85076bd2018-01-24 10:19:40 +000072 tox_envlist: full
Andrea Frittolic4377ef2017-11-30 12:00:38 +000073 devstack_localrc:
74 USE_PYTHON3: True
75 FORCE_CONFIG_DRIVE: True
Andrea Frittolic4377ef2017-11-30 12:00:38 +000076 devstack_services:
77 s-account: false
78 s-container: false
79 s-object: false
80 s-proxy: false
81 # without Swift, c-bak cannot run (in the Gate at least)
82 c-bak: false
83
Jens Harbottff03e222018-02-26 10:54:48 +000084- nodeset:
85 name: openstack-bionic-node
86 nodes:
87 - name: controller
88 label: ubuntu-bionic
89 groups:
90 - name: tempest
91 nodes:
92 - controller
93
94- job:
95 name: tempest-full-py36
96 parent: tempest-full-py3
97 nodeset: openstack-bionic-node
98 branches:
99 - master
100 description: |
101 Base integration test with Neutron networking and py36.
102 voting: false
103
Andrea Frittolic4377ef2017-11-30 12:00:38 +0000104- job:
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000105 name: tempest-full-queens
106 parent: tempest-full
107 override-checkout: stable/queens
108
109- job:
110 name: tempest-full-queens-py3
111 parent: tempest-full-py3
112 override-checkout: stable/queens
113
114- job:
Andrea Frittoli1c2a8022018-02-20 15:58:13 +0000115 name: tempest-full-pike
116 parent: tempest-full
117 override-checkout: stable/pike
118
119- job:
Chandan Kumarcf576b22017-10-23 17:43:36 +0530120 name: tempest-tox-plugin-sanity-check
121 parent: tox
122 description: |
123 Run tempest plugin sanity check script using tox.
124 nodeset: ubuntu-xenial
125 vars:
126 tox_envlist: plugin-sanity-check
127 voting: false
128 timeout: 5000
ghanshyam39d03802017-12-05 14:19:37 +0300129 irrelevant-files:
130 - ^.*\.rst$
131 - ^doc/.*$
132 - ^etc/.*$
133 - ^releasenotes/.*$
134 - ^tempest/hacking/.*$
135 - ^tempest/tests/.*$
Chandan Kumarcf576b22017-10-23 17:43:36 +0530136 required-projects:
137 - openstack/almanach
138 - openstack/aodh
139 - openstack/barbican-tempest-plugin
140 - openstack/ceilometer
141 - openstack/cinder
142 - openstack/congress
143 - openstack/designate-tempest-plugin
144 - openstack/ec2-api
145 - openstack/freezer
146 - openstack/freezer-api
147 - openstack/freezer-tempest-plugin
148 - openstack/gce-api
149 - openstack/glare
150 - openstack/heat
151 - openstack/intel-nfv-ci-tests
152 - openstack/ironic
153 - openstack/ironic-inspector
154 - openstack/keystone-tempest-plugin
155 - openstack/kingbird
156 - openstack/kuryr-tempest-plugin
157 - openstack/magnum
158 - openstack/magnum-tempest-plugin
159 - openstack/manila
160 - openstack/manila-tempest-plugin
161 - openstack/mistral
162 - openstack/mogan
163 - openstack/monasca-api
164 - openstack/monasca-log-api
165 - openstack/murano
166 - openstack/networking-bgpvpn
167 - openstack/networking-cisco
168 - openstack/networking-fortinet
169 - openstack/networking-generic-switch
170 - openstack/networking-l2gw
171 - openstack/networking-midonet
172 - openstack/networking-plumgrid
173 - openstack/networking-sfc
174 - openstack/neutron
175 - openstack/neutron-dynamic-routing
176 - openstack/neutron-fwaas
177 - openstack/neutron-lbaas
178 - openstack/neutron-tempest-plugin
179 - openstack/neutron-vpnaas
180 - openstack/nova-lxd
181 - openstack/novajoin-tempest-plugin
Bar RHca15fe02017-12-20 02:40:52 +0200182 - openstack/octavia-tempest-plugin
Chandan Kumarcf576b22017-10-23 17:43:36 +0530183 - openstack/oswin-tempest-plugin
184 - openstack/panko
185 - openstack/patrole
186 - openstack/qinling
187 - openstack/requirements
188 - openstack/sahara-tests
189 - openstack/senlin
190 - openstack/senlin-tempest-plugin
191 - openstack/tap-as-a-service
192 - openstack/tempest-horizon
193 - openstack/trio2o
194 - openstack/trove
195 - openstack/valet
196 - openstack/vitrage
197 - openstack/vmware-nsx-tempest-plugin
198 - openstack/watcher-tempest-plugin
199 - openstack/zaqar-tempest-plugin
200 - openstack/zun-tempest-plugin
201
ghanshyam1afb44b2018-05-25 00:53:48 +0300202- job:
203 name: tempest-cinder-v2-api
204 parent: devstack-tempest
205 branches:
206 - master
207 description: |
208 This job runs the cinder API test against v2 endpoint.
209 vars:
210 tox_envlist: all
211 tempest_test_regex: api.*volume
212 devstack_localrc:
213 TEMPEST_VOLUME_TYPE: volumev2
214
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +0100215- project:
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +0100216 check:
217 jobs:
218 - devstack-tempest:
219 files:
220 - ^playbooks/
221 - ^roles/
222 - ^.zuul.yaml$
Matt Riedemannda80cc92018-01-25 11:23:52 -0500223 - nova-multiattach
Attila Fazekas3f219f52018-03-01 16:50:10 +0000224 - tempest-full-parallel:
225 irrelevant-files:
226 - ^(test-|)requirements.txt$
227 - ^.*\.rst$
228 - ^doc/.*$
229 - ^etc/.*$
230 - ^releasenotes/.*$
231 - ^setup.cfg$
232 - ^tempest/hacking/.*$
233 - ^tempest/tests/.*$
Jens Harbottff03e222018-02-26 10:54:48 +0000234 - tempest-full-py36:
235 irrelevant-files:
236 - ^(test-|)requirements.txt$
237 - ^.*\.rst$
238 - ^doc/.*$
239 - ^etc/.*$
240 - ^releasenotes/.*$
241 - ^setup.cfg$
242 - ^tempest/hacking/.*$
243 - ^tempest/tests/.*$
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000244 - tempest-full-queens:
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000245 irrelevant-files:
246 - ^(test-|)requirements.txt$
247 - ^.*\.rst$
248 - ^doc/.*$
249 - ^etc/.*$
250 - ^releasenotes/.*$
251 - ^setup.cfg$
252 - ^tempest/hacking/.*$
253 - ^tempest/tests/.*$
254 - tempest-full-queens-py3:
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000255 irrelevant-files:
256 - ^(test-|)requirements.txt$
257 - ^.*\.rst$
258 - ^doc/.*$
259 - ^etc/.*$
260 - ^releasenotes/.*$
261 - ^setup.cfg$
262 - ^tempest/hacking/.*$
263 - ^tempest/tests/.*$
Andrea Frittoli1c2a8022018-02-20 15:58:13 +0000264 - tempest-full-pike:
265 irrelevant-files:
266 - ^(test-|)requirements.txt$
267 - ^.*\.rst$
268 - ^doc/.*$
269 - ^etc/.*$
270 - ^releasenotes/.*$
271 - ^setup.cfg$
272 - ^tempest/hacking/.*$
273 - ^tempest/tests/.*$
Chandan Kumarcf576b22017-10-23 17:43:36 +0530274 - tempest-tox-plugin-sanity-check
Matt Riedemannda80cc92018-01-25 11:23:52 -0500275 gate:
276 jobs:
277 - nova-multiattach
Matt Riedemann44f666b2018-03-05 10:08:13 -0500278 experimental:
279 jobs:
280 - nova-cells-v1:
281 irrelevant-files:
282 - ^(test-|)requirements.txt$
283 - ^.*\.rst$
284 - ^doc/.*$
285 - ^etc/.*$
286 - ^releasenotes/.*$
287 - ^setup.cfg$
288 - ^tempest/hacking/.*$
289 - ^tempest/tests/.*$
melanie witt591fe212018-05-01 22:56:00 +0000290 - nova-live-migration:
291 irrelevant-files:
292 - ^(test-|)requirements.txt$
293 - ^.*\.rst$
294 - ^doc/.*$
295 - ^etc/.*$
296 - ^releasenotes/.*$
297 - ^setup.cfg$
298 - ^tempest/hacking/.*$
299 - ^tempest/tests/.*$
ghanshyam1afb44b2018-05-25 00:53:48 +0300300 - tempest-cinder-v2-api:
301 irrelevant-files:
302 - ^(test-|)requirements.txt$
303 - ^.*\.rst$
304 - ^doc/.*$
305 - ^etc/.*$
306 - ^releasenotes/.*$
307 - ^setup.cfg$
308 - ^tempest/hacking/.*$
309 - ^tempest/tests/.*$
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000310 periodic-stable:
311 jobs:
312 - tempest-full-queens
313 - tempest-full-queens-py3
Andrea Frittoli1c2a8022018-02-20 15:58:13 +0000314 - tempest-full-pike