blob: 9d2ec8846db24b642d6a4e005b7c5aa17ed7bb0d [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 Mann61f57332020-11-25 11:46:20 -060014 - tempest-full-parallel:
15 # 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$
29 - tempest-full-py3:
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
Martin Kopecf1d0e392022-09-28 02:55:42 +020036 - tempest-full-zed:
37 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Manneb8bd6a2021-09-24 18:11:46 -050038 - tempest-full-xena:
39 irrelevant-files: *tempest-irrelevant-files
Martin Kopec517563f2023-02-09 09:39:44 +010040 # Temporarily marked as n-v due to the below bug which blocks
41 # the CI and complicates merging of patches.
42 # https://bugs.launchpad.net/tempest/+bug/1998916
Ghanshyam Mann61f57332020-11-25 11:46:20 -060043 - tempest-multinode-full-py3:
Martin Kopec517563f2023-02-09 09:39:44 +010044 voting: false
Ghanshyam Mann61f57332020-11-25 11:46:20 -060045 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
68 - ^tools/verify-ipv6-only-deployments.sh
69 - ^tools/with_venv.sh
Ghanshyam Mann61f57332020-11-25 11:46:20 -060070 # tools/ is not here since this relies on a script in tools/.
71 - tempest-ipv6-only:
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -050072 irrelevant-files: &tempest-irrelevant-files-3
73 - ^.*\.rst$
74 - ^doc/.*$
75 - ^etc/.*$
76 - ^releasenotes/.*$
77 - ^setup.cfg$
78 - ^tempest/hacking/.*$
79 - ^tempest/tests/.*$
80 - ^tools/check_logs.py
81 - ^tools/format.sh
82 - ^tools/generate-tempest-plugins-list.py
83 - ^tools/generate-tempest-plugins-list.sh
84 - ^tools/skip_tracker.py
85 - ^tools/tempest-integrated-gate-compute-exclude-list.txt
86 - ^tools/tempest-integrated-gate-networking-exclude-list.txt
87 - ^tools/tempest-integrated-gate-object-storage-exclude-list.txt
88 - ^tools/tempest-integrated-gate-placement-exclude-list.txt
89 - ^tools/tempest-integrated-gate-storage-blacklist.txt
90 - ^tools/tempest-integrated-gate-storage-exclude-list.txt
91 - ^tools/tempest-plugin-sanity.sh
92 - ^tools/with_venv.sh
93 - ^.coveragerc$
94 - ^.gitignore$
95 - ^.gitreview$
96 - ^.mailmap$
Ghanshyam Mann61f57332020-11-25 11:46:20 -060097 - tempest-slow-py3:
98 irrelevant-files: *tempest-irrelevant-files
99 - nova-live-migration:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600100 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann7ab45a92022-11-21 19:14:05 -0600101 - tempest-full-enforce-scope-new-defaults:
102 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600103 - devstack-plugin-ceph-tempest-py3:
Ghanshyam Mannb1ea4322022-05-20 20:09:01 -0500104 # TODO(kopecmartin): make it voting once the below bug is fixed
105 # https://bugs.launchpad.net/devstack-plugin-ceph/+bug/1975648
106 voting: false
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600107 irrelevant-files: *tempest-irrelevant-files
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000108 - neutron-ovs-grenade-multinode:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600109 irrelevant-files: *tempest-irrelevant-files
110 - grenade:
111 irrelevant-files: *tempest-irrelevant-files
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000112 - neutron-ovs-tempest-dvr:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600113 voting: false
114 irrelevant-files: *tempest-irrelevant-files
115 - interop-tempest-consistency:
116 irrelevant-files: *tempest-irrelevant-files
117 - tempest-full-test-account-py3:
118 voting: false
119 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600120 - openstack-tox-bashate:
121 irrelevant-files: *tempest-irrelevant-files-2
122 gate:
123 jobs:
Ghanshyam Mann1aac05c2021-11-03 15:08:44 -0500124 - openstack-tox-pep8
Ghanshyam Mann1aac05c2021-11-03 15:08:44 -0500125 - openstack-tox-py38
126 - openstack-tox-py39
Ghanshyam Mann78f54392022-03-04 15:27:15 -0600127 - openstack-tox-py310
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600128 - tempest-slow-py3:
129 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500130 - tempest-full-ubuntu-focal:
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
136 - grenade:
137 irrelevant-files: *tempest-irrelevant-files
138 - tempest-ipv6-only:
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -0500139 irrelevant-files: *tempest-irrelevant-files-3
Martin Kopec517563f2023-02-09 09:39:44 +0100140 # https://bugs.launchpad.net/tempest/+bug/1998916
141 #- tempest-multinode-full-py3:
142 # irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann7ab45a92022-11-21 19:14:05 -0600143 - tempest-full-enforce-scope-new-defaults:
144 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mannb1ea4322022-05-20 20:09:01 -0500145 #- devstack-plugin-ceph-tempest-py3:
146 # irrelevant-files: *tempest-irrelevant-files
Balazs Gibizer5bab06a2022-06-17 13:58:47 +0200147 - nova-live-migration:
148 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600149 experimental:
150 jobs:
ghanshyam mann9a9d5882022-08-31 20:44:00 +0530151 - nova-multi-cell
Ghanshyam Mannba28d782021-09-03 10:21:54 -0500152 - tempest-with-latest-microversion
Ghanshyam Mann83d13e52020-12-29 13:13:40 -0600153 - tempest-stestr-master
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600154 - tempest-cinder-v2-api:
155 irrelevant-files: *tempest-irrelevant-files
156 - tempest-all:
157 irrelevant-files: *tempest-irrelevant-files
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000158 - neutron-ovs-tempest-dvr-ha-multinode-full:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600159 irrelevant-files: *tempest-irrelevant-files
160 - nova-tempest-v2-api:
161 irrelevant-files: *tempest-irrelevant-files
162 - cinder-tempest-lvm-multibackend:
163 irrelevant-files: *tempest-irrelevant-files
164 - tempest-pg-full:
165 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600166 - tempest-full-py3-ipv6:
167 irrelevant-files: *tempest-irrelevant-files
168 - tempest-full-centos-9-stream:
169 irrelevant-files: *tempest-irrelevant-files
Ade Lee0687b9c2022-03-02 16:24:50 -0500170 - tempest-centos9-stream-fips:
Ade Lee6ded0702021-09-04 15:56:34 -0400171 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600172 - tempest-full-test-account-no-admin-py3:
173 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600174 periodic-stable:
175 jobs:
Martin Kopecf1d0e392022-09-28 02:55:42 +0200176 - tempest-full-zed
Martin Kopece74b7e22022-03-25 14:38:57 +0100177 - tempest-full-yoga
Ghanshyam Manneb8bd6a2021-09-24 18:11:46 -0500178 - tempest-full-xena
Martin Kopecf1d0e392022-09-28 02:55:42 +0200179 - tempest-slow-zed
Ghanshyam Manne0c0fbe2022-05-03 17:35:54 -0500180 - tempest-slow-yoga
181 - tempest-slow-xena
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600182 periodic:
183 jobs:
184 - tempest-all
185 - tempest-full-oslo-master
Ghanshyam Mann83d13e52020-12-29 13:13:40 -0600186 - tempest-stestr-master
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600187 - tempest-full-py3-ipv6
Ade Lee0687b9c2022-03-02 16:24:50 -0500188 - tempest-centos9-stream-fips
Ghanshyam Manna9bad002023-02-08 14:13:48 -0600189 - tempest-full-centos-9-stream
190 - tempest-full-test-account-no-admin-py3