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