blob: efa771e7fae71957b0dda5ce6b91e5fc663f361b [file] [log] [blame]
Ghanshyam Mann61f57332020-11-25 11:46:20 -06001# NOTE(gmann): This file includes all stable release jobs definition.
2- job:
Ghanshyam Mann14d7f232024-09-25 12:43:53 -07003 name: tempest-full-2024-2
4 parent: tempest-full-py3
5 nodeset: openstack-single-node-jammy
6 override-checkout: stable/2024.2
7
8- job:
Ghanshyam Mann61bb9c62024-03-28 14:55:37 -07009 name: tempest-full-2024-1
10 parent: tempest-full-py3
11 nodeset: openstack-single-node-jammy
12 override-checkout: stable/2024.1
13
14- job:
Ghanshyam Mann5c64e392023-09-28 12:07:04 -070015 name: tempest-full-2023-2
16 parent: tempest-full-py3
17 nodeset: openstack-single-node-jammy
18 override-checkout: stable/2023.2
19
20- job:
Ghanshyam Mann14d7f232024-09-25 12:43:53 -070021 name: tempest-full-2024-2-extra-tests
22 parent: tempest-extra-tests
23 nodeset: openstack-single-node-jammy
24 override-checkout: stable/2024.2
25
26- job:
Ghanshyam Mann61bb9c62024-03-28 14:55:37 -070027 name: tempest-full-2024-1-extra-tests
28 parent: tempest-extra-tests
29 nodeset: openstack-single-node-jammy
30 override-checkout: stable/2024.1
31
32- job:
Ghanshyam Mann5c64e392023-09-28 12:07:04 -070033 name: tempest-full-2023-2-extra-tests
34 parent: tempest-extra-tests
35 nodeset: openstack-single-node-jammy
36 override-checkout: stable/2023.2
37
38- job:
Ghanshyam Mann14d7f232024-09-25 12:43:53 -070039 name: tempest-slow-2024-2
40 parent: tempest-slow-py3
41 nodeset: openstack-two-node-jammy
42 override-checkout: stable/2024.2
43
44- job:
Ghanshyam Mann61bb9c62024-03-28 14:55:37 -070045 name: tempest-slow-2024-1
46 parent: tempest-slow-py3
47 nodeset: openstack-two-node-jammy
48 override-checkout: stable/2024.1
49
50- job:
Ghanshyam Mann5c64e392023-09-28 12:07:04 -070051 name: tempest-slow-2023-2
52 parent: tempest-slow-py3
53 nodeset: openstack-two-node-jammy
54 override-checkout: stable/2023.2
55
56- job:
Ghanshyam Mann3c10d682021-06-02 12:27:51 -050057 name: tempest-full-py3
58 parent: devstack-tempest
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080059 # This job version is to use the 'full' tox env which
yatinkarel22022cc2024-11-13 10:20:49 +053060 # is available for unmaintained/victoria to unmaintained/xena also.
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080061 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -070062 - ^.*/victoria
63 - ^.*/wallaby
yatinkarel22022cc2024-11-13 10:20:49 +053064 - ^.*/xena
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080065 description: |
66 Base integration test with Neutron networking, horizon, swift enable,
67 and py3.
68 Former names for this job where:
69 * legacy-tempest-dsvm-py35
70 * gate-tempest-dsvm-py35
71 required-projects:
72 - openstack/horizon
73 vars:
74 tox_envlist: full
yatinkarel22022cc2024-11-13 10:20:49 +053075 tempest_exclude_regex: "\
76 (DHCPAgentSchedulersTestJSON)|\
77 (AttachVolumeMultiAttachTest)|\
78 (UpdateMultiattachVolumeNegativeTest)"
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080079 devstack_localrc:
80 USE_PYTHON3: true
81 FORCE_CONFIG_DRIVE: true
82 ENABLE_VOLUME_MULTIATTACH: true
83 GLANCE_USE_IMPORT_WORKFLOW: True
84 devstack_plugins:
85 neutron: https://opendev.org/openstack/neutron
86 devstack_services:
Rajesh Tailora85bdb42024-04-02 12:01:53 +053087 # Enable horizon so that we can run horizon test.
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080088 horizon: true
89
90- job:
Elod Illes78d24922022-11-22 15:55:42 +010091 name: tempest-multinode-full-py3
92 parent: tempest-multinode-full
93 nodeset: openstack-two-node-focal
Dr. Jens Harbott59e1cb42024-04-30 17:26:21 +020094 # This job runs on Focal and supposed to run until unmaintained/zed.
Elod Illes78d24922022-11-22 15:55:42 +010095 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -070096 - ^.*/victoria
97 - ^.*/wallaby
98 - ^.*/xena
99 - ^.*/yoga
100 - ^.*/zed
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500101 vars:
102 devstack_localrc:
103 USE_PYTHON3: true
104 devstack_plugins:
105 neutron: https://opendev.org/openstack/neutron
106 devstack_services:
107 neutron-trunk: true
108 group-vars:
109 subnode:
110 devstack_localrc:
111 USE_PYTHON3: true
112
113- job:
114 name: tempest-multinode-full
115 parent: tempest-multinode-full-base
116 nodeset: openstack-two-node-focal
yatinkarel22022cc2024-11-13 10:20:49 +0530117 # This job runs on Focal and on python2. This is for unmaintained/victoria to unmaintained/xena.
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500118 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700119 - ^.*/victoria
120 - ^.*/wallaby
121 - ^.*/xena
yatinkarel22022cc2024-11-13 10:20:49 +0530122 vars:
123 tox_envlist: full
124 tempest_exclude_regex: "\
125 (DHCPAgentSchedulersTestJSON)|\
126 (AttachVolumeMultiAttachTest)|\
127 (UpdateMultiattachVolumeNegativeTest)"
128 devstack_localrc:
129 USE_PYTHON3: False
130 group-vars:
131 subnode:
132 devstack_localrc:
133 USE_PYTHON3: False
134
135- job:
136 name: tempest-multinode-full
137 parent: tempest-multinode-full-base
138 nodeset: openstack-two-node-focal
139 # This job runs on Focal and on python2. This is for unmaintained/yoga to unmaintained/zed.
140 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700141 - ^.*/yoga
142 - ^.*/zed
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500143 vars:
144 devstack_localrc:
145 USE_PYTHON3: False
146 group-vars:
147 subnode:
148 devstack_localrc:
149 USE_PYTHON3: False
150
151- job:
Ghanshyam Mann180717d2023-07-14 10:50:02 -0500152 name: tempest-slow-py3
153 parent: tempest-slow
154 # This job version is to use the 'slow-serial' tox env for
155 # the stable/ussuri to stable/wallaby testing.
156 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700157 - ^.*/victoria
158 - ^.*/wallaby
Ghanshyam Mann180717d2023-07-14 10:50:02 -0500159 vars:
160 tox_envlist: slow-serial
161
162- job:
Ghanshyam Manne6b70562022-01-21 19:32:42 -0600163 name: tempest-full-py3-opensuse15
164 parent: tempest-full-py3
165 nodeset: devstack-single-node-opensuse-15
166 description: |
167 Base integration test with Neutron networking and py36 running
168 on openSUSE Leap 15.x
169 voting: false
170 # This job is not used after stable/xena and can be
171 # removed once stable/xena is EOL.
172 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700173 - ^.*/victoria
174 - ^.*/wallaby
175 - ^.*/xena