Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 1 | # NOTE(gmann): This file includes all stable release jobs definition. |
| 2 | - job: |
Ghanshyam Mann | 5c64e39 | 2023-09-28 12:07:04 -0700 | [diff] [blame] | 3 | name: tempest-full-2023-2 |
| 4 | parent: tempest-full-py3 |
| 5 | nodeset: openstack-single-node-jammy |
| 6 | override-checkout: stable/2023.2 |
| 7 | |
| 8 | - job: |
Ghanshyam Mann | 9eab907 | 2023-03-15 15:17:07 -0500 | [diff] [blame] | 9 | name: tempest-full-2023-1 |
| 10 | parent: tempest-full-py3 |
| 11 | nodeset: openstack-single-node-jammy |
| 12 | override-checkout: stable/2023.1 |
| 13 | |
| 14 | - job: |
Martin Kopec | f1d0e39 | 2022-09-28 02:55:42 +0200 | [diff] [blame] | 15 | name: tempest-full-zed |
| 16 | parent: tempest-full-py3 |
Ghanshyam Mann | 24a3a36 | 2022-10-12 15:50:28 -0500 | [diff] [blame] | 17 | nodeset: openstack-single-node-focal |
Martin Kopec | f1d0e39 | 2022-09-28 02:55:42 +0200 | [diff] [blame] | 18 | override-checkout: stable/zed |
| 19 | |
| 20 | - job: |
Ghanshyam Mann | 5c64e39 | 2023-09-28 12:07:04 -0700 | [diff] [blame] | 21 | name: tempest-full-2023-2-extra-tests |
| 22 | parent: tempest-extra-tests |
| 23 | nodeset: openstack-single-node-jammy |
| 24 | override-checkout: stable/2023.2 |
| 25 | |
| 26 | - job: |
Ghanshyam Mann | 9eab907 | 2023-03-15 15:17:07 -0500 | [diff] [blame] | 27 | name: tempest-full-2023-1-extra-tests |
| 28 | parent: tempest-extra-tests |
| 29 | nodeset: openstack-single-node-jammy |
| 30 | override-checkout: stable/2023.1 |
| 31 | |
| 32 | - job: |
Ghanshyam Mann | 518e426 | 2023-02-10 19:57:36 -0600 | [diff] [blame] | 33 | name: tempest-full-zed-extra-tests |
| 34 | parent: tempest-extra-tests |
| 35 | nodeset: openstack-single-node-focal |
| 36 | override-checkout: stable/zed |
| 37 | |
| 38 | - job: |
Ghanshyam Mann | 5c64e39 | 2023-09-28 12:07:04 -0700 | [diff] [blame] | 39 | name: tempest-slow-2023-2 |
| 40 | parent: tempest-slow-py3 |
| 41 | nodeset: openstack-two-node-jammy |
| 42 | override-checkout: stable/2023.2 |
| 43 | |
| 44 | - job: |
Ghanshyam Mann | 9eab907 | 2023-03-15 15:17:07 -0500 | [diff] [blame] | 45 | name: tempest-slow-2023-1 |
| 46 | parent: tempest-slow-py3 |
| 47 | nodeset: openstack-two-node-jammy |
Gregory Thiemonge | 14109a7 | 2023-09-12 20:47:14 +0200 | [diff] [blame] | 48 | override-checkout: stable/2023.1 |
Ghanshyam Mann | 9eab907 | 2023-03-15 15:17:07 -0500 | [diff] [blame] | 49 | |
| 50 | - job: |
Ghanshyam Mann | a3e09f7 | 2023-03-21 17:08:07 -0500 | [diff] [blame] | 51 | name: tempest-full-enforce-scope-new-defaults-zed |
| 52 | parent: tempest-full-enforce-scope-new-defaults |
| 53 | nodeset: openstack-single-node-focal |
| 54 | override-checkout: stable/zed |
| 55 | |
| 56 | - job: |
Martin Kopec | f1d0e39 | 2022-09-28 02:55:42 +0200 | [diff] [blame] | 57 | name: tempest-slow-zed |
| 58 | parent: tempest-slow-py3 |
Ghanshyam Mann | 24a3a36 | 2022-10-12 15:50:28 -0500 | [diff] [blame] | 59 | nodeset: openstack-two-node-focal |
Martin Kopec | f1d0e39 | 2022-09-28 02:55:42 +0200 | [diff] [blame] | 60 | override-checkout: stable/zed |
| 61 | |
| 62 | - job: |
Ghanshyam Mann | 3c10d68 | 2021-06-02 12:27:51 -0500 | [diff] [blame] | 63 | name: tempest-full-py3 |
| 64 | parent: devstack-tempest |
Ghanshyam Mann | 11d4fc9 | 2023-02-21 13:29:44 -0800 | [diff] [blame] | 65 | # This job version is to use the 'full' tox env which |
| 66 | # is available for stable/ussuri to stable/wallaby also. |
| 67 | branches: |
Ghanshyam Mann | 1b38bd6 | 2024-03-14 21:28:51 -0700 | [diff] [blame^] | 68 | - ^.*/victoria |
| 69 | - ^.*/wallaby |
Ghanshyam Mann | 11d4fc9 | 2023-02-21 13:29:44 -0800 | [diff] [blame] | 70 | description: | |
| 71 | Base integration test with Neutron networking, horizon, swift enable, |
| 72 | and py3. |
| 73 | Former names for this job where: |
| 74 | * legacy-tempest-dsvm-py35 |
| 75 | * gate-tempest-dsvm-py35 |
| 76 | required-projects: |
| 77 | - openstack/horizon |
| 78 | vars: |
| 79 | tox_envlist: full |
| 80 | devstack_localrc: |
| 81 | USE_PYTHON3: true |
| 82 | FORCE_CONFIG_DRIVE: true |
| 83 | ENABLE_VOLUME_MULTIATTACH: true |
| 84 | GLANCE_USE_IMPORT_WORKFLOW: True |
| 85 | devstack_plugins: |
| 86 | neutron: https://opendev.org/openstack/neutron |
| 87 | devstack_services: |
| 88 | # Enbale horizon so that we can run horizon test. |
| 89 | horizon: true |
| 90 | |
| 91 | - job: |
Elod Illes | 78d2492 | 2022-11-22 15:55:42 +0100 | [diff] [blame] | 92 | name: tempest-multinode-full-py3 |
| 93 | parent: tempest-multinode-full |
| 94 | nodeset: openstack-two-node-focal |
| 95 | # This job runs on Focal and supposed to run until stable/zed. |
| 96 | branches: |
Ghanshyam Mann | 1b38bd6 | 2024-03-14 21:28:51 -0700 | [diff] [blame^] | 97 | - ^.*/victoria |
| 98 | - ^.*/wallaby |
| 99 | - ^.*/xena |
| 100 | - ^.*/yoga |
| 101 | - ^.*/zed |
Ghanshyam Mann | 24a3a36 | 2022-10-12 15:50:28 -0500 | [diff] [blame] | 102 | vars: |
| 103 | devstack_localrc: |
| 104 | USE_PYTHON3: true |
| 105 | devstack_plugins: |
| 106 | neutron: https://opendev.org/openstack/neutron |
| 107 | devstack_services: |
| 108 | neutron-trunk: true |
| 109 | group-vars: |
| 110 | subnode: |
| 111 | devstack_localrc: |
| 112 | USE_PYTHON3: true |
| 113 | |
| 114 | - job: |
| 115 | name: tempest-multinode-full |
| 116 | parent: tempest-multinode-full-base |
| 117 | nodeset: openstack-two-node-focal |
| 118 | # This job runs on Focal and on python2. This is for stable/victoria to stable/zed. |
| 119 | branches: |
Ghanshyam Mann | 1b38bd6 | 2024-03-14 21:28:51 -0700 | [diff] [blame^] | 120 | - ^.*/victoria |
| 121 | - ^.*/wallaby |
| 122 | - ^.*/xena |
| 123 | - ^.*/yoga |
| 124 | - ^.*/zed |
Ghanshyam Mann | 24a3a36 | 2022-10-12 15:50:28 -0500 | [diff] [blame] | 125 | vars: |
| 126 | devstack_localrc: |
| 127 | USE_PYTHON3: False |
| 128 | group-vars: |
| 129 | subnode: |
| 130 | devstack_localrc: |
| 131 | USE_PYTHON3: False |
| 132 | |
| 133 | - job: |
Ghanshyam Mann | 180717d | 2023-07-14 10:50:02 -0500 | [diff] [blame] | 134 | name: tempest-slow-py3 |
| 135 | parent: tempest-slow |
| 136 | # This job version is to use the 'slow-serial' tox env for |
| 137 | # the stable/ussuri to stable/wallaby testing. |
| 138 | branches: |
Ghanshyam Mann | 1b38bd6 | 2024-03-14 21:28:51 -0700 | [diff] [blame^] | 139 | - ^.*/victoria |
| 140 | - ^.*/wallaby |
Ghanshyam Mann | 180717d | 2023-07-14 10:50:02 -0500 | [diff] [blame] | 141 | vars: |
| 142 | tox_envlist: slow-serial |
| 143 | |
| 144 | - job: |
Ghanshyam Mann | e6b7056 | 2022-01-21 19:32:42 -0600 | [diff] [blame] | 145 | name: tempest-full-py3-opensuse15 |
| 146 | parent: tempest-full-py3 |
| 147 | nodeset: devstack-single-node-opensuse-15 |
| 148 | description: | |
| 149 | Base integration test with Neutron networking and py36 running |
| 150 | on openSUSE Leap 15.x |
| 151 | voting: false |
| 152 | # This job is not used after stable/xena and can be |
| 153 | # removed once stable/xena is EOL. |
| 154 | branches: |
Ghanshyam Mann | 1b38bd6 | 2024-03-14 21:28:51 -0700 | [diff] [blame^] | 155 | - ^.*/victoria |
| 156 | - ^.*/wallaby |
| 157 | - ^.*/xena |
Ghanshyam Mann | 3ed5210 | 2022-04-25 18:07:00 -0500 | [diff] [blame] | 158 | |
| 159 | - job: |
| 160 | name: tempest-integrated-compute-centos-8-stream |
| 161 | parent: tempest-integrated-compute |
| 162 | # TODO(gmann): Make this job non voting until bug#1957941 if fixed. |
| 163 | voting: false |
| 164 | nodeset: devstack-single-node-centos-8-stream |
| 165 | branches: |
Ghanshyam Mann | 1b38bd6 | 2024-03-14 21:28:51 -0700 | [diff] [blame^] | 166 | - ^.*/wallaby |
| 167 | - ^.*/xena |
| 168 | - ^.*/yoga |
Ghanshyam Mann | 3ed5210 | 2022-04-25 18:07:00 -0500 | [diff] [blame] | 169 | description: | |
| 170 | This job runs integration tests for compute. This is |
| 171 | subset of 'tempest-full-py3' job and run Nova, Neutron, Cinder (except backup tests) |
| 172 | and Glance related tests. This is meant to be run on Nova gate only. |
| 173 | This version of the job also uses CentOS 8 stream. |
| 174 | vars: |
| 175 | # Required until bug/1949606 is resolved when using libvirt and QEMU |
| 176 | # >=5.0.0 with a [libvirt]virt_type of qemu (TCG). |
| 177 | configure_swap_size: 4096 |
| 178 | |
| 179 | - job: |
| 180 | name: tempest-full-py3-centos-8-stream |
| 181 | parent: tempest-full-py3 |
| 182 | # TODO(gmann): Make this job non voting until bug#1957941 if fixed. |
| 183 | voting: false |
| 184 | branches: |
Ghanshyam Mann | 1b38bd6 | 2024-03-14 21:28:51 -0700 | [diff] [blame^] | 185 | - ^.*/wallaby |
| 186 | - ^.*/xena |
| 187 | - ^.*/yoga |
Ghanshyam Mann | 3ed5210 | 2022-04-25 18:07:00 -0500 | [diff] [blame] | 188 | nodeset: devstack-single-node-centos-8-stream |
| 189 | description: | |
| 190 | Base integration test with Neutron networking and py36 running |
| 191 | on CentOS 8 stream |
| 192 | vars: |
| 193 | # Required until bug/1949606 is resolved when using libvirt and QEMU |
| 194 | # >=5.0.0 with a [libvirt]virt_type of qemu (TCG). |
| 195 | configure_swap_size: 4096 |