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