blob: ad5c6e0f1d7e0699ea12d713b276120eaa3e193d [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 Mannf4a86982025-03-20 12:28:33 -070039 name: tempest-slow-2025-1
40 parent: tempest-slow-py3
41 nodeset: openstack-two-node-noble
42 override-checkout: stable/2025.1
43
44- job:
Ghanshyam Mann14d7f232024-09-25 12:43:53 -070045 name: tempest-slow-2024-2
46 parent: tempest-slow-py3
47 nodeset: openstack-two-node-jammy
48 override-checkout: stable/2024.2
49
50- job:
Ghanshyam Mann61bb9c62024-03-28 14:55:37 -070051 name: tempest-slow-2024-1
52 parent: tempest-slow-py3
53 nodeset: openstack-two-node-jammy
54 override-checkout: stable/2024.1
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:
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080080 FORCE_CONFIG_DRIVE: true
81 ENABLE_VOLUME_MULTIATTACH: true
82 GLANCE_USE_IMPORT_WORKFLOW: True
83 devstack_plugins:
84 neutron: https://opendev.org/openstack/neutron
85 devstack_services:
Rajesh Tailora85bdb42024-04-02 12:01:53 +053086 # Enable horizon so that we can run horizon test.
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080087 horizon: true
88
89- job:
Elod Illes78d24922022-11-22 15:55:42 +010090 name: tempest-multinode-full-py3
91 parent: tempest-multinode-full
Ghanshyam Mann040070a2024-10-10 21:04:00 -070092 nodeset: openstack-two-node-jammy
93 # This job runs on Jammy and supposed to run until 2024.2.
94 branches:
95 - ^.*/2023.1
96 - ^.*/2023.2
97 - ^.*/2024.1
98 - ^.*/2024.2
99 vars:
100 devstack_plugins:
101 neutron: https://opendev.org/openstack/neutron
102 devstack_services:
103 neutron-trunk: true
Ghanshyam Mann040070a2024-10-10 21:04:00 -0700104
105- job:
106 name: tempest-multinode-full-py3
107 parent: tempest-multinode-full
Elod Illes78d24922022-11-22 15:55:42 +0100108 nodeset: openstack-two-node-focal
Dr. Jens Harbott59e1cb42024-04-30 17:26:21 +0200109 # This job runs on Focal and supposed to run until unmaintained/zed.
Elod Illes78d24922022-11-22 15:55:42 +0100110 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700111 - ^.*/victoria
112 - ^.*/wallaby
113 - ^.*/xena
114 - ^.*/yoga
115 - ^.*/zed
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500116 vars:
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500117 devstack_plugins:
118 neutron: https://opendev.org/openstack/neutron
119 devstack_services:
120 neutron-trunk: true
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500121
122- job:
123 name: tempest-multinode-full
124 parent: tempest-multinode-full-base
125 nodeset: openstack-two-node-focal
yatinkarel22022cc2024-11-13 10:20:49 +0530126 # This job runs on Focal and on python2. This is for unmaintained/victoria to unmaintained/xena.
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500127 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700128 - ^.*/victoria
129 - ^.*/wallaby
130 - ^.*/xena
yatinkarel22022cc2024-11-13 10:20:49 +0530131 vars:
132 tox_envlist: full
133 tempest_exclude_regex: "\
134 (DHCPAgentSchedulersTestJSON)|\
135 (AttachVolumeMultiAttachTest)|\
136 (UpdateMultiattachVolumeNegativeTest)"
yatinkarel22022cc2024-11-13 10:20:49 +0530137
138- job:
139 name: tempest-multinode-full
140 parent: tempest-multinode-full-base
141 nodeset: openstack-two-node-focal
142 # This job runs on Focal and on python2. This is for unmaintained/yoga to unmaintained/zed.
143 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700144 - ^.*/yoga
145 - ^.*/zed
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500146
147- job:
Ghanshyam Mann180717d2023-07-14 10:50:02 -0500148 name: tempest-slow-py3
149 parent: tempest-slow
150 # This job version is to use the 'slow-serial' tox env for
151 # the stable/ussuri to stable/wallaby testing.
152 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700153 - ^.*/victoria
154 - ^.*/wallaby
Ghanshyam Mann180717d2023-07-14 10:50:02 -0500155 vars:
156 tox_envlist: slow-serial
157
158- job:
Ghanshyam Manne6b70562022-01-21 19:32:42 -0600159 name: tempest-full-py3-opensuse15
160 parent: tempest-full-py3
161 nodeset: devstack-single-node-opensuse-15
162 description: |
163 Base integration test with Neutron networking and py36 running
164 on openSUSE Leap 15.x
165 voting: false
166 # This job is not used after stable/xena and can be
167 # removed once stable/xena is EOL.
168 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700169 - ^.*/victoria
170 - ^.*/wallaby
171 - ^.*/xena