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 | 14d7f23 | 2024-09-25 12:43:53 -0700 | [diff] [blame] | 3 | name: tempest-full-2024-2 |
| 4 | parent: tempest-full-py3 |
| 5 | nodeset: openstack-single-node-jammy |
| 6 | override-checkout: stable/2024.2 |
| 7 | |
| 8 | - job: |
Ghanshyam Mann | 61bb9c6 | 2024-03-28 14:55:37 -0700 | [diff] [blame] | 9 | name: tempest-full-2024-1 |
| 10 | parent: tempest-full-py3 |
| 11 | nodeset: openstack-single-node-jammy |
| 12 | override-checkout: stable/2024.1 |
| 13 | |
| 14 | - job: |
Ghanshyam Mann | 5c64e39 | 2023-09-28 12:07:04 -0700 | [diff] [blame] | 15 | name: tempest-full-2023-2 |
| 16 | parent: tempest-full-py3 |
| 17 | nodeset: openstack-single-node-jammy |
| 18 | override-checkout: stable/2023.2 |
| 19 | |
| 20 | - job: |
Ghanshyam Mann | 14d7f23 | 2024-09-25 12:43:53 -0700 | [diff] [blame] | 21 | name: tempest-full-2024-2-extra-tests |
| 22 | parent: tempest-extra-tests |
| 23 | nodeset: openstack-single-node-jammy |
| 24 | override-checkout: stable/2024.2 |
| 25 | |
| 26 | - job: |
Ghanshyam Mann | 61bb9c6 | 2024-03-28 14:55:37 -0700 | [diff] [blame] | 27 | name: tempest-full-2024-1-extra-tests |
| 28 | parent: tempest-extra-tests |
| 29 | nodeset: openstack-single-node-jammy |
| 30 | override-checkout: stable/2024.1 |
| 31 | |
| 32 | - job: |
Ghanshyam Mann | 5c64e39 | 2023-09-28 12:07:04 -0700 | [diff] [blame] | 33 | name: tempest-full-2023-2-extra-tests |
| 34 | parent: tempest-extra-tests |
| 35 | nodeset: openstack-single-node-jammy |
| 36 | override-checkout: stable/2023.2 |
| 37 | |
| 38 | - job: |
Ghanshyam Mann | 14d7f23 | 2024-09-25 12:43:53 -0700 | [diff] [blame] | 39 | name: tempest-slow-2024-2 |
| 40 | parent: tempest-slow-py3 |
| 41 | nodeset: openstack-two-node-jammy |
| 42 | override-checkout: stable/2024.2 |
| 43 | |
| 44 | - job: |
Ghanshyam Mann | 61bb9c6 | 2024-03-28 14:55:37 -0700 | [diff] [blame] | 45 | name: tempest-slow-2024-1 |
| 46 | parent: tempest-slow-py3 |
| 47 | nodeset: openstack-two-node-jammy |
| 48 | override-checkout: stable/2024.1 |
| 49 | |
| 50 | - job: |
Ghanshyam Mann | 5c64e39 | 2023-09-28 12:07:04 -0700 | [diff] [blame] | 51 | name: tempest-slow-2023-2 |
| 52 | parent: tempest-slow-py3 |
| 53 | nodeset: openstack-two-node-jammy |
| 54 | override-checkout: stable/2023.2 |
| 55 | |
| 56 | - job: |
Ghanshyam Mann | 3c10d68 | 2021-06-02 12:27:51 -0500 | [diff] [blame] | 57 | name: tempest-full-py3 |
| 58 | parent: devstack-tempest |
Ghanshyam Mann | 11d4fc9 | 2023-02-21 13:29:44 -0800 | [diff] [blame] | 59 | # This job version is to use the 'full' tox env which |
| 60 | # is available for stable/ussuri to stable/wallaby also. |
| 61 | branches: |
Ghanshyam Mann | 1b38bd6 | 2024-03-14 21:28:51 -0700 | [diff] [blame] | 62 | - ^.*/victoria |
| 63 | - ^.*/wallaby |
Ghanshyam Mann | 11d4fc9 | 2023-02-21 13:29:44 -0800 | [diff] [blame] | 64 | description: | |
| 65 | Base integration test with Neutron networking, horizon, swift enable, |
| 66 | and py3. |
| 67 | Former names for this job where: |
| 68 | * legacy-tempest-dsvm-py35 |
| 69 | * gate-tempest-dsvm-py35 |
| 70 | required-projects: |
| 71 | - openstack/horizon |
| 72 | vars: |
| 73 | tox_envlist: full |
| 74 | devstack_localrc: |
| 75 | USE_PYTHON3: true |
| 76 | FORCE_CONFIG_DRIVE: true |
| 77 | ENABLE_VOLUME_MULTIATTACH: true |
| 78 | GLANCE_USE_IMPORT_WORKFLOW: True |
| 79 | devstack_plugins: |
| 80 | neutron: https://opendev.org/openstack/neutron |
| 81 | devstack_services: |
Rajesh Tailor | a85bdb4 | 2024-04-02 12:01:53 +0530 | [diff] [blame] | 82 | # Enable horizon so that we can run horizon test. |
Ghanshyam Mann | 11d4fc9 | 2023-02-21 13:29:44 -0800 | [diff] [blame] | 83 | horizon: true |
| 84 | |
| 85 | - job: |
Elod Illes | 78d2492 | 2022-11-22 15:55:42 +0100 | [diff] [blame] | 86 | name: tempest-multinode-full-py3 |
| 87 | parent: tempest-multinode-full |
| 88 | nodeset: openstack-two-node-focal |
Dr. Jens Harbott | 59e1cb4 | 2024-04-30 17:26:21 +0200 | [diff] [blame] | 89 | # This job runs on Focal and supposed to run until unmaintained/zed. |
Elod Illes | 78d2492 | 2022-11-22 15:55:42 +0100 | [diff] [blame] | 90 | branches: |
Ghanshyam Mann | 1b38bd6 | 2024-03-14 21:28:51 -0700 | [diff] [blame] | 91 | - ^.*/victoria |
| 92 | - ^.*/wallaby |
| 93 | - ^.*/xena |
| 94 | - ^.*/yoga |
| 95 | - ^.*/zed |
Ghanshyam Mann | 24a3a36 | 2022-10-12 15:50:28 -0500 | [diff] [blame] | 96 | vars: |
| 97 | devstack_localrc: |
| 98 | USE_PYTHON3: true |
| 99 | devstack_plugins: |
| 100 | neutron: https://opendev.org/openstack/neutron |
| 101 | devstack_services: |
| 102 | neutron-trunk: true |
| 103 | group-vars: |
| 104 | subnode: |
| 105 | devstack_localrc: |
| 106 | USE_PYTHON3: true |
| 107 | |
| 108 | - job: |
| 109 | name: tempest-multinode-full |
| 110 | parent: tempest-multinode-full-base |
| 111 | nodeset: openstack-two-node-focal |
Dr. Jens Harbott | 59e1cb4 | 2024-04-30 17:26:21 +0200 | [diff] [blame] | 112 | # This job runs on Focal and on python2. This is for unmaintained/victoria to unmaintained/zed. |
Ghanshyam Mann | 24a3a36 | 2022-10-12 15:50:28 -0500 | [diff] [blame] | 113 | branches: |
Ghanshyam Mann | 1b38bd6 | 2024-03-14 21:28:51 -0700 | [diff] [blame] | 114 | - ^.*/victoria |
| 115 | - ^.*/wallaby |
| 116 | - ^.*/xena |
| 117 | - ^.*/yoga |
| 118 | - ^.*/zed |
Ghanshyam Mann | 24a3a36 | 2022-10-12 15:50:28 -0500 | [diff] [blame] | 119 | vars: |
| 120 | devstack_localrc: |
| 121 | USE_PYTHON3: False |
| 122 | group-vars: |
| 123 | subnode: |
| 124 | devstack_localrc: |
| 125 | USE_PYTHON3: False |
| 126 | |
| 127 | - job: |
Ghanshyam Mann | 180717d | 2023-07-14 10:50:02 -0500 | [diff] [blame] | 128 | name: tempest-slow-py3 |
| 129 | parent: tempest-slow |
| 130 | # This job version is to use the 'slow-serial' tox env for |
| 131 | # the stable/ussuri to stable/wallaby testing. |
| 132 | branches: |
Ghanshyam Mann | 1b38bd6 | 2024-03-14 21:28:51 -0700 | [diff] [blame] | 133 | - ^.*/victoria |
| 134 | - ^.*/wallaby |
Ghanshyam Mann | 180717d | 2023-07-14 10:50:02 -0500 | [diff] [blame] | 135 | vars: |
| 136 | tox_envlist: slow-serial |
| 137 | |
| 138 | - job: |
Ghanshyam Mann | e6b7056 | 2022-01-21 19:32:42 -0600 | [diff] [blame] | 139 | name: tempest-full-py3-opensuse15 |
| 140 | parent: tempest-full-py3 |
| 141 | nodeset: devstack-single-node-opensuse-15 |
| 142 | description: | |
| 143 | Base integration test with Neutron networking and py36 running |
| 144 | on openSUSE Leap 15.x |
| 145 | voting: false |
| 146 | # This job is not used after stable/xena and can be |
| 147 | # removed once stable/xena is EOL. |
| 148 | branches: |
Ghanshyam Mann | 1b38bd6 | 2024-03-14 21:28:51 -0700 | [diff] [blame] | 149 | - ^.*/victoria |
| 150 | - ^.*/wallaby |
| 151 | - ^.*/xena |