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