blob: 8dcb9351950e3aa36db6c47bbfd387be1ba71558 [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
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +0100202- project:
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +0100203 check:
204 jobs:
205 - devstack-tempest:
206 files:
207 - ^playbooks/
208 - ^roles/
209 - ^.zuul.yaml$
Matt Riedemannda80cc92018-01-25 11:23:52 -0500210 - nova-multiattach
Attila Fazekas3f219f52018-03-01 16:50:10 +0000211 - tempest-full-parallel:
212 irrelevant-files:
213 - ^(test-|)requirements.txt$
214 - ^.*\.rst$
215 - ^doc/.*$
216 - ^etc/.*$
217 - ^releasenotes/.*$
218 - ^setup.cfg$
219 - ^tempest/hacking/.*$
220 - ^tempest/tests/.*$
Jens Harbottff03e222018-02-26 10:54:48 +0000221 - tempest-full-py36:
222 irrelevant-files:
223 - ^(test-|)requirements.txt$
224 - ^.*\.rst$
225 - ^doc/.*$
226 - ^etc/.*$
227 - ^releasenotes/.*$
228 - ^setup.cfg$
229 - ^tempest/hacking/.*$
230 - ^tempest/tests/.*$
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000231 - tempest-full-queens:
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000232 irrelevant-files:
233 - ^(test-|)requirements.txt$
234 - ^.*\.rst$
235 - ^doc/.*$
236 - ^etc/.*$
237 - ^releasenotes/.*$
238 - ^setup.cfg$
239 - ^tempest/hacking/.*$
240 - ^tempest/tests/.*$
241 - tempest-full-queens-py3:
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000242 irrelevant-files:
243 - ^(test-|)requirements.txt$
244 - ^.*\.rst$
245 - ^doc/.*$
246 - ^etc/.*$
247 - ^releasenotes/.*$
248 - ^setup.cfg$
249 - ^tempest/hacking/.*$
250 - ^tempest/tests/.*$
Andrea Frittoli1c2a8022018-02-20 15:58:13 +0000251 - tempest-full-pike:
252 irrelevant-files:
253 - ^(test-|)requirements.txt$
254 - ^.*\.rst$
255 - ^doc/.*$
256 - ^etc/.*$
257 - ^releasenotes/.*$
258 - ^setup.cfg$
259 - ^tempest/hacking/.*$
260 - ^tempest/tests/.*$
Chandan Kumarcf576b22017-10-23 17:43:36 +0530261 - tempest-tox-plugin-sanity-check
Matt Riedemannda80cc92018-01-25 11:23:52 -0500262 gate:
263 jobs:
264 - nova-multiattach
Matt Riedemann44f666b2018-03-05 10:08:13 -0500265 experimental:
266 jobs:
267 - nova-cells-v1:
268 irrelevant-files:
269 - ^(test-|)requirements.txt$
270 - ^.*\.rst$
271 - ^doc/.*$
272 - ^etc/.*$
273 - ^releasenotes/.*$
274 - ^setup.cfg$
275 - ^tempest/hacking/.*$
276 - ^tempest/tests/.*$
melanie witt591fe212018-05-01 22:56:00 +0000277 - nova-live-migration:
278 irrelevant-files:
279 - ^(test-|)requirements.txt$
280 - ^.*\.rst$
281 - ^doc/.*$
282 - ^etc/.*$
283 - ^releasenotes/.*$
284 - ^setup.cfg$
285 - ^tempest/hacking/.*$
286 - ^tempest/tests/.*$
Andrea Frittoli (andreaf)c9d2c382017-11-21 15:03:18 +0000287 periodic-stable:
288 jobs:
289 - tempest-full-queens
290 - tempest-full-queens-py3
Andrea Frittoli1c2a8022018-02-20 15:58:13 +0000291 - tempest-full-pike