blob: e39c9e30abb15db8b8232453a76fb0c78e1d7379 [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-py38
12 - openstack-tox-py39
Ghanshyam Mann78f54392022-03-04 15:27:15 -060013 - openstack-tox-py310
Ghanshyam Mann6bb98c22023-02-10 18:22:02 -060014 - tempest-full-py3:
Ghanshyam Mann61f57332020-11-25 11:46:20 -060015 # Define list of irrelevant files to use everywhere else
16 irrelevant-files: &tempest-irrelevant-files
17 - ^.*\.rst$
18 - ^doc/.*$
19 - ^etc/.*$
20 - ^releasenotes/.*$
21 - ^setup.cfg$
22 - ^tempest/hacking/.*$
23 - ^tempest/tests/.*$
24 - ^tools/.*$
25 - ^.coveragerc$
26 - ^.gitignore$
27 - ^.gitreview$
28 - ^.mailmap$
Ghanshyam Mann518e4262023-02-10 19:57:36 -060029 - tempest-extra-tests:
30 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann24a3a362022-10-12 15:50:28 -050031 - tempest-full-ubuntu-focal:
32 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -060033 - glance-multistore-cinder-import:
34 voting: false
35 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann9eab9072023-03-15 15:17:07 -050036 # NOTE(gmann): We will be testing the latest and oldest
37 # supported stable branch in Tempest master gate with assuming
38 # if things are working in latest and oldest it will work in between
39 # stable branches also. If anything is breaking we will be catching
40 # those in respective stable branch gate.
41 - tempest-full-2023-1:
Martin Kopecf1d0e392022-09-28 02:55:42 +020042 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Manneb8bd6a2021-09-24 18:11:46 -050043 - tempest-full-xena:
44 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -060045 - tempest-multinode-full-py3:
46 irrelevant-files: *tempest-irrelevant-files
47 - tempest-tox-plugin-sanity-check:
48 irrelevant-files: &tempest-irrelevant-files-2
49 - ^.*\.rst$
50 - ^doc/.*$
51 - ^etc/.*$
52 - ^releasenotes/.*$
53 - ^setup.cfg$
54 - ^tempest/hacking/.*$
55 - ^tempest/tests/.*$
56 - ^.coveragerc$
57 - ^.gitignore$
58 - ^.gitreview$
59 - ^.mailmap$
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -050060 - ^tools/check_logs.py
61 - ^tools/format.sh
62 - ^tools/skip_tracker.py
63 - ^tools/tempest-integrated-gate-compute-exclude-list.txt
64 - ^tools/tempest-integrated-gate-networking-exclude-list.txt
65 - ^tools/tempest-integrated-gate-object-storage-exclude-list.txt
66 - ^tools/tempest-integrated-gate-placement-exclude-list.txt
67 - ^tools/tempest-integrated-gate-storage-blacklist.txt
68 - ^tools/tempest-integrated-gate-storage-exclude-list.txt
Ghanshyam Mann518e4262023-02-10 19:57:36 -060069 - ^tools/tempest-extra-tests-list.txt
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -050070 - ^tools/verify-ipv6-only-deployments.sh
71 - ^tools/with_venv.sh
Ghanshyam Mann61f57332020-11-25 11:46:20 -060072 # tools/ is not here since this relies on a script in tools/.
73 - tempest-ipv6-only:
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -050074 irrelevant-files: &tempest-irrelevant-files-3
75 - ^.*\.rst$
76 - ^doc/.*$
77 - ^etc/.*$
78 - ^releasenotes/.*$
79 - ^setup.cfg$
80 - ^tempest/hacking/.*$
81 - ^tempest/tests/.*$
82 - ^tools/check_logs.py
83 - ^tools/format.sh
84 - ^tools/generate-tempest-plugins-list.py
85 - ^tools/generate-tempest-plugins-list.sh
86 - ^tools/skip_tracker.py
87 - ^tools/tempest-integrated-gate-compute-exclude-list.txt
88 - ^tools/tempest-integrated-gate-networking-exclude-list.txt
89 - ^tools/tempest-integrated-gate-object-storage-exclude-list.txt
90 - ^tools/tempest-integrated-gate-placement-exclude-list.txt
91 - ^tools/tempest-integrated-gate-storage-blacklist.txt
92 - ^tools/tempest-integrated-gate-storage-exclude-list.txt
Ghanshyam Mann518e4262023-02-10 19:57:36 -060093 - ^tools/tempest-extra-tests-list.txt
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -050094 - ^tools/tempest-plugin-sanity.sh
95 - ^tools/with_venv.sh
96 - ^.coveragerc$
97 - ^.gitignore$
98 - ^.gitreview$
99 - ^.mailmap$
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600100 - tempest-slow-py3:
101 irrelevant-files: *tempest-irrelevant-files
102 - nova-live-migration:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600103 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann7ab45a92022-11-21 19:14:05 -0600104 - tempest-full-enforce-scope-new-defaults:
105 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600106 - devstack-plugin-ceph-tempest-py3:
Ghanshyam Mannb1ea4322022-05-20 20:09:01 -0500107 # TODO(kopecmartin): make it voting once the below bug is fixed
108 # https://bugs.launchpad.net/devstack-plugin-ceph/+bug/1975648
109 voting: false
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600110 irrelevant-files: *tempest-irrelevant-files
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000111 - neutron-ovs-grenade-multinode:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600112 irrelevant-files: *tempest-irrelevant-files
113 - grenade:
114 irrelevant-files: *tempest-irrelevant-files
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000115 - neutron-ovs-tempest-dvr:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600116 voting: false
117 irrelevant-files: *tempest-irrelevant-files
118 - interop-tempest-consistency:
119 irrelevant-files: *tempest-irrelevant-files
120 - tempest-full-test-account-py3:
121 voting: false
122 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600123 - openstack-tox-bashate:
124 irrelevant-files: *tempest-irrelevant-files-2
125 gate:
126 jobs:
Ghanshyam Mann1aac05c2021-11-03 15:08:44 -0500127 - openstack-tox-pep8
Ghanshyam Mann1aac05c2021-11-03 15:08:44 -0500128 - openstack-tox-py38
129 - openstack-tox-py39
Ghanshyam Mann78f54392022-03-04 15:27:15 -0600130 - openstack-tox-py310
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600131 - tempest-slow-py3:
132 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500133 - tempest-full-ubuntu-focal:
134 irrelevant-files: *tempest-irrelevant-files
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000135 - neutron-ovs-grenade-multinode:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600136 irrelevant-files: *tempest-irrelevant-files
137 - tempest-full-py3:
138 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann518e4262023-02-10 19:57:36 -0600139 - tempest-extra-tests:
140 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600141 - grenade:
142 irrelevant-files: *tempest-irrelevant-files
143 - tempest-ipv6-only:
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -0500144 irrelevant-files: *tempest-irrelevant-files-3
Ghanshyam61194b72023-02-11 00:28:25 +0000145 - tempest-multinode-full-py3:
146 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann7ab45a92022-11-21 19:14:05 -0600147 - tempest-full-enforce-scope-new-defaults:
148 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mannb1ea4322022-05-20 20:09:01 -0500149 #- devstack-plugin-ceph-tempest-py3:
150 # irrelevant-files: *tempest-irrelevant-files
Balazs Gibizer5bab06a2022-06-17 13:58:47 +0200151 - nova-live-migration:
152 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600153 experimental:
154 jobs:
ghanshyam mann9a9d5882022-08-31 20:44:00 +0530155 - nova-multi-cell
Dan Smith1ae54e32023-02-09 08:25:17 -0800156 - nova-ceph-multistore:
157 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mannba28d782021-09-03 10:21:54 -0500158 - tempest-with-latest-microversion
Ghanshyam Mann83d13e52020-12-29 13:13:40 -0600159 - tempest-stestr-master
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600160 - tempest-cinder-v2-api:
161 irrelevant-files: *tempest-irrelevant-files
162 - tempest-all:
163 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann1062a8d2023-02-18 14:25:07 -0800164 - tempest-slow-parallel
165 - tempest-full-parallel
166 - tempest-full-zed-extra-tests
167 - tempest-full-yoga-extra-tests
168 - tempest-full-xena-extra-tests
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000169 - neutron-ovs-tempest-dvr-ha-multinode-full:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600170 irrelevant-files: *tempest-irrelevant-files
171 - nova-tempest-v2-api:
172 irrelevant-files: *tempest-irrelevant-files
173 - cinder-tempest-lvm-multibackend:
174 irrelevant-files: *tempest-irrelevant-files
175 - tempest-pg-full:
176 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600177 - tempest-full-py3-ipv6:
178 irrelevant-files: *tempest-irrelevant-files
179 - tempest-full-centos-9-stream:
180 irrelevant-files: *tempest-irrelevant-files
Ade Lee0687b9c2022-03-02 16:24:50 -0500181 - tempest-centos9-stream-fips:
Ade Lee6ded0702021-09-04 15:56:34 -0400182 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600183 - tempest-full-test-account-no-admin-py3:
184 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600185 periodic-stable:
186 jobs:
Ghanshyam Mann9eab9072023-03-15 15:17:07 -0500187 - tempest-full-2023-1
Martin Kopecf1d0e392022-09-28 02:55:42 +0200188 - tempest-full-zed
Martin Kopece74b7e22022-03-25 14:38:57 +0100189 - tempest-full-yoga
Ghanshyam Manneb8bd6a2021-09-24 18:11:46 -0500190 - tempest-full-xena
Ghanshyam Mann9eab9072023-03-15 15:17:07 -0500191 - tempest-slow-2023-1
Martin Kopecf1d0e392022-09-28 02:55:42 +0200192 - tempest-slow-zed
Ghanshyam Manne0c0fbe2022-05-03 17:35:54 -0500193 - tempest-slow-yoga
194 - tempest-slow-xena
Ghanshyam Mann9eab9072023-03-15 15:17:07 -0500195 - tempest-full-2023-1-extra-tests
Ghanshyam Mann518e4262023-02-10 19:57:36 -0600196 - tempest-full-zed-extra-tests
197 - tempest-full-yoga-extra-tests
198 - tempest-full-xena-extra-tests
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600199 periodic:
200 jobs:
201 - tempest-all
Ghanshyam Mann6bb98c22023-02-10 18:22:02 -0600202 - tempest-slow-parallel
203 - tempest-full-parallel
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600204 - tempest-full-oslo-master
Ghanshyam Mann83d13e52020-12-29 13:13:40 -0600205 - tempest-stestr-master
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600206 - tempest-full-py3-ipv6
Ade Lee0687b9c2022-03-02 16:24:50 -0500207 - tempest-centos9-stream-fips
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600208 - tempest-full-centos-9-stream
209 - tempest-full-test-account-no-admin-py3