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