summaryrefslogtreecommitdiff
path: root/zuul.d/stable-jobs.yaml
blob: 99a7e1b4d8777589345acd4e2fcc7ea0d1841422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
# NOTE(gmann): This file includes all stable release jobs definition.
- job:
    name: tempest-full-2023-1
    parent: tempest-full-py3
    nodeset: openstack-single-node-jammy
    override-checkout: stable/2023.1

- job:
    name: tempest-full-zed
    parent: tempest-full-py3
    nodeset: openstack-single-node-focal
    override-checkout: stable/zed

- job:
    name: tempest-full-yoga
    parent: tempest-full-py3
    nodeset: openstack-single-node-focal
    override-checkout: stable/yoga

- job:
    name: tempest-full-xena
    parent: tempest-full-py3
    nodeset: openstack-single-node-focal
    override-checkout: stable/xena

- job:
    name: tempest-full-2023-1-extra-tests
    parent: tempest-extra-tests
    nodeset: openstack-single-node-jammy
    override-checkout: stable/2023.1

- job:
    name: tempest-full-zed-extra-tests
    parent: tempest-extra-tests
    nodeset: openstack-single-node-focal
    override-checkout: stable/zed

- job:
    name: tempest-full-yoga-extra-tests
    parent: tempest-extra-tests
    nodeset: openstack-single-node-focal
    override-checkout: stable/yoga

- job:
    name: tempest-full-xena-extra-tests
    parent: tempest-extra-tests
    nodeset: openstack-single-node-focal
    override-checkout: stable/xena

- job:
    name: tempest-slow-2023-1
    parent: tempest-slow-py3
    nodeset: openstack-two-node-jammy
    override-checkout: stable/2023-1

- job:
    name: tempest-slow-zed
    parent: tempest-slow-py3
    nodeset: openstack-two-node-focal
    override-checkout: stable/zed

- job:
    name: tempest-slow-yoga
    parent: tempest-slow-py3
    nodeset: openstack-two-node-focal
    override-checkout: stable/yoga

- job:
    name: tempest-slow-xena
    parent: tempest-slow-py3
    nodeset: openstack-two-node-focal
    override-checkout: stable/xena

- job:
    name: tempest-full-py3
    parent: devstack-tempest
    # This job version is to use the 'full' tox env which
    # is available for stable/ussuri to stable/wallaby also.
    branches:
      - stable/ussuri
      - stable/victoria
      - stable/wallaby
    description: |
      Base integration test with Neutron networking, horizon, swift enable,
      and py3.
      Former names for this job where:
        * legacy-tempest-dsvm-py35
        * gate-tempest-dsvm-py35
    required-projects:
      - openstack/horizon
    vars:
      tox_envlist: full
      devstack_localrc:
        USE_PYTHON3: true
        FORCE_CONFIG_DRIVE: true
        ENABLE_VOLUME_MULTIATTACH: true
        GLANCE_USE_IMPORT_WORKFLOW: True
      devstack_plugins:
        neutron: https://opendev.org/openstack/neutron
      devstack_services:
        # Enbale horizon so that we can run horizon test.
        horizon: true

- job:
    name: tempest-full-py3
    parent: devstack-tempest
    # This job version is with swift disabled on py3
    # as swift was not ready on py3 until stable/train.
    branches:
      - stable/pike
      - stable/queens
      - stable/rocky
      - stable/stein
      - stable/train
    description: |
      Base integration test with Neutron networking, swift disabled, and py3.
      Former names for this job where:
        * legacy-tempest-dsvm-py35
        * gate-tempest-dsvm-py35
    required-projects:
      - openstack/horizon
    vars:
      tox_envlist: full
      devstack_localrc:
        USE_PYTHON3: true
        FORCE_CONFIG_DRIVE: true
        ENABLE_VOLUME_MULTIATTACH: true
        GLANCE_USE_IMPORT_WORKFLOW: True
      devstack_plugins:
        neutron: https://opendev.org/openstack/neutron
      devstack_local_conf:
        post-config:
          "/$NEUTRON_CORE_PLUGIN_CONF":
            ovs:
              bridge_mappings: public:br-ex
              resource_provider_bandwidths: br-ex:1000000:1000000
        test-config:
          $TEMPEST_CONFIG:
            network-feature-enabled:
              qos_placement_physnet: public
      devstack_services:
        # Enbale horizon so that we can run horizon test.
        horizon: true
        s-account: false
        s-container: false
        s-object: false
        s-proxy: false
        # without Swift, c-bak cannot run (in the Gate at least)
        # NOTE(mriedem): Disable the cinder-backup service from
        # tempest-full-py3 since tempest-full-py3 is in the integrated-gate-py3
        # project template but the backup tests do not really involve other
        # services so they should be run in some more cinder-specific job,
        # especially because the tests fail at a high rate (see bugs 1483434,
        # 1813217, 1745168)
        c-bak: false
        neutron-placement: true
        neutron-qos: true

- job:
    name: tempest-multinode-full-py3
    parent: tempest-multinode-full
    nodeset: openstack-two-node-bionic
    # This job runs on Bionic.
    branches:
      - stable/stein
      - stable/train
      - stable/ussuri
    vars:
      devstack_localrc:
        USE_PYTHON3: true
      devstack_plugins:
        neutron: https://opendev.org/openstack/neutron
      devstack_services:
        neutron-trunk: true
    group-vars:
      subnode:
        devstack_localrc:
          USE_PYTHON3: true

- job:
    name: tempest-multinode-full-py3
    parent: tempest-multinode-full
    nodeset: openstack-two-node-focal
    # This job runs on Focal and supposed to run until stable/zed.
    branches:
      - stable/victoria
      - stable/wallaby
      - stable/xena
      - stable/yoga
      - stable/zed
    vars:
      devstack_localrc:
        USE_PYTHON3: true
      devstack_plugins:
        neutron: https://opendev.org/openstack/neutron
      devstack_services:
        neutron-trunk: true
    group-vars:
      subnode:
        devstack_localrc:
          USE_PYTHON3: true

- job:
    name: tempest-multinode-full
    parent: tempest-multinode-full-base
    nodeset: openstack-two-node-focal
    # This job runs on Focal and on python2. This is for stable/victoria to stable/zed.
    branches:
      - stable/victoria
      - stable/wallaby
      - stable/xena
      - stable/yoga
      - stable/zed
    vars:
      devstack_localrc:
        USE_PYTHON3: False
    group-vars:
      subnode:
        devstack_localrc:
          USE_PYTHON3: False

- job:
    name: tempest-multinode-full
    parent: tempest-multinode-full-base
    nodeset: openstack-two-node-bionic
    # This job runs on Bionic and on python2. This is for stable/stein and stable/train.
    # This job is prepared to make sure all stable branches from stable/stein till stable/train
    # will keep running on bionic. This can be removed once stable/train is EOL.
    branches:
      - stable/stein
      - stable/train
      - stable/ussuri
    vars:
      devstack_localrc:
        USE_PYTHON3: False
    group-vars:
      subnode:
        devstack_localrc:
          USE_PYTHON3: False

- job:
    name: tempest-multinode-full
    parent: tempest-multinode-full-base
    nodeset: openstack-two-node-xenial
    # This job runs on Xenial and this is for stable/pike, stable/queens
    # and stable/rocky. This job is prepared to make sure all stable branches
    # before stable/stein will keep running on xenial. This job can be
    # removed once stable/rocky is EOL.
    branches:
      - stable/pike
      - stable/queens
      - stable/rocky
    vars:
      devstack_localrc:
        USE_PYTHON3: False
    group-vars:
      subnode:
        devstack_localrc:
          USE_PYTHON3: False

- job:
    name: tempest-slow
    parent: tempest-multinode-full
    description: |
      This multinode integration job will run all the tests tagged as slow.
      It enables the lvm multibackend setup to cover few scenario tests.
      This job will run only slow tests (API or Scenario) serially.
      Former names for this job were:
        * legacy-tempest-dsvm-neutron-scenario-multinode-lvm-multibackend
        * tempest-scenario-multinode-lvm-multibackend
    timeout: 10800
    branches:
      - stable/pike
      - stable/queens
      - stable/rocky
    vars:
      tox_envlist: slow-serial
      devstack_localrc:
        CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2
        ENABLE_VOLUME_MULTIATTACH: true
        # to avoid https://bugs.launchpad.net/neutron/+bug/1914037
        # as we couldn't backport the fix to rocky and older releases
        IPV6_PUBLIC_RANGE: 2001:db8:0:10::/64
        IPV6_PUBLIC_NETWORK_GATEWAY: 2001:db8:0:10::2
        IPV6_ROUTER_GW_IP: 2001:db8:0:10::1
      devstack_plugins:
        neutron: https://opendev.org/openstack/neutron
      devstack_services:
        neutron-placement: true
        neutron-qos: true
      tempest_concurrency: 2
    group-vars:
      # NOTE(mriedem): The ENABLE_VOLUME_MULTIATTACH variable is used on both
      # the controller and subnode prior to Rocky so we have to make sure the
      # variable is set in both locations.
      subnode:
        devstack_localrc:
          ENABLE_VOLUME_MULTIATTACH: true

- job:
    name: tempest-slow-py3
    parent: tempest-slow
    # This job version is with swift disabled on py3
    # as swift was not ready on py3 until stable/train.
    branches:
      - stable/pike
      - stable/queens
      - stable/rocky
      - stable/stein
      - stable/train
    vars:
      devstack_localrc:
        USE_PYTHON3: true
      devstack_services:
        s-account: false
        s-container: false
        s-object: false
        s-proxy: false
        # without Swift, c-bak cannot run (in the Gate at least)
        c-bak: false
    group-vars:
      subnode:
        devstack_localrc:
          USE_PYTHON3: true

- job:
    name: tempest-full-py3-opensuse15
    parent: tempest-full-py3
    nodeset: devstack-single-node-opensuse-15
    description: |
      Base integration test with Neutron networking and py36 running
      on openSUSE Leap 15.x
    voting: false
    # This job is not used after stable/xena and can be
    # removed once stable/xena is EOL.
    branches:
      - stable/pike
      - stable/queens
      - stable/rocky
      - stable/stein
      - stable/train
      - stable/ussuri
      - stable/victoria
      - stable/wallaby
      - stable/xena

- job:
    name: tempest-integrated-compute-centos-8-stream
    parent: tempest-integrated-compute
    # TODO(gmann): Make this job non voting until bug#1957941 if fixed.
    voting: false
    nodeset: devstack-single-node-centos-8-stream
    branches:
      - stable/wallaby
      - stable/xena
      - stable/yoga
    description: |
      This job runs integration tests for compute. This is
      subset of 'tempest-full-py3' job and run Nova, Neutron, Cinder (except backup tests)
      and Glance related tests. This is meant to be run on Nova gate only.
      This version of the job also uses CentOS 8 stream.
    vars:
      # Required until bug/1949606 is resolved when using libvirt and QEMU
      # >=5.0.0 with a [libvirt]virt_type of qemu (TCG).
      configure_swap_size: 4096

- job:
    name: tempest-full-py3-centos-8-stream
    parent: tempest-full-py3
    # TODO(gmann): Make this job non voting until bug#1957941 if fixed.
    voting: false
    branches:
      - stable/wallaby
      - stable/xena
      - stable/yoga
    nodeset: devstack-single-node-centos-8-stream
    description: |
      Base integration test with Neutron networking and py36 running
      on CentOS 8 stream
    vars:
      # Required until bug/1949606 is resolved when using libvirt and QEMU
      # >=5.0.0 with a [libvirt]virt_type of qemu (TCG).
      configure_swap_size: 4096