blob: f51ec75d1a6e9a573258aeadc2345eaee6984d3f [file] [log] [blame]
Ghanshyam Mann61f57332020-11-25 11:46:20 -06001- project:
2 templates:
3 - check-requirements
4 - integrated-gate-py3
5 - openstack-cover-jobs
Ghanshyam Mann61f57332020-11-25 11:46:20 -06006 - publish-openstack-docs-pti
7 - release-notes-jobs-python3
8 check:
9 jobs:
Ghanshyam Mann1aac05c2021-11-03 15:08:44 -050010 - openstack-tox-pep8
Ghanshyam Mann1aac05c2021-11-03 15:08:44 -050011 - openstack-tox-py39
Ghanshyam Mann78f54392022-03-04 15:27:15 -060012 - openstack-tox-py310
Ghanshyam Mann28336ec2023-08-22 19:02:50 -070013 - openstack-tox-py311
Ghanshyam Mann7f3030c2024-10-01 18:29:10 -070014 - openstack-tox-py312
Ghanshyam Mann6bb98c22023-02-10 18:22:02 -060015 - tempest-full-py3:
Ghanshyam Mann61f57332020-11-25 11:46:20 -060016 # Define list of irrelevant files to use everywhere else
17 irrelevant-files: &tempest-irrelevant-files
18 - ^.*\.rst$
19 - ^doc/.*$
20 - ^etc/.*$
21 - ^releasenotes/.*$
22 - ^setup.cfg$
23 - ^tempest/hacking/.*$
24 - ^tempest/tests/.*$
25 - ^tools/.*$
26 - ^.coveragerc$
27 - ^.gitignore$
28 - ^.gitreview$
29 - ^.mailmap$
Ghanshyam Mann518e4262023-02-10 19:57:36 -060030 - tempest-extra-tests:
31 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -060032 - glance-multistore-cinder-import:
33 voting: false
34 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann9eab9072023-03-15 15:17:07 -050035 # NOTE(gmann): We will be testing the latest and oldest
36 # supported stable branch in Tempest master gate with assuming
37 # if things are working in latest and oldest it will work in between
38 # stable branches also. If anything is breaking we will be catching
39 # those in respective stable branch gate.
Ghanshyam Maand43621c2025-09-22 05:47:21 +000040 - tempest-full-2025-2:
Martin Kopecf1d0e392022-09-28 02:55:42 +020041 irrelevant-files: *tempest-irrelevant-files
Ghanshyamaea1cf92025-06-11 14:20:57 -070042 - tempest-full-2024-1:
Ghanshyam Manneb8bd6a2021-09-24 18:11:46 -050043 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -060044 - tempest-multinode-full-py3:
45 irrelevant-files: *tempest-irrelevant-files
46 - tempest-tox-plugin-sanity-check:
47 irrelevant-files: &tempest-irrelevant-files-2
48 - ^.*\.rst$
49 - ^doc/.*$
50 - ^etc/.*$
51 - ^releasenotes/.*$
52 - ^setup.cfg$
53 - ^tempest/hacking/.*$
54 - ^tempest/tests/.*$
55 - ^.coveragerc$
56 - ^.gitignore$
57 - ^.gitreview$
58 - ^.mailmap$
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -050059 - ^tools/check_logs.py
60 - ^tools/format.sh
61 - ^tools/skip_tracker.py
62 - ^tools/tempest-integrated-gate-compute-exclude-list.txt
63 - ^tools/tempest-integrated-gate-networking-exclude-list.txt
64 - ^tools/tempest-integrated-gate-object-storage-exclude-list.txt
65 - ^tools/tempest-integrated-gate-placement-exclude-list.txt
66 - ^tools/tempest-integrated-gate-storage-blacklist.txt
67 - ^tools/tempest-integrated-gate-storage-exclude-list.txt
Ghanshyam Mann518e4262023-02-10 19:57:36 -060068 - ^tools/tempest-extra-tests-list.txt
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -050069 - ^tools/verify-ipv6-only-deployments.sh
70 - ^tools/with_venv.sh
Ghanshyam Mann61f57332020-11-25 11:46:20 -060071 # tools/ is not here since this relies on a script in tools/.
72 - tempest-ipv6-only:
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -050073 irrelevant-files: &tempest-irrelevant-files-3
74 - ^.*\.rst$
75 - ^doc/.*$
76 - ^etc/.*$
77 - ^releasenotes/.*$
78 - ^setup.cfg$
79 - ^tempest/hacking/.*$
80 - ^tempest/tests/.*$
81 - ^tools/check_logs.py
82 - ^tools/format.sh
83 - ^tools/generate-tempest-plugins-list.py
84 - ^tools/generate-tempest-plugins-list.sh
85 - ^tools/skip_tracker.py
86 - ^tools/tempest-integrated-gate-compute-exclude-list.txt
87 - ^tools/tempest-integrated-gate-networking-exclude-list.txt
88 - ^tools/tempest-integrated-gate-object-storage-exclude-list.txt
89 - ^tools/tempest-integrated-gate-placement-exclude-list.txt
90 - ^tools/tempest-integrated-gate-storage-blacklist.txt
91 - ^tools/tempest-integrated-gate-storage-exclude-list.txt
Ghanshyam Mann518e4262023-02-10 19:57:36 -060092 - ^tools/tempest-extra-tests-list.txt
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -050093 - ^tools/tempest-plugin-sanity.sh
94 - ^tools/with_venv.sh
95 - ^.coveragerc$
96 - ^.gitignore$
97 - ^.gitreview$
98 - ^.mailmap$
Ghanshyam Mann61f57332020-11-25 11:46:20 -060099 - tempest-slow-py3:
100 irrelevant-files: *tempest-irrelevant-files
101 - nova-live-migration:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600102 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann7ab45a92022-11-21 19:14:05 -0600103 - tempest-full-enforce-scope-new-defaults:
104 irrelevant-files: *tempest-irrelevant-files
Sean Mooney91d33be2025-04-01 19:34:15 +0100105 - nova-ceph-multistore:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600106 irrelevant-files: *tempest-irrelevant-files
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000107 - neutron-ovs-grenade-multinode:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600108 irrelevant-files: *tempest-irrelevant-files
109 - grenade:
110 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann07655682024-03-28 11:14:07 -0700111 - grenade-skip-level-always:
Ghanshyam Mann270e4fe2023-09-28 13:29:52 -0700112 irrelevant-files: *tempest-irrelevant-files
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000113 - neutron-ovs-tempest-dvr:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600114 voting: false
115 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600116 - tempest-full-test-account-py3:
117 voting: false
118 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Maan5595b5f2025-09-05 18:48:31 +0000119 - ironic-tempest-bios-ipmi-direct-tinyipa:
120 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600121 - openstack-tox-bashate:
122 irrelevant-files: *tempest-irrelevant-files-2
123 gate:
124 jobs:
Ghanshyam Mann1aac05c2021-11-03 15:08:44 -0500125 - openstack-tox-pep8
Ghanshyam Mann1aac05c2021-11-03 15:08:44 -0500126 - openstack-tox-py39
Ghanshyam Mann78f54392022-03-04 15:27:15 -0600127 - openstack-tox-py310
Ghanshyam Mann28336ec2023-08-22 19:02:50 -0700128 - openstack-tox-py311
Ghanshyam Mann7f3030c2024-10-01 18:29:10 -0700129 - openstack-tox-py312
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600130 - tempest-slow-py3:
131 irrelevant-files: *tempest-irrelevant-files
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000132 - neutron-ovs-grenade-multinode:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600133 irrelevant-files: *tempest-irrelevant-files
134 - tempest-full-py3:
135 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann518e4262023-02-10 19:57:36 -0600136 - tempest-extra-tests:
137 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600138 - grenade:
139 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann07655682024-03-28 11:14:07 -0700140 - grenade-skip-level-always:
Ghanshyam Mann270e4fe2023-09-28 13:29:52 -0700141 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600142 - tempest-ipv6-only:
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -0500143 irrelevant-files: *tempest-irrelevant-files-3
Ghanshyam61194b72023-02-11 00:28:25 +0000144 - tempest-multinode-full-py3:
145 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann7ab45a92022-11-21 19:14:05 -0600146 - tempest-full-enforce-scope-new-defaults:
147 irrelevant-files: *tempest-irrelevant-files
Sean Mooney91d33be2025-04-01 19:34:15 +0100148 - nova-ceph-multistore:
149 irrelevant-files: *tempest-irrelevant-files
Balazs Gibizer5bab06a2022-06-17 13:58:47 +0200150 - nova-live-migration:
151 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Maan5595b5f2025-09-05 18:48:31 +0000152 - ironic-tempest-bios-ipmi-direct-tinyipa:
153 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600154 experimental:
155 jobs:
ghanshyam mann9a9d5882022-08-31 20:44:00 +0530156 - nova-multi-cell
Ghanshyam Mannba28d782021-09-03 10:21:54 -0500157 - tempest-with-latest-microversion
Ghanshyam268017f2025-05-14 11:41:07 -0700158 - tempest-full-oslo-master
Ghanshyam Mann83d13e52020-12-29 13:13:40 -0600159 - tempest-stestr-master
Ghanshyam3f824862025-05-14 12:54:20 -0700160 - tempest-full-rocky
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600161 - tempest-cinder-v2-api:
162 irrelevant-files: *tempest-irrelevant-files
163 - tempest-all:
164 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann2c912412023-07-27 17:17:52 -0700165 - tempest-all-rbac-old-defaults
Ghanshyam Mann1062a8d2023-02-18 14:25:07 -0800166 - tempest-full-parallel
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000167 - neutron-ovs-tempest-dvr-ha-multinode-full:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600168 irrelevant-files: *tempest-irrelevant-files
169 - nova-tempest-v2-api:
170 irrelevant-files: *tempest-irrelevant-files
171 - cinder-tempest-lvm-multibackend:
172 irrelevant-files: *tempest-irrelevant-files
173 - tempest-pg-full:
174 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600175 - tempest-full-py3-ipv6:
176 irrelevant-files: *tempest-irrelevant-files
177 - tempest-full-centos-9-stream:
178 irrelevant-files: *tempest-irrelevant-files
Ade Lee0687b9c2022-03-02 16:24:50 -0500179 - tempest-centos9-stream-fips:
Ade Lee6ded0702021-09-04 15:56:34 -0400180 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600181 - tempest-full-test-account-no-admin-py3:
182 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mannde95a362025-07-03 14:27:55 -0700183 # Run stable releases jobs except those are running in check
184 # pipeline already
Ghanshyam Maand43621c2025-09-22 05:47:21 +0000185 - tempest-full-2025-1
Ghanshyam Mannde95a362025-07-03 14:27:55 -0700186 - tempest-full-2024-2
Ghanshyam Maand43621c2025-09-22 05:47:21 +0000187 - tempest-multinode-2025-2
Ghanshyam Mannde95a362025-07-03 14:27:55 -0700188 - tempest-multinode-2025-1
189 - tempest-multinode-2024-2
190 - tempest-multinode-2024-1
Ghanshyam Maand43621c2025-09-22 05:47:21 +0000191 - tempest-slow-2025-2
Ghanshyam Mannde95a362025-07-03 14:27:55 -0700192 - tempest-slow-2025-1
193 - tempest-slow-2024-2
194 - tempest-slow-2024-1
Ghanshyam Maand43621c2025-09-22 05:47:21 +0000195 - tempest-full-2025-2-extra-tests
Ghanshyam Mannde95a362025-07-03 14:27:55 -0700196 - tempest-full-2025-1-extra-tests
197 - tempest-full-2024-2-extra-tests
198 - tempest-full-2024-1-extra-tests
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600199 periodic-stable:
200 jobs:
Ghanshyam Maand43621c2025-09-22 05:47:21 +0000201 - tempest-full-2025-2
Ghanshyam Mannf4a86982025-03-20 12:28:33 -0700202 - tempest-full-2025-1
Ghanshyam Mann14d7f232024-09-25 12:43:53 -0700203 - tempest-full-2024-2
Ghanshyam Mann61bb9c62024-03-28 14:55:37 -0700204 - tempest-full-2024-1
Ghanshyam Maand43621c2025-09-22 05:47:21 +0000205 - tempest-multinode-2025-2
Ghanshyam Mannde95a362025-07-03 14:27:55 -0700206 - tempest-multinode-2025-1
207 - tempest-multinode-2024-2
208 - tempest-multinode-2024-1
Ghanshyam Maand43621c2025-09-22 05:47:21 +0000209 - tempest-slow-2025-2
Ghanshyam Mannf4a86982025-03-20 12:28:33 -0700210 - tempest-slow-2025-1
Ghanshyam Mann14d7f232024-09-25 12:43:53 -0700211 - tempest-slow-2024-2
Ghanshyam Mann61bb9c62024-03-28 14:55:37 -0700212 - tempest-slow-2024-1
Ghanshyam Maand43621c2025-09-22 05:47:21 +0000213 - tempest-full-2025-2-extra-tests
Ghanshyam Mannf4a86982025-03-20 12:28:33 -0700214 - tempest-full-2025-1-extra-tests
Ghanshyam Mann14d7f232024-09-25 12:43:53 -0700215 - tempest-full-2024-2-extra-tests
Ghanshyam Mann61bb9c62024-03-28 14:55:37 -0700216 - tempest-full-2024-1-extra-tests
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600217 periodic:
218 jobs:
219 - tempest-all
Ghanshyam Mann2c912412023-07-27 17:17:52 -0700220 - tempest-all-rbac-old-defaults
Ghanshyam Mann6bb98c22023-02-10 18:22:02 -0600221 - tempest-full-parallel
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600222 - tempest-full-oslo-master
Ghanshyam Mann83d13e52020-12-29 13:13:40 -0600223 - tempest-stestr-master
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600224 - tempest-full-py3-ipv6
Ade Lee0687b9c2022-03-02 16:24:50 -0500225 - tempest-centos9-stream-fips
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600226 - tempest-full-centos-9-stream
Ghanshyam3f824862025-05-14 12:54:20 -0700227 - tempest-full-rocky
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600228 - tempest-full-test-account-no-admin-py3