blob: f3e38eedb9e80b116ed72853a5ca9114cf395c6b [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
60 # is available for stable/ussuri to stable/wallaby also.
61 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -070062 - ^.*/victoria
63 - ^.*/wallaby
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080064 description: |
65 Base integration test with Neutron networking, horizon, swift enable,
66 and py3.
67 Former names for this job where:
68 * legacy-tempest-dsvm-py35
69 * gate-tempest-dsvm-py35
70 required-projects:
71 - openstack/horizon
72 vars:
73 tox_envlist: full
74 devstack_localrc:
75 USE_PYTHON3: true
76 FORCE_CONFIG_DRIVE: true
77 ENABLE_VOLUME_MULTIATTACH: true
78 GLANCE_USE_IMPORT_WORKFLOW: True
79 devstack_plugins:
80 neutron: https://opendev.org/openstack/neutron
81 devstack_services:
Rajesh Tailora85bdb42024-04-02 12:01:53 +053082 # Enable horizon so that we can run horizon test.
Ghanshyam Mann11d4fc92023-02-21 13:29:44 -080083 horizon: true
84
85- job:
Elod Illes78d24922022-11-22 15:55:42 +010086 name: tempest-multinode-full-py3
87 parent: tempest-multinode-full
88 nodeset: openstack-two-node-focal
Dr. Jens Harbott59e1cb42024-04-30 17:26:21 +020089 # This job runs on Focal and supposed to run until unmaintained/zed.
Elod Illes78d24922022-11-22 15:55:42 +010090 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -070091 - ^.*/victoria
92 - ^.*/wallaby
93 - ^.*/xena
94 - ^.*/yoga
95 - ^.*/zed
Ghanshyam Mann24a3a362022-10-12 15:50:28 -050096 vars:
97 devstack_localrc:
98 USE_PYTHON3: true
99 devstack_plugins:
100 neutron: https://opendev.org/openstack/neutron
101 devstack_services:
102 neutron-trunk: true
103 group-vars:
104 subnode:
105 devstack_localrc:
106 USE_PYTHON3: true
107
108- job:
109 name: tempest-multinode-full
110 parent: tempest-multinode-full-base
111 nodeset: openstack-two-node-focal
Dr. Jens Harbott59e1cb42024-04-30 17:26:21 +0200112 # This job runs on Focal and on python2. This is for unmaintained/victoria to unmaintained/zed.
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500113 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700114 - ^.*/victoria
115 - ^.*/wallaby
116 - ^.*/xena
117 - ^.*/yoga
118 - ^.*/zed
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500119 vars:
120 devstack_localrc:
121 USE_PYTHON3: False
122 group-vars:
123 subnode:
124 devstack_localrc:
125 USE_PYTHON3: False
126
127- job:
Ghanshyam Mann180717d2023-07-14 10:50:02 -0500128 name: tempest-slow-py3
129 parent: tempest-slow
130 # This job version is to use the 'slow-serial' tox env for
131 # the stable/ussuri to stable/wallaby testing.
132 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700133 - ^.*/victoria
134 - ^.*/wallaby
Ghanshyam Mann180717d2023-07-14 10:50:02 -0500135 vars:
136 tox_envlist: slow-serial
137
138- job:
Ghanshyam Manne6b70562022-01-21 19:32:42 -0600139 name: tempest-full-py3-opensuse15
140 parent: tempest-full-py3
141 nodeset: devstack-single-node-opensuse-15
142 description: |
143 Base integration test with Neutron networking and py36 running
144 on openSUSE Leap 15.x
145 voting: false
146 # This job is not used after stable/xena and can be
147 # removed once stable/xena is EOL.
148 branches:
Ghanshyam Mann1b38bd62024-03-14 21:28:51 -0700149 - ^.*/victoria
150 - ^.*/wallaby
151 - ^.*/xena