blob: 3497cd89ca8f0d86b16e64551aac457966e87fc4 [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 - tempest-full-py3-ipv6:
34 voting: false
35 irrelevant-files: *tempest-irrelevant-files
36 - glance-multistore-cinder-import:
37 voting: false
38 irrelevant-files: *tempest-irrelevant-files
Martin Kopecf1d0e392022-09-28 02:55:42 +020039 - tempest-full-zed:
40 irrelevant-files: *tempest-irrelevant-files
Martin Kopece74b7e22022-03-25 14:38:57 +010041 - tempest-full-yoga:
42 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
69 - ^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
92 - ^tools/tempest-plugin-sanity.sh
93 - ^tools/with_venv.sh
94 - ^.coveragerc$
95 - ^.gitignore$
96 - ^.gitreview$
97 - ^.mailmap$
Ghanshyam Mann61f57332020-11-25 11:46:20 -060098 - tempest-slow-py3:
99 irrelevant-files: *tempest-irrelevant-files
100 - nova-live-migration:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600101 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann7ab45a92022-11-21 19:14:05 -0600102 - tempest-full-enforce-scope-new-defaults:
103 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600104 - devstack-plugin-ceph-tempest-py3:
Ghanshyam Mannb1ea4322022-05-20 20:09:01 -0500105 # TODO(kopecmartin): make it voting once the below bug is fixed
106 # https://bugs.launchpad.net/devstack-plugin-ceph/+bug/1975648
107 voting: false
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600108 irrelevant-files: *tempest-irrelevant-files
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000109 - neutron-ovs-grenade-multinode:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600110 irrelevant-files: *tempest-irrelevant-files
111 - grenade:
112 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
116 - interop-tempest-consistency:
117 irrelevant-files: *tempest-irrelevant-files
118 - tempest-full-test-account-py3:
119 voting: false
120 irrelevant-files: *tempest-irrelevant-files
121 - tempest-full-test-account-no-admin-py3:
122 voting: false
123 irrelevant-files: *tempest-irrelevant-files
124 - openstack-tox-bashate:
125 irrelevant-files: *tempest-irrelevant-files-2
Ghanshyam Mann952fe9c2022-03-02 14:43:34 -0600126 - tempest-full-centos-9-stream:
Ghanshyam Mannb1ea4322022-05-20 20:09:01 -0500127 # TODO(gmann): make it voting once below fix is merged
128 # https://review.opendev.org/c/openstack/tempest/+/842140
129 voting: false
Ghanshyam Mann952fe9c2022-03-02 14:43:34 -0600130 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600131 gate:
132 jobs:
Ghanshyam Mann1aac05c2021-11-03 15:08:44 -0500133 - openstack-tox-pep8
Ghanshyam Mann1aac05c2021-11-03 15:08:44 -0500134 - openstack-tox-py38
135 - openstack-tox-py39
Ghanshyam Mann78f54392022-03-04 15:27:15 -0600136 - openstack-tox-py310
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600137 - tempest-slow-py3:
138 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann24a3a362022-10-12 15:50:28 -0500139 - tempest-full-ubuntu-focal:
140 irrelevant-files: *tempest-irrelevant-files
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000141 - neutron-ovs-grenade-multinode:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600142 irrelevant-files: *tempest-irrelevant-files
143 - tempest-full-py3:
144 irrelevant-files: *tempest-irrelevant-files
145 - grenade:
146 irrelevant-files: *tempest-irrelevant-files
147 - tempest-ipv6-only:
Ghanshyam Mannacf37cf2021-08-27 12:08:12 -0500148 irrelevant-files: *tempest-irrelevant-files-3
ghanshyam mann3e1d5df2022-08-31 21:05:29 +0530149 - tempest-multinode-full-py3:
150 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann7ab45a92022-11-21 19:14:05 -0600151 - tempest-full-enforce-scope-new-defaults:
152 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mannb1ea4322022-05-20 20:09:01 -0500153 #- devstack-plugin-ceph-tempest-py3:
154 # irrelevant-files: *tempest-irrelevant-files
155 #- tempest-full-centos-9-stream:
156 # irrelevant-files: *tempest-irrelevant-files
Balazs Gibizer5bab06a2022-06-17 13:58:47 +0200157 - nova-live-migration:
158 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600159 experimental:
160 jobs:
ghanshyam mann9a9d5882022-08-31 20:44:00 +0530161 - nova-multi-cell
Dan Smith1ae54e32023-02-09 08:25:17 -0800162 - nova-ceph-multistore:
163 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mannba28d782021-09-03 10:21:54 -0500164 - tempest-with-latest-microversion
Ghanshyam Mann83d13e52020-12-29 13:13:40 -0600165 - tempest-stestr-master
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600166 - tempest-cinder-v2-api:
167 irrelevant-files: *tempest-irrelevant-files
168 - tempest-all:
169 irrelevant-files: *tempest-irrelevant-files
Rodolfo Alonso Hernandez354c57d2021-07-09 10:03:24 +0000170 - neutron-ovs-tempest-dvr-ha-multinode-full:
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600171 irrelevant-files: *tempest-irrelevant-files
172 - nova-tempest-v2-api:
173 irrelevant-files: *tempest-irrelevant-files
174 - cinder-tempest-lvm-multibackend:
175 irrelevant-files: *tempest-irrelevant-files
176 - tempest-pg-full:
177 irrelevant-files: *tempest-irrelevant-files
Ade Lee0687b9c2022-03-02 16:24:50 -0500178 - tempest-centos9-stream-fips:
Ade Lee6ded0702021-09-04 15:56:34 -0400179 irrelevant-files: *tempest-irrelevant-files
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600180 periodic-stable:
181 jobs:
Martin Kopecf1d0e392022-09-28 02:55:42 +0200182 - tempest-full-zed
Martin Kopece74b7e22022-03-25 14:38:57 +0100183 - tempest-full-yoga
Ghanshyam Manneb8bd6a2021-09-24 18:11:46 -0500184 - tempest-full-xena
Martin Kopecf1d0e392022-09-28 02:55:42 +0200185 - tempest-slow-zed
Ghanshyam Manne0c0fbe2022-05-03 17:35:54 -0500186 - tempest-slow-yoga
187 - tempest-slow-xena
Ghanshyam Mann61f57332020-11-25 11:46:20 -0600188 periodic:
189 jobs:
190 - tempest-all
191 - tempest-full-oslo-master
Ghanshyam Mann83d13e52020-12-29 13:13:40 -0600192 - tempest-stestr-master
Ade Lee0687b9c2022-03-02 16:24:50 -0500193 - tempest-centos9-stream-fips