Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 1 | # NOTE(gmann): This file includes all integrated jobs definition which |
| 2 | # are supposed to be run by Tempest and other projects as |
| 3 | # integrated testing. |
| 4 | - job: |
| 5 | name: tempest-all |
| 6 | parent: devstack-tempest |
| 7 | description: | |
| 8 | Integration test that runs all tests. |
| 9 | Former name for this job was: |
| 10 | * legacy-periodic-tempest-dsvm-all-master |
Martin Kopec | 86ee115 | 2024-01-31 18:19:52 +0100 | [diff] [blame] | 11 | timeout: 10800 |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 12 | vars: |
| 13 | tox_envlist: all |
| 14 | tempest_test_regex: tempest |
Dan Smith | d869e3a | 2023-02-13 14:14:52 -0800 | [diff] [blame] | 15 | devstack_localrc: |
| 16 | MYSQL_REDUCE_MEMORY: true |
| 17 | # TODO(gmann): Enable File injection tests once nova bug is fixed |
| 18 | # https://bugs.launchpad.net/nova/+bug/1882421 |
| 19 | # ENABLE_FILE_INJECTION: true |
Martin Kopec | 1a9c40d | 2024-05-09 13:30:43 +0200 | [diff] [blame] | 20 | run_tempest_cleanup: true |
| 21 | run_tempest_cleanup_resource_list: true |
| 22 | devstack_local_conf: |
| 23 | test-config: |
| 24 | $TEMPEST_CONFIG: |
| 25 | DEFAULT: |
| 26 | record_resources: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 27 | |
| 28 | - job: |
| 29 | name: tempest-ipv6-only |
| 30 | parent: devstack-tempest-ipv6 |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 31 | description: | |
| 32 | Integration test of IPv6-only deployments. This job runs |
| 33 | smoke and IPv6 relates tests only. Basic idea is to test |
Rajesh Tailor | a85bdb4 | 2024-04-02 12:01:53 +0530 | [diff] [blame] | 34 | whether OpenStack Services listen on IPv6 address or not. |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 35 | timeout: 10800 |
| 36 | vars: |
| 37 | tox_envlist: ipv6-only |
| 38 | |
| 39 | - job: |
Ghanshyam Mann | 518e426 | 2023-02-10 19:57:36 -0600 | [diff] [blame] | 40 | name: tempest-extra-tests |
Ghanshyam Mann | eb85cec | 2023-03-15 14:19:03 -0500 | [diff] [blame] | 41 | parent: tempest-full-py3 |
Ghanshyam Mann | 518e426 | 2023-02-10 19:57:36 -0600 | [diff] [blame] | 42 | description: | |
| 43 | This job runs the extra tests mentioned in |
| 44 | tools/tempest-extra-tests-list.txt. |
Ghanshyam Mann | 14f199e | 2024-12-13 12:26:10 -0800 | [diff] [blame^] | 45 | # NOTE(gmann): We need c-t-p as this job run c-t-p tests also. |
| 46 | required-projects: |
| 47 | - opendev.org/openstack/cinder-tempest-plugin |
Ghanshyam Mann | 518e426 | 2023-02-10 19:57:36 -0600 | [diff] [blame] | 48 | vars: |
| 49 | tox_envlist: extra-tests |
Ghanshyam Mann | 14f199e | 2024-12-13 12:26:10 -0800 | [diff] [blame^] | 50 | tempest_plugins: |
| 51 | - cinder-tempest-plugin |
Martin Kopec | 1a9c40d | 2024-05-09 13:30:43 +0200 | [diff] [blame] | 52 | run_tempest_cleanup: true |
| 53 | run_tempest_cleanup_resource_list: true |
| 54 | run_tempest_dry_cleanup: true |
Ghanshyam Mann | 14f199e | 2024-12-13 12:26:10 -0800 | [diff] [blame^] | 55 | devstack_localrc: |
| 56 | CINDER_ENFORCE_SCOPE: true |
Martin Kopec | 1a9c40d | 2024-05-09 13:30:43 +0200 | [diff] [blame] | 57 | devstack_local_conf: |
| 58 | test-config: |
| 59 | $TEMPEST_CONFIG: |
| 60 | DEFAULT: |
| 61 | record_resources: true |
Ghanshyam Mann | 518e426 | 2023-02-10 19:57:36 -0600 | [diff] [blame] | 62 | |
| 63 | - job: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 64 | name: tempest-full-py3 |
| 65 | parent: devstack-tempest |
Ghanshyam Mann | 0ead753 | 2020-12-29 13:22:26 -0600 | [diff] [blame] | 66 | # This job version is with swift enabled on py3 |
| 67 | # as swift is ready on py3 from stable/ussuri onwards. |
Ghanshyam Mann | 11d4fc9 | 2023-02-21 13:29:44 -0800 | [diff] [blame] | 68 | # As this use 'integrated-full' tox env which is not |
| 69 | # available in old tempest used till stable/wallaby, |
| 70 | # this job definition is only for stable/xena onwards |
| 71 | # and separate job definition until stable/wallaby |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 72 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 73 | regex: ^.*/(victoria|wallaby)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 74 | negate: true |
Sean Mooney | f207d29 | 2024-06-17 14:34:22 +0100 | [diff] [blame] | 75 | # NOTE(sean-k-mooney): this job and its descendants frequently times out |
| 76 | # run on rax-* providers with a timeout of 2 hours. temporary increase |
| 77 | # the timeout to 2.5 hours. |
| 78 | timeout: 9000 |
Ghanshyam Mann | 0ead753 | 2020-12-29 13:22:26 -0600 | [diff] [blame] | 79 | description: | |
Ghanshyam Mann | 4e2a6ff | 2021-06-02 12:14:26 -0500 | [diff] [blame] | 80 | Base integration test with Neutron networking, horizon, swift enable, |
| 81 | and py3. |
Ghanshyam Mann | 0ead753 | 2020-12-29 13:22:26 -0600 | [diff] [blame] | 82 | Former names for this job where: |
| 83 | * legacy-tempest-dsvm-py35 |
| 84 | * gate-tempest-dsvm-py35 |
Ghanshyam Mann | 4e2a6ff | 2021-06-02 12:14:26 -0500 | [diff] [blame] | 85 | required-projects: |
| 86 | - openstack/horizon |
Ghanshyam Mann | 0ead753 | 2020-12-29 13:22:26 -0600 | [diff] [blame] | 87 | vars: |
Ghanshyam Mann | 68a25ef | 2023-08-07 10:07:12 -0700 | [diff] [blame] | 88 | # NOTE(gmann): Default concurrency is higher (number of cpu -2) which |
| 89 | # end up 6 in upstream CI. Higher concurrency means high parallel |
| 90 | # requests to services and can cause more oom issues. To avoid the |
| 91 | # oom issue, setting the concurrency to 4 in this job. |
Sean Mooney | f207d29 | 2024-06-17 14:34:22 +0100 | [diff] [blame] | 92 | # NOTE(sean-k-mooney): now that we use zswap we should be able to |
| 93 | # increase the concurrency to 6. |
Ghanshyam Mann | 68a25ef | 2023-08-07 10:07:12 -0700 | [diff] [blame] | 94 | tempest_concurrency: 4 |
Ghanshyam Mann | 518e426 | 2023-02-10 19:57:36 -0600 | [diff] [blame] | 95 | tox_envlist: integrated-full |
Ghanshyam Mann | 0ead753 | 2020-12-29 13:22:26 -0600 | [diff] [blame] | 96 | devstack_localrc: |
| 97 | USE_PYTHON3: true |
| 98 | FORCE_CONFIG_DRIVE: true |
| 99 | ENABLE_VOLUME_MULTIATTACH: true |
| 100 | GLANCE_USE_IMPORT_WORKFLOW: True |
Ghanshyam Mann | 4e2a6ff | 2021-06-02 12:14:26 -0500 | [diff] [blame] | 101 | devstack_plugins: |
| 102 | neutron: https://opendev.org/openstack/neutron |
Ghanshyam Mann | 4e2a6ff | 2021-06-02 12:14:26 -0500 | [diff] [blame] | 103 | devstack_services: |
Rajesh Tailor | a85bdb4 | 2024-04-02 12:01:53 +0530 | [diff] [blame] | 104 | # Enable horizon so that we can run horizon test. |
Ghanshyam Mann | 4e2a6ff | 2021-06-02 12:14:26 -0500 | [diff] [blame] | 105 | horizon: true |
Ghanshyam Mann | 0ead753 | 2020-12-29 13:22:26 -0600 | [diff] [blame] | 106 | |
| 107 | - job: |
Ghanshyam Mann | 3ed5210 | 2022-04-25 18:07:00 -0500 | [diff] [blame] | 108 | name: tempest-full-centos-9-stream |
| 109 | parent: tempest-full-py3 |
| 110 | nodeset: devstack-single-node-centos-9-stream |
Ghanshyam Mann | 9625f0d | 2022-04-27 17:45:52 -0500 | [diff] [blame] | 111 | # centos-9-stream is supported from yoga release onwards |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 112 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 113 | regex: ^.*/(victoria|wallaby|xena)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 114 | negate: true |
Ghanshyam Mann | 3ed5210 | 2022-04-25 18:07:00 -0500 | [diff] [blame] | 115 | description: | |
| 116 | Base integration test on CentOS 9 stream |
| 117 | vars: |
| 118 | # Required until bug/1949606 is resolved when using libvirt and QEMU |
| 119 | # >=5.0.0 with a [libvirt]virt_type of qemu (TCG). |
| 120 | configure_swap_size: 4096 |
Ghanshyam Mann | 518e426 | 2023-02-10 19:57:36 -0600 | [diff] [blame] | 121 | tox_envlist: full |
Ghanshyam Mann | 3ed5210 | 2022-04-25 18:07:00 -0500 | [diff] [blame] | 122 | |
| 123 | - job: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 124 | name: tempest-integrated-networking |
| 125 | parent: devstack-tempest |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 126 | description: | |
| 127 | This job runs integration tests for networking. This is subset of |
| 128 | 'tempest-full-py3' job and run only Neutron and Nova related tests. |
| 129 | This is meant to be run on neutron gate only. |
| 130 | vars: |
| 131 | tox_envlist: integrated-network |
| 132 | devstack_localrc: |
| 133 | USE_PYTHON3: true |
| 134 | FORCE_CONFIG_DRIVE: true |
| 135 | devstack_services: |
| 136 | s-account: false |
| 137 | s-container: false |
| 138 | s-object: false |
| 139 | s-proxy: false |
| 140 | c-bak: false |
| 141 | |
| 142 | - job: |
| 143 | name: tempest-integrated-compute |
| 144 | parent: devstack-tempest |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 145 | description: | |
| 146 | This job runs integration tests for compute. This is |
| 147 | subset of 'tempest-full-py3' job and run Nova, Neutron, Cinder (except backup tests) |
| 148 | and Glance related tests. This is meant to be run on Nova gate only. |
Sean Mooney | f207d29 | 2024-06-17 14:34:22 +0100 | [diff] [blame] | 149 | # NOTE(sean-k-mooney): this job and its descendants frequently times out |
| 150 | # when run on rax-* providers, recent optimizations have reduced the |
| 151 | # runtime of the job but it still times out. temporary increase the |
| 152 | # timeout to 2.5 hours. |
| 153 | timeout: 9000 |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 154 | vars: |
Ghanshyam Mann | 68a25ef | 2023-08-07 10:07:12 -0700 | [diff] [blame] | 155 | # NOTE(gmann): Default concurrency is higher (number of cpu -2) which |
| 156 | # end up 6 in upstream CI. Higher concurrency means high parallel |
| 157 | # requests to services and can cause more oom issues. To avoid the |
| 158 | # oom issue, setting the concurrency to 4 in this job. |
Sean Mooney | f207d29 | 2024-06-17 14:34:22 +0100 | [diff] [blame] | 159 | # NOTE(sean-k-mooney): now that we use zswap we should be able to |
| 160 | # increase the concurrency to 6. |
Ghanshyam Mann | 68a25ef | 2023-08-07 10:07:12 -0700 | [diff] [blame] | 161 | tempest_concurrency: 4 |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 162 | tox_envlist: integrated-compute |
Ghanshyam Mann | 4fa1534 | 2021-02-11 13:28:53 -0600 | [diff] [blame] | 163 | tempest_exclude_regex: "" |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 164 | devstack_localrc: |
| 165 | USE_PYTHON3: true |
| 166 | FORCE_CONFIG_DRIVE: true |
| 167 | ENABLE_VOLUME_MULTIATTACH: true |
| 168 | devstack_services: |
| 169 | s-account: false |
| 170 | s-container: false |
| 171 | s-object: false |
| 172 | s-proxy: false |
| 173 | c-bak: false |
| 174 | |
| 175 | - job: |
Ghanshyam Mann | 3ed5210 | 2022-04-25 18:07:00 -0500 | [diff] [blame] | 176 | name: tempest-integrated-compute-centos-9-stream |
Lee Yarwood | 0dba41c | 2021-06-23 10:47:44 +0100 | [diff] [blame] | 177 | parent: tempest-integrated-compute |
Ghanshyam Mann | 3ed5210 | 2022-04-25 18:07:00 -0500 | [diff] [blame] | 178 | nodeset: devstack-single-node-centos-9-stream |
Ghanshyam Mann | 9625f0d | 2022-04-27 17:45:52 -0500 | [diff] [blame] | 179 | # centos-9-stream is supported from yoga release onwards |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 180 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 181 | regex: ^.*/(victoria|wallaby|xena)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 182 | negate: true |
Lee Yarwood | 0dba41c | 2021-06-23 10:47:44 +0100 | [diff] [blame] | 183 | description: | |
| 184 | This job runs integration tests for compute. This is |
| 185 | subset of 'tempest-full-py3' job and run Nova, Neutron, Cinder (except backup tests) |
| 186 | and Glance related tests. This is meant to be run on Nova gate only. |
Ghanshyam Mann | 3ed5210 | 2022-04-25 18:07:00 -0500 | [diff] [blame] | 187 | This version of the job also uses CentOS 9 stream. |
Lee Yarwood | 0dba41c | 2021-06-23 10:47:44 +0100 | [diff] [blame] | 188 | vars: |
| 189 | # Required until bug/1949606 is resolved when using libvirt and QEMU |
| 190 | # >=5.0.0 with a [libvirt]virt_type of qemu (TCG). |
| 191 | configure_swap_size: 4096 |
| 192 | |
| 193 | - job: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 194 | name: tempest-integrated-placement |
| 195 | parent: devstack-tempest |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 196 | description: | |
| 197 | This job runs integration tests for placement. This is |
| 198 | subset of 'tempest-full-py3' job and run Nova and Neutron |
| 199 | related tests. This is meant to be run on Placement gate only. |
| 200 | vars: |
Ghanshyam Mann | 68a25ef | 2023-08-07 10:07:12 -0700 | [diff] [blame] | 201 | # NOTE(gmann): Default concurrency is higher (number of cpu -2) which |
| 202 | # end up 6 in upstream CI. Higher concurrency means high parallel |
| 203 | # requests to services and can cause more oom issues. To avoid the |
| 204 | # oom issue, setting the concurrency to 4 in this job. |
| 205 | tempest_concurrency: 4 |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 206 | tox_envlist: integrated-placement |
| 207 | devstack_localrc: |
| 208 | USE_PYTHON3: true |
| 209 | FORCE_CONFIG_DRIVE: true |
| 210 | ENABLE_VOLUME_MULTIATTACH: true |
| 211 | devstack_services: |
| 212 | s-account: false |
| 213 | s-container: false |
| 214 | s-object: false |
| 215 | s-proxy: false |
| 216 | c-bak: false |
| 217 | |
| 218 | - job: |
| 219 | name: tempest-integrated-storage |
| 220 | parent: devstack-tempest |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 221 | description: | |
| 222 | This job runs integration tests for image & block storage. This is |
| 223 | subset of 'tempest-full-py3' job and run Cinder, Glance, Swift and Nova |
| 224 | related tests. This is meant to be run on Cinder and Glance gate only. |
| 225 | vars: |
| 226 | tox_envlist: integrated-storage |
| 227 | devstack_localrc: |
| 228 | USE_PYTHON3: true |
| 229 | FORCE_CONFIG_DRIVE: true |
| 230 | ENABLE_VOLUME_MULTIATTACH: true |
| 231 | GLANCE_USE_IMPORT_WORKFLOW: True |
| 232 | |
| 233 | - job: |
| 234 | name: tempest-integrated-object-storage |
| 235 | parent: devstack-tempest |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 236 | description: | |
| 237 | This job runs integration tests for object storage. This is |
| 238 | subset of 'tempest-full-py3' job and run Swift, Cinder and Glance |
| 239 | related tests. This is meant to be run on Swift gate only. |
| 240 | vars: |
| 241 | tox_envlist: integrated-object-storage |
| 242 | devstack_localrc: |
| 243 | # NOTE(gmann): swift is not ready on python3 yet and devstack |
Rajesh Tailor | a85bdb4 | 2024-04-02 12:01:53 +0530 | [diff] [blame] | 244 | # install it on python2.7 only. But setting the USE_PYTHON3 |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 245 | # for future once swift is ready on py3. |
| 246 | USE_PYTHON3: true |
| 247 | |
| 248 | - job: |
Ghanshyam Mann | ba28d78 | 2021-09-03 10:21:54 -0500 | [diff] [blame] | 249 | name: tempest-with-latest-microversion |
| 250 | parent: tempest-full-py3 |
| 251 | description: | |
| 252 | This job runs compute, placement and volume API tests with 'latest' |
| 253 | API microversion (This can be extended to other services having API |
| 254 | microversion concept). |
| 255 | vars: |
| 256 | tox_envlist: api-microversion-tests |
| 257 | devstack_localrc: |
| 258 | TEMPEST_COMPUTE_MIN_MICROVERSION: 'latest' |
| 259 | TEMPEST_VOLUME_MIN_MICROVERSION: 'latest' |
| 260 | TEMPEST_PLACEMENT_MIN_MICROVERSION: 'latest' |
| 261 | |
| 262 | - job: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 263 | name: tempest-multinode-full-py3 |
Ghanshyam Mann | 24a3a36 | 2022-10-12 15:50:28 -0500 | [diff] [blame] | 264 | parent: tempest-multinode-full-base |
Ghanshyam Mann | 040070a | 2024-10-10 21:04:00 -0700 | [diff] [blame] | 265 | nodeset: openstack-two-node-noble |
| 266 | # This job runs on ubuntu Noble from 2025.1 onwards. |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 267 | branches: |
Ghanshyam Mann | 040070a | 2024-10-10 21:04:00 -0700 | [diff] [blame] | 268 | regex: ^.*/(victoria|wallaby|xena|yoga|zed|2023.1|2023.2|2024.1|2024.2)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 269 | negate: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 270 | vars: |
Ghanshyam Mann | 68a25ef | 2023-08-07 10:07:12 -0700 | [diff] [blame] | 271 | # NOTE(gmann): Default concurrency is higher (number of cpu -2) which |
| 272 | # end up 6 in upstream CI. Higher concurrency means high parallel |
| 273 | # requests to services and can cause more oom issues. To avoid the |
| 274 | # oom issue, setting the concurrency to 4 in this job. |
| 275 | tempest_concurrency: 4 |
Martin Kopec | 450096d | 2024-02-12 22:40:45 +0100 | [diff] [blame] | 276 | tempest_set_src_dest_host: true |
elajkat | 064a340 | 2019-10-17 13:18:10 +0200 | [diff] [blame] | 277 | devstack_plugins: |
| 278 | neutron: https://opendev.org/openstack/neutron |
elajkat | 064a340 | 2019-10-17 13:18:10 +0200 | [diff] [blame] | 279 | devstack_services: |
elajkat | 0b14db2 | 2021-02-08 16:43:59 +0100 | [diff] [blame] | 280 | neutron-trunk: true |
yatinkarel | 2d2cfac | 2023-02-14 16:29:42 +0530 | [diff] [blame] | 281 | br-ex-tcpdump: true |
| 282 | br-int-flows: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 283 | group-vars: |
| 284 | subnode: |
yatinkarel | 2d2cfac | 2023-02-14 16:29:42 +0530 | [diff] [blame] | 285 | devstack_services: |
| 286 | br-ex-tcpdump: true |
| 287 | br-int-flows: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 288 | |
| 289 | - job: |
| 290 | name: tempest-slow |
| 291 | parent: tempest-multinode-full |
| 292 | description: | |
| 293 | This multinode integration job will run all the tests tagged as slow. |
| 294 | It enables the lvm multibackend setup to cover few scenario tests. |
| 295 | This job will run only slow tests (API or Scenario) serially. |
| 296 | |
| 297 | Former names for this job were: |
| 298 | * legacy-tempest-dsvm-neutron-scenario-multinode-lvm-multibackend |
| 299 | * tempest-scenario-multinode-lvm-multibackend |
| 300 | timeout: 10800 |
Ghanshyam Mann | 8de4127 | 2023-06-28 18:48:33 -0500 | [diff] [blame] | 301 | vars: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 302 | tox_envlist: slow-serial |
| 303 | devstack_localrc: |
| 304 | CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2 |
| 305 | ENABLE_VOLUME_MULTIATTACH: true |
| 306 | devstack_plugins: |
| 307 | neutron: https://opendev.org/openstack/neutron |
| 308 | devstack_services: |
| 309 | neutron-placement: true |
| 310 | neutron-qos: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 311 | group-vars: |
| 312 | # NOTE(mriedem): The ENABLE_VOLUME_MULTIATTACH variable is used on both |
| 313 | # the controller and subnode prior to Rocky so we have to make sure the |
| 314 | # variable is set in both locations. |
| 315 | subnode: |
| 316 | devstack_localrc: |
| 317 | ENABLE_VOLUME_MULTIATTACH: true |
| 318 | |
| 319 | - job: |
| 320 | name: tempest-slow-py3 |
Luigi Toscano | b9ac057 | 2021-07-13 12:44:35 +0200 | [diff] [blame] | 321 | parent: tempest-multinode-full-py3 |
Ghanshyam Mann | ebecf79 | 2021-06-14 17:09:35 -0500 | [diff] [blame] | 322 | # This job version is with swift enabled on py3 |
| 323 | # as swift is ready on py3 from stable/ussuri onwards. |
Luigi Toscano | b9ac057 | 2021-07-13 12:44:35 +0200 | [diff] [blame] | 324 | timeout: 10800 |
Ghanshyam Mann | 180717d | 2023-07-14 10:50:02 -0500 | [diff] [blame] | 325 | # As the 'slow' tox env which is not available in old tempest used |
| 326 | # till stable/wallaby, this job definition is only for stable/xena |
| 327 | # onwards and separate job definition until stable/wallaby |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 328 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 329 | regex: ^.*/(victoria|wallaby)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 330 | negate: true |
Ghanshyam Mann | 6bb98c2 | 2023-02-10 18:22:02 -0600 | [diff] [blame] | 331 | vars: |
| 332 | tox_envlist: slow |
Dan Smith | d869e3a | 2023-02-13 14:14:52 -0800 | [diff] [blame] | 333 | devstack_localrc: |
Ghanshyam Mann | 8de4127 | 2023-06-28 18:48:33 -0500 | [diff] [blame] | 334 | CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2 |
| 335 | ENABLE_VOLUME_MULTIATTACH: true |
Dan Smith | 2ba7ed8 | 2024-10-01 07:33:09 -0700 | [diff] [blame] | 336 | GLANCE_ENFORCE_IMAGE_FORMAT: false |
Ghanshyam Mann | 8de4127 | 2023-06-28 18:48:33 -0500 | [diff] [blame] | 337 | devstack_plugins: |
| 338 | neutron: https://opendev.org/openstack/neutron |
| 339 | devstack_services: |
| 340 | neutron-placement: true |
| 341 | neutron-qos: true |
| 342 | group-vars: |
| 343 | # NOTE(mriedem): The ENABLE_VOLUME_MULTIATTACH variable is used on both |
| 344 | # the controller and subnode prior to Rocky so we have to make sure the |
| 345 | # variable is set in both locations. |
| 346 | subnode: |
| 347 | devstack_localrc: |
| 348 | ENABLE_VOLUME_MULTIATTACH: true |
Ghanshyam Mann | 6bb98c2 | 2023-02-10 18:22:02 -0600 | [diff] [blame] | 349 | |
Ghanshyam Mann | 040070a | 2024-10-10 21:04:00 -0700 | [diff] [blame] | 350 | # TODO(gmann): As per the 2025.1 testing runtime, we need to run at least |
| 351 | # one job set on Jammy. These jammy job can be removed in the next |
| 352 | # cycle(2025.2). |
| 353 | - job: |
| 354 | name: tempest-full-ubuntu-jammy |
| 355 | description: This is tempest-full python3 job on Ubuntu Jammy(22.04) |
| 356 | parent: tempest-full-py3 |
| 357 | nodeset: openstack-single-node-jammy |
| 358 | |
| 359 | - job: |
| 360 | name: tempest-multinode-full-ubuntu-jammy |
| 361 | description: This is tempest-multinode-full-py3 python3 job on Ubuntu Jammy(22.04) |
| 362 | parent: tempest-multinode-full-py3 |
| 363 | nodeset: openstack-two-node-jammy |
| 364 | |
| 365 | - job: |
| 366 | name: tempest-extra-tests-ubuntu-jammy |
| 367 | description: This is tempest-extra-tests python3 job on Ubuntu Jammy(22.04) |
| 368 | parent: tempest-extra-tests |
| 369 | nodeset: openstack-single-node-jammy |
| 370 | |
Ghanshyam Mann | 6bb98c2 | 2023-02-10 18:22:02 -0600 | [diff] [blame] | 371 | - job: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 372 | name: tempest-cinder-v2-api |
| 373 | parent: devstack-tempest |
Ghanshyam Mann | 2f4539d | 2021-05-18 12:32:39 -0500 | [diff] [blame] | 374 | # NOTE(gmann): Cinder v2 APIs are available until |
| 375 | # stable/wallaby only. |
| 376 | override-checkout: stable/wallaby |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 377 | description: | |
| 378 | This job runs the cinder API test against v2 endpoint. |
| 379 | vars: |
| 380 | tox_envlist: all |
| 381 | tempest_test_regex: api.*volume |
| 382 | devstack_localrc: |
| 383 | TEMPEST_VOLUME_TYPE: volumev2 |
| 384 | |
| 385 | - job: |
Ade Lee | 0687b9c | 2022-03-02 16:24:50 -0500 | [diff] [blame] | 386 | name: tempest-centos9-stream-fips |
| 387 | parent: devstack-tempest |
| 388 | description: | |
| 389 | Integration testing for a FIPS enabled Centos 9 system |
Sylvain Bauza | b8f0c30 | 2022-11-29 17:49:33 +0100 | [diff] [blame] | 390 | timeout: 10800 |
Ade Lee | 0687b9c | 2022-03-02 16:24:50 -0500 | [diff] [blame] | 391 | nodeset: devstack-single-node-centos-9-stream |
Ade Lee | 0687b9c | 2022-03-02 16:24:50 -0500 | [diff] [blame] | 392 | vars: |
| 393 | tox_envlist: full |
| 394 | configure_swap_size: 4096 |
| 395 | nslookup_target: 'opendev.org' |
Ade Lee | e64f4c2 | 2023-03-26 15:52:30 +0200 | [diff] [blame] | 396 | enable_fips: True |
Ade Lee | 6ded070 | 2021-09-04 15:56:34 -0400 | [diff] [blame] | 397 | |
| 398 | - job: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 399 | name: tempest-pg-full |
| 400 | parent: tempest-full-py3 |
| 401 | description: | |
| 402 | Base integration test with Neutron networking and PostgreSQL. |
| 403 | Former name for this job was legacy-tempest-dsvm-neutron-pg-full. |
| 404 | vars: |
| 405 | devstack_localrc: |
Ghanshyam Mann | 861c78f | 2021-02-09 11:25:26 -0600 | [diff] [blame] | 406 | # TODO(gmann): Enable File injection tests once nova bug is fixed |
| 407 | # https://bugs.launchpad.net/nova/+bug/1882421 |
| 408 | # ENABLE_FILE_INJECTION: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 409 | DATABASE_TYPE: postgresql |
| 410 | |
Ghanshyam Mann | 7ab45a9 | 2022-11-21 19:14:05 -0600 | [diff] [blame] | 411 | - job: |
| 412 | name: tempest-full-enforce-scope-new-defaults |
| 413 | parent: tempest-full-py3 |
| 414 | description: | |
| 415 | This job runs the Tempest tests with scope and new defaults enabled. |
Ghanshyam Mann | 7ab45a9 | 2022-11-21 19:14:05 -0600 | [diff] [blame] | 416 | vars: |
| 417 | devstack_localrc: |
Douglas Mendizábal | cdbe43e | 2024-03-11 15:03:29 -0400 | [diff] [blame] | 418 | KEYSTONE_ENFORCE_SCOPE: true |
Ghanshyam Mann | 7ab45a9 | 2022-11-21 19:14:05 -0600 | [diff] [blame] | 419 | CINDER_ENFORCE_SCOPE: true |
Ghanshyam Mann | c5ff86b | 2022-11-30 14:37:26 -0600 | [diff] [blame] | 420 | PLACEMENT_ENFORCE_SCOPE: true |
Ghanshyam Mann | 7ab45a9 | 2022-11-21 19:14:05 -0600 | [diff] [blame] | 421 | |
Ghanshyam Mann | 2c91241 | 2023-07-27 17:17:52 -0700 | [diff] [blame] | 422 | - job: |
| 423 | name: tempest-all-rbac-old-defaults |
| 424 | parent: tempest-all |
| 425 | description: | |
| 426 | Integration test that runs all tests on RBAC old defaults. |
Ghanshyam Mann | cc0e9b1 | 2023-10-25 13:13:26 -0700 | [diff] [blame] | 427 | vars: |
Ghanshyam Mann | 2c91241 | 2023-07-27 17:17:52 -0700 | [diff] [blame] | 428 | devstack_localrc: |
Ghanshyam Mann | cc0e9b1 | 2023-10-25 13:13:26 -0700 | [diff] [blame] | 429 | # NOTE(gmann): Nova, Glance, and Neutron have enabled the new defaults |
| 430 | # and scope by default in devstack so we need some jobs keep testing |
| 431 | # the old defaults until they are removed from service side. |
Ghanshyam Mann | 2c91241 | 2023-07-27 17:17:52 -0700 | [diff] [blame] | 432 | NOVA_ENFORCE_SCOPE: false |
| 433 | GLANCE_ENFORCE_SCOPE: false |
Ghanshyam Mann | cc0e9b1 | 2023-10-25 13:13:26 -0700 | [diff] [blame] | 434 | NEUTRON_ENFORCE_SCOPE: false |
Ghanshyam Mann | 2c91241 | 2023-07-27 17:17:52 -0700 | [diff] [blame] | 435 | |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 436 | - project-template: |
| 437 | name: integrated-gate-networking |
| 438 | description: | |
| 439 | Run the python3 Tempest network integration tests (Nova and Neutron related) |
| 440 | in check and gate for the neutron integrated gate. This is meant to be |
| 441 | run on neutron gate only. |
| 442 | check: |
| 443 | jobs: |
| 444 | - grenade |
Ghanshyam Mann | 270e4fe | 2023-09-28 13:29:52 -0700 | [diff] [blame] | 445 | # NOTE(gmann): These template are generic and used on stable branch |
| 446 | # as well as master testing. So grenade-skip-level on stable/2023.1 |
| 447 | # which test stable/yoga to stable/2023.1 upgrade is non-voting. |
Dan Smith | af19ff4 | 2022-02-23 10:42:26 -0800 | [diff] [blame] | 448 | - grenade-skip-level: |
| 449 | voting: false |
Ghanshyam Mann | bbb2e04 | 2023-03-20 13:51:51 -0500 | [diff] [blame] | 450 | branches: |
| 451 | - stable/2023.1 |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 452 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
| 453 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
| 454 | # SLURP release only. |
Ghanshyam Mann | 270e4fe | 2023-09-28 13:29:52 -0700 | [diff] [blame] | 455 | - grenade-skip-level: |
| 456 | branches: |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 457 | - ^.*/2024.1 |
Ghanshyam Mann | 066e0bd | 2024-09-25 12:53:46 -0700 | [diff] [blame] | 458 | # on current master 2025.1(SLURP) grenade-skip-level-always is voting |
| 459 | # which test stable/2024.1 to 2025.1 upgrade. |
| 460 | - grenade-skip-level-always: |
| 461 | branches: |
| 462 | - master |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 463 | - tempest-integrated-networking |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 464 | # Do not run it on ussuri until below issue is fixed |
| 465 | # https://storyboard.openstack.org/#!/story/2010057 |
Elod Illes | 31afd4e | 2023-02-07 15:17:32 +0100 | [diff] [blame] | 466 | # and job is broken up to wallaby branch due to the issue |
Elod Illes | e17f1d3 | 2023-02-02 15:24:35 +0100 | [diff] [blame] | 467 | # described in https://review.opendev.org/872341 |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 468 | - openstacksdk-functional-devstack: |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 469 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 470 | regex: ^.*/(victoria|wallaby)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 471 | negate: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 472 | gate: |
| 473 | jobs: |
| 474 | - grenade |
| 475 | - tempest-integrated-networking |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 476 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
| 477 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
| 478 | # SLURP release only. |
Ghanshyam Mann | 270e4fe | 2023-09-28 13:29:52 -0700 | [diff] [blame] | 479 | - grenade-skip-level: |
| 480 | branches: |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 481 | - ^.*/2024.1 |
Ghanshyam Mann | 066e0bd | 2024-09-25 12:53:46 -0700 | [diff] [blame] | 482 | # on current master 2025.1(SLURP) grenade-skip-level-always is voting |
| 483 | # which test stable/2024.1 to 2025.1 upgrade. |
| 484 | - grenade-skip-level-always: |
| 485 | branches: |
| 486 | - master |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 487 | # Do not run it on ussuri until below issue is fixed |
| 488 | # https://storyboard.openstack.org/#!/story/2010057 |
Elod Illes | 31afd4e | 2023-02-07 15:17:32 +0100 | [diff] [blame] | 489 | # and job is broken up to wallaby branch due to the issue |
Elod Illes | e17f1d3 | 2023-02-02 15:24:35 +0100 | [diff] [blame] | 490 | # described in https://review.opendev.org/872341 |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 491 | - openstacksdk-functional-devstack: |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 492 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 493 | regex: ^.*/(victoria|wallaby)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 494 | negate: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 495 | |
| 496 | - project-template: |
| 497 | name: integrated-gate-compute |
| 498 | description: | |
| 499 | Run the python3 Tempest compute integration tests |
| 500 | (Nova, Neutron, Cinder and Glance related) in check and gate |
| 501 | for the Nova integrated gate. This is meant to be |
| 502 | run on Nova gate only. |
Ghanshyam Mann | 9625f0d | 2022-04-27 17:45:52 -0500 | [diff] [blame] | 503 | # NOTE(gmann): This template is used for stable branches also so when we |
| 504 | # add/remove jobs here we need to make sure we should not change the |
| 505 | # behaviour for stable branches. For example, with branch variant we need |
| 506 | # to make sure old job keep running on stable branches and the new one run |
| 507 | # only from master(or the branch it was meant to run). |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 508 | check: |
| 509 | jobs: |
Ghanshyam Mann | 270e4fe | 2023-09-28 13:29:52 -0700 | [diff] [blame] | 510 | # NOTE(gmann): These template are generic and used on stable branch |
| 511 | # as well as master testing. So grenade-skip-level on stable/2023.1 |
| 512 | # which test stable/yoga to stable/2023.1 upgrade is non-voting. |
Dan Smith | af19ff4 | 2022-02-23 10:42:26 -0800 | [diff] [blame] | 513 | - grenade-skip-level: |
| 514 | voting: false |
Ghanshyam Mann | bbb2e04 | 2023-03-20 13:51:51 -0500 | [diff] [blame] | 515 | branches: |
| 516 | - stable/2023.1 |
| 517 | # NOTE(gmann): Nova decided to run grenade skip level testing always |
| 518 | # (on SLURP as well as non SLURP release) so we are adding grenade-skip-level-always |
| 519 | # job in integrated gate and we do not need to update skip level job |
| 520 | # here until Nova change the decision. |
Rajesh Tailor | a85bdb4 | 2024-04-02 12:01:53 +0530 | [diff] [blame] | 521 | # This is added from 2023.2 release cycle onwards so we need to use branch variant |
Ghanshyam Mann | bbb2e04 | 2023-03-20 13:51:51 -0500 | [diff] [blame] | 522 | # to make sure we do not run this job on older than 2023.2 gate. |
| 523 | - grenade-skip-level-always: |
| 524 | branches: |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 525 | - ^.*/2023.2 |
| 526 | - ^.*/2024.1 |
Ghanshyam Mann | 066e0bd | 2024-09-25 12:53:46 -0700 | [diff] [blame] | 527 | - ^.*/2024.2 |
Ghanshyam Mann | bbb2e04 | 2023-03-20 13:51:51 -0500 | [diff] [blame] | 528 | - master |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 529 | - tempest-integrated-compute |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 530 | # Do not run it on ussuri until below issue is fixed |
| 531 | # https://storyboard.openstack.org/#!/story/2010057 |
Elod Illes | 31afd4e | 2023-02-07 15:17:32 +0100 | [diff] [blame] | 532 | # and job is broken up to wallaby branch due to the issue |
Elod Illes | e17f1d3 | 2023-02-02 15:24:35 +0100 | [diff] [blame] | 533 | # described in https://review.opendev.org/872341 |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 534 | - openstacksdk-functional-devstack: |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 535 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 536 | regex: ^.*/(victoria|wallaby)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 537 | negate: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 538 | gate: |
| 539 | jobs: |
Ghanshyam Mann | bbb2e04 | 2023-03-20 13:51:51 -0500 | [diff] [blame] | 540 | - grenade-skip-level-always: |
| 541 | branches: |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 542 | - ^.*/2023.2 |
| 543 | - ^.*/2024.1 |
Ghanshyam Mann | 066e0bd | 2024-09-25 12:53:46 -0700 | [diff] [blame] | 544 | - ^.*/2024.2 |
Ghanshyam Mann | bbb2e04 | 2023-03-20 13:51:51 -0500 | [diff] [blame] | 545 | - master |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 546 | - tempest-integrated-compute |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 547 | - openstacksdk-functional-devstack: |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 548 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 549 | regex: ^.*/(victoria|wallaby)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 550 | negate: true |
Sean Mooney | 9c263de | 2022-07-18 16:55:31 +0100 | [diff] [blame] | 551 | periodic-weekly: |
| 552 | jobs: |
| 553 | # centos-9-stream is tested from zed release onwards |
| 554 | - tempest-integrated-compute-centos-9-stream: |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 555 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 556 | regex: ^.*/(victoria|wallaby|xena|yoga)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 557 | negate: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 558 | |
| 559 | - project-template: |
| 560 | name: integrated-gate-placement |
| 561 | description: | |
| 562 | Run the python3 Tempest placement integration tests |
| 563 | (Nova and Neutron related) in check and gate |
| 564 | for the Placement integrated gate. This is meant to be |
| 565 | run on Placement gate only. |
| 566 | check: |
| 567 | jobs: |
| 568 | - grenade |
Ghanshyam Mann | 270e4fe | 2023-09-28 13:29:52 -0700 | [diff] [blame] | 569 | # NOTE(gmann): These template are generic and used on stable branch |
| 570 | # as well as master testing. So grenade-skip-level on stable/2023.1 |
| 571 | # which test stable/yoga to stable/2023.1 upgrade is non-voting. |
Dan Smith | af19ff4 | 2022-02-23 10:42:26 -0800 | [diff] [blame] | 572 | - grenade-skip-level: |
| 573 | voting: false |
Ghanshyam Mann | bbb2e04 | 2023-03-20 13:51:51 -0500 | [diff] [blame] | 574 | branches: |
| 575 | - stable/2023.1 |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 576 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
| 577 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
| 578 | # SLURP release only. |
Ghanshyam Mann | 270e4fe | 2023-09-28 13:29:52 -0700 | [diff] [blame] | 579 | - grenade-skip-level: |
| 580 | branches: |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 581 | - ^.*/2024.1 |
Ghanshyam Mann | 066e0bd | 2024-09-25 12:53:46 -0700 | [diff] [blame] | 582 | # on current master 2025.1(SLURP) grenade-skip-level-always is voting |
| 583 | # which test stable/2024.1 to 2025.1 upgrade. |
| 584 | - grenade-skip-level-always: |
| 585 | branches: |
| 586 | - master |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 587 | - tempest-integrated-placement |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 588 | # Do not run it on ussuri until below issue is fixed |
| 589 | # https://storyboard.openstack.org/#!/story/2010057 |
Elod Illes | 31afd4e | 2023-02-07 15:17:32 +0100 | [diff] [blame] | 590 | # and job is broken up to wallaby branch due to the issue |
Elod Illes | e17f1d3 | 2023-02-02 15:24:35 +0100 | [diff] [blame] | 591 | # described in https://review.opendev.org/872341 |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 592 | - openstacksdk-functional-devstack: |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 593 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 594 | regex: ^.*/(victoria|wallaby)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 595 | negate: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 596 | gate: |
| 597 | jobs: |
| 598 | - grenade |
| 599 | - tempest-integrated-placement |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 600 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
| 601 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
| 602 | # SLURP release only. |
Ghanshyam Mann | 270e4fe | 2023-09-28 13:29:52 -0700 | [diff] [blame] | 603 | - grenade-skip-level: |
| 604 | branches: |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 605 | - ^.*/2024.1 |
Ghanshyam Mann | 066e0bd | 2024-09-25 12:53:46 -0700 | [diff] [blame] | 606 | # on current master 2025.1(SLURP) grenade-skip-level-always is voting |
| 607 | # which test stable/2024.1 to 2025.1 upgrade. |
| 608 | - grenade-skip-level-always: |
| 609 | branches: |
| 610 | - master |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 611 | # Do not run it on ussuri until below issue is fixed |
| 612 | # https://storyboard.openstack.org/#!/story/2010057 |
Elod Illes | 31afd4e | 2023-02-07 15:17:32 +0100 | [diff] [blame] | 613 | # and job is broken up to wallaby branch due to the issue |
Elod Illes | e17f1d3 | 2023-02-02 15:24:35 +0100 | [diff] [blame] | 614 | # described in https://review.opendev.org/872341 |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 615 | - openstacksdk-functional-devstack: |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 616 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 617 | regex: ^.*/(victoria|wallaby)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 618 | negate: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 619 | |
| 620 | - project-template: |
| 621 | name: integrated-gate-storage |
| 622 | description: | |
| 623 | Run the python3 Tempest image & block storage integration tests |
| 624 | (Cinder, Glance, Swift and Nova related) in check and gate |
| 625 | for the neutron integrated gate. This is meant to be |
| 626 | run on Cinder and Glance gate only. |
| 627 | check: |
| 628 | jobs: |
| 629 | - grenade |
Ghanshyam Mann | 270e4fe | 2023-09-28 13:29:52 -0700 | [diff] [blame] | 630 | # NOTE(gmann): These template are generic and used on stable branch |
| 631 | # as well as master testing. So grenade-skip-level on stable/2023.1 |
| 632 | # which test stable/yoga to stable/2023.1 upgrade is non-voting. |
Dan Smith | af19ff4 | 2022-02-23 10:42:26 -0800 | [diff] [blame] | 633 | - grenade-skip-level: |
| 634 | voting: false |
Ghanshyam Mann | bbb2e04 | 2023-03-20 13:51:51 -0500 | [diff] [blame] | 635 | branches: |
| 636 | - stable/2023.1 |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 637 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
| 638 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
| 639 | # SLURP release only. |
Ghanshyam Mann | 270e4fe | 2023-09-28 13:29:52 -0700 | [diff] [blame] | 640 | - grenade-skip-level: |
| 641 | branches: |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 642 | - ^.*/2024.1 |
Ghanshyam Mann | 066e0bd | 2024-09-25 12:53:46 -0700 | [diff] [blame] | 643 | # on current master 2025.1(SLURP) grenade-skip-level-always is voting |
| 644 | # which test stable/2024.1 to 2025.1 upgrade. |
| 645 | - grenade-skip-level-always: |
| 646 | branches: |
| 647 | - master |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 648 | - tempest-integrated-storage |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 649 | # Do not run it on ussuri until below issue is fixed |
| 650 | # https://storyboard.openstack.org/#!/story/2010057 |
Elod Illes | 31afd4e | 2023-02-07 15:17:32 +0100 | [diff] [blame] | 651 | # and job is broken up to wallaby branch due to the issue |
Elod Illes | e17f1d3 | 2023-02-02 15:24:35 +0100 | [diff] [blame] | 652 | # described in https://review.opendev.org/872341 |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 653 | - openstacksdk-functional-devstack: |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 654 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 655 | regex: ^.*/(victoria|wallaby)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 656 | negate: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 657 | gate: |
| 658 | jobs: |
| 659 | - grenade |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 660 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
| 661 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
| 662 | # SLURP release only. |
Ghanshyam Mann | 270e4fe | 2023-09-28 13:29:52 -0700 | [diff] [blame] | 663 | - grenade-skip-level: |
| 664 | branches: |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 665 | - ^.*/2024.1 |
Ghanshyam Mann | 066e0bd | 2024-09-25 12:53:46 -0700 | [diff] [blame] | 666 | # on current master 2025.1(SLURP) grenade-skip-level-always is voting |
| 667 | # which test stable/2024.1 to 2025.1 upgrade. |
| 668 | - grenade-skip-level-always: |
| 669 | branches: |
| 670 | - master |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 671 | - tempest-integrated-storage |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 672 | # Do not run it on ussuri until below issue is fixed |
| 673 | # https://storyboard.openstack.org/#!/story/2010057 |
Elod Illes | 31afd4e | 2023-02-07 15:17:32 +0100 | [diff] [blame] | 674 | # and job is broken up to wallaby branch due to the issue |
Elod Illes | e17f1d3 | 2023-02-02 15:24:35 +0100 | [diff] [blame] | 675 | # described in https://review.opendev.org/872341 |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 676 | - openstacksdk-functional-devstack: |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 677 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 678 | regex: ^.*/(victoria|wallaby)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 679 | negate: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 680 | |
| 681 | - project-template: |
| 682 | name: integrated-gate-object-storage |
| 683 | description: | |
| 684 | Run the python3 Tempest object storage integration tests |
| 685 | (Swift, Cinder and Glance related) in check and gate |
| 686 | for the swift integrated gate. This is meant to be |
| 687 | run on swift gate only. |
| 688 | check: |
| 689 | jobs: |
| 690 | - grenade |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 691 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
| 692 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
| 693 | # SLURP release only. |
Ghanshyam Mann | 270e4fe | 2023-09-28 13:29:52 -0700 | [diff] [blame] | 694 | - grenade-skip-level: |
| 695 | branches: |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 696 | - ^.*/2024.1 |
Ghanshyam Mann | 066e0bd | 2024-09-25 12:53:46 -0700 | [diff] [blame] | 697 | # on current master 2025.1(SLURP) grenade-skip-level-always is voting |
| 698 | # which test stable/2024.1 to 2025.1 upgrade. |
| 699 | - grenade-skip-level-always: |
| 700 | branches: |
| 701 | - master |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 702 | - tempest-integrated-object-storage |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 703 | # Do not run it on ussuri until below issue is fixed |
| 704 | # https://storyboard.openstack.org/#!/story/2010057 |
Elod Illes | 31afd4e | 2023-02-07 15:17:32 +0100 | [diff] [blame] | 705 | # and job is broken up to wallaby branch due to the issue |
Elod Illes | e17f1d3 | 2023-02-02 15:24:35 +0100 | [diff] [blame] | 706 | # described in https://review.opendev.org/872341 |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 707 | - openstacksdk-functional-devstack: |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 708 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 709 | regex: ^.*/(victoria|wallaby)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 710 | negate: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 711 | gate: |
| 712 | jobs: |
| 713 | - grenade |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 714 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
| 715 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
| 716 | # SLURP release only. |
Ghanshyam Mann | 270e4fe | 2023-09-28 13:29:52 -0700 | [diff] [blame] | 717 | - grenade-skip-level: |
| 718 | branches: |
Ghanshyam Mann | 0765568 | 2024-03-28 11:14:07 -0700 | [diff] [blame] | 719 | - ^.*/2024.1 |
Ghanshyam Mann | 066e0bd | 2024-09-25 12:53:46 -0700 | [diff] [blame] | 720 | # on current master 2025.1(SLURP) grenade-skip-level-always is voting |
| 721 | # which test stable/2024.1 to 2025.1 upgrade. |
| 722 | - grenade-skip-level-always: |
| 723 | branches: |
| 724 | - master |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 725 | - tempest-integrated-object-storage |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 726 | # Do not run it on ussuri until below issue is fixed |
| 727 | # https://storyboard.openstack.org/#!/story/2010057 |
Elod Illes | 31afd4e | 2023-02-07 15:17:32 +0100 | [diff] [blame] | 728 | # and job is broken up to wallaby branch due to the issue |
Elod Illes | e17f1d3 | 2023-02-02 15:24:35 +0100 | [diff] [blame] | 729 | # described in https://review.opendev.org/872341 |
Ghanshyam Mann | 2202f7b | 2022-06-01 16:31:51 -0500 | [diff] [blame] | 730 | - openstacksdk-functional-devstack: |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 731 | branches: |
yatinkarel | 1c5f341 | 2024-03-07 17:22:44 +0530 | [diff] [blame] | 732 | regex: ^.*/(victoria|wallaby)$ |
Martin Kopec | c52304f | 2023-09-20 09:13:08 +0200 | [diff] [blame] | 733 | negate: true |