blob: 27e65b9426a4d4ec6b8f7e733d93caddcc0e5468 [file] [log] [blame]
Ghanshyam Mann61f57332020-11-25 11:46:20 -06001# NOTE(gmann): This file includes all stable release jobs definition.
2- job:
Ghanshyam Mannf4a86982025-03-20 12:28:33 -07003 name: tempest-full-2025-1
4 parent: tempest-full-py3
5 nodeset: openstack-single-node-noble
6 override-checkout: stable/2025.1
7
8- job:
Ghanshyam Mann14d7f232024-09-25 12:43:53 -07009 name: tempest-full-2024-2
10 parent: tempest-full-py3
11 nodeset: openstack-single-node-jammy
12 override-checkout: stable/2024.2
13
14- job:
Ghanshyam Mann61bb9c62024-03-28 14:55:37 -070015 name: tempest-full-2024-1
16 parent: tempest-full-py3
17 nodeset: openstack-single-node-jammy
18 override-checkout: stable/2024.1
19
20- job:
Ghanshyam Mannf4a86982025-03-20 12:28:33 -070021 name: tempest-full-2025-1-extra-tests
22 parent: tempest-extra-tests
23 nodeset: openstack-single-node-noble
24 override-checkout: stable/2025.1
25
26- job:
Ghanshyam Mann14d7f232024-09-25 12:43:53 -070027 name: tempest-full-2024-2-extra-tests
28 parent: tempest-extra-tests
29 nodeset: openstack-single-node-jammy
30 override-checkout: stable/2024.2
31
32- job:
Ghanshyam Mann61bb9c62024-03-28 14:55:37 -070033 name: tempest-full-2024-1-extra-tests
34 parent: tempest-extra-tests
35 nodeset: openstack-single-node-jammy
36 override-checkout: stable/2024.1
37
38- job:
Ghanshyam Mannde95a362025-07-03 14:27:55 -070039 name: tempest-multinode-2025-1
40 parent: tempest-multinode-full-py3
41 nodeset: openstack-two-node-noble
42 override-checkout: stable/2025.1
43
44- job:
45 name: tempest-multinode-2024-2
46 parent: tempest-multinode-full-py3
47 nodeset: openstack-two-node-jammy
48 override-checkout: stable/2024.2
49
50- job:
51 name: tempest-multinode-2024-1
52 parent: tempest-multinode-full-py3
53 nodeset: openstack-two-node-jammy
54 override-checkout: stable/2024.1
55
56- job:
Ghanshyam Mannf4a86982025-03-20 12:28:33 -070057 name: tempest-slow-2025-1
58 parent: tempest-slow-py3
59 nodeset: openstack-two-node-noble
60 override-checkout: stable/2025.1
61
62- job:
Ghanshyam Mann14d7f232024-09-25 12:43:53 -070063 name: tempest-slow-2024-2
64 parent: tempest-slow-py3
65 nodeset: openstack-two-node-jammy
66 override-checkout: stable/2024.2
67
68- job:
Ghanshyam Mann61bb9c62024-03-28 14:55:37 -070069 name: tempest-slow-2024-1
70 parent: tempest-slow-py3
71 nodeset: openstack-two-node-jammy
72 override-checkout: stable/2024.1
73
74- job:
Ghanshyam Mann3c10d682021-06-02 12:27:51 -050075 name: tempest-full-py3
76 parent: devstack-tempest
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080077 # This job version is to use the 'full' tox env which
yatinkarel22022cc2024-11-13 10:20:49 +053078 # is available for unmaintained/victoria to unmaintained/xena also.
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080079 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -070080 - ^.*/victoria
81 - ^.*/wallaby
yatinkarel22022cc2024-11-13 10:20:49 +053082 - ^.*/xena
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080083 description: |
84 Base integration test with Neutron networking, horizon, swift enable,
85 and py3.
86 Former names for this job where:
87 * legacy-tempest-dsvm-py35
88 * gate-tempest-dsvm-py35
89 required-projects:
90 - openstack/horizon
91 vars:
92 tox_envlist: full
yatinkarel22022cc2024-11-13 10:20:49 +053093 tempest_exclude_regex: "\
94 (DHCPAgentSchedulersTestJSON)|\
95 (AttachVolumeMultiAttachTest)|\
96 (UpdateMultiattachVolumeNegativeTest)"
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080097 devstack_localrc:
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080098 FORCE_CONFIG_DRIVE: true
99 ENABLE_VOLUME_MULTIATTACH: true
100 GLANCE_USE_IMPORT_WORKFLOW: True
101 devstack_plugins:
102 neutron: https://opendev.org/openstack/neutron
103 devstack_services:
Rajesh Tailora85bdb42024-04-02 12:01:53 +0530104 # Enable horizon so that we can run horizon test.
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -0800105 horizon: true
106
107- job:
Elod Illes78d24922022-11-22 15:55:42 +0100108 name: tempest-multinode-full-py3
109 parent: tempest-multinode-full
Ghanshyam Mann040070a2024-10-10 21:04:00 -0700110 nodeset: openstack-two-node-jammy
111 # This job runs on Jammy and supposed to run until 2024.2.
112 branches:
113 - ^.*/2023.1
114 - ^.*/2023.2
115 - ^.*/2024.1
116 - ^.*/2024.2
117 vars:
118 devstack_plugins:
119 neutron: https://opendev.org/openstack/neutron
120 devstack_services:
121 neutron-trunk: true
Ghanshyam Mann040070a2024-10-10 21:04:00 -0700122
123- job:
124 name: tempest-multinode-full-py3
125 parent: tempest-multinode-full
Elod Illes78d24922022-11-22 15:55:42 +0100126 nodeset: openstack-two-node-focal
Dr. Jens Harbott59e1cb42024-04-30 17:26:21 +0200127 # This job runs on Focal and supposed to run until unmaintained/zed.
Elod Illes78d24922022-11-22 15:55:42 +0100128 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700129 - ^.*/victoria
130 - ^.*/wallaby
131 - ^.*/xena
132 - ^.*/yoga
133 - ^.*/zed
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500134 vars:
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500135 devstack_plugins:
136 neutron: https://opendev.org/openstack/neutron
137 devstack_services:
138 neutron-trunk: true
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500139
140- job:
141 name: tempest-multinode-full
142 parent: tempest-multinode-full-base
143 nodeset: openstack-two-node-focal
yatinkarel22022cc2024-11-13 10:20:49 +0530144 # This job runs on Focal and on python2. This is for unmaintained/victoria to unmaintained/xena.
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500145 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700146 - ^.*/victoria
147 - ^.*/wallaby
148 - ^.*/xena
yatinkarel22022cc2024-11-13 10:20:49 +0530149 vars:
150 tox_envlist: full
151 tempest_exclude_regex: "\
152 (DHCPAgentSchedulersTestJSON)|\
153 (AttachVolumeMultiAttachTest)|\
154 (UpdateMultiattachVolumeNegativeTest)"
yatinkarel22022cc2024-11-13 10:20:49 +0530155
156- job:
157 name: tempest-multinode-full
158 parent: tempest-multinode-full-base
159 nodeset: openstack-two-node-focal
160 # This job runs on Focal and on python2. This is for unmaintained/yoga to unmaintained/zed.
161 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700162 - ^.*/yoga
163 - ^.*/zed
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500164
165- job:
Ghanshyam Mann180717d2023-07-14 10:50:02 -0500166 name: tempest-slow-py3
167 parent: tempest-slow
168 # This job version is to use the 'slow-serial' tox env for
169 # the stable/ussuri to stable/wallaby testing.
170 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700171 - ^.*/victoria
172 - ^.*/wallaby
Ghanshyam Mann180717d2023-07-14 10:50:02 -0500173 vars:
174 tox_envlist: slow-serial
175
176- job:
Ghanshyam Manne6b70562022-01-21 19:32:42 -0600177 name: tempest-full-py3-opensuse15
178 parent: tempest-full-py3
179 nodeset: devstack-single-node-opensuse-15
180 description: |
181 Base integration test with Neutron networking and py36 running
182 on openSUSE Leap 15.x
183 voting: false
184 # This job is not used after stable/xena and can be
185 # removed once stable/xena is EOL.
186 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700187 - ^.*/victoria
188 - ^.*/wallaby
189 - ^.*/xena