Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 1 | - project: |
Takashi Kajinami | cb6e982 | 2022-06-13 09:58:49 +0900 | [diff] [blame] | 2 | queue: barbican |
Doug Hellmann | 123dd7d | 2018-09-04 11:49:53 -0400 | [diff] [blame] | 3 | templates: |
| 4 | - tempest-plugin-jobs |
| 5 | - check-requirements |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 6 | check: |
| 7 | jobs: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 8 | - barbican-tempest-plugin-simple-crypto |
Douglas Mendizábal | d013596 | 2021-03-11 15:38:53 -0600 | [diff] [blame] | 9 | - barbican-tempest-plugin-simple-crypto-secure-rbac |
Ghanshyam Mann | ca7738b | 2023-06-08 21:17:37 -0500 | [diff] [blame] | 10 | - barbican-tempest-plugin-simple-crypto-2023-1 |
Ghanshyam Mann | a396ac4 | 2022-10-15 22:34:46 -0500 | [diff] [blame] | 11 | - barbican-tempest-plugin-simple-crypto-zed |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 12 | - barbican-tempest-plugin-simple-crypto-yoga |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 13 | - barbican-tempest-plugin-simple-crypto-xena |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 14 | - barbican-tempest-plugin-simple-crypto-wallaby |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 15 | - barbican-tempest-plugin-simple-crypto-ipv6-only |
| 16 | - barbican-tempest-plugin-simple-crypto-castellan-src |
| 17 | - barbican-tempest-plugin-simple-crypto-cursive |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 18 | gate: |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 19 | jobs: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 20 | - barbican-tempest-plugin-simple-crypto |
| 21 | |
| 22 | - job: |
| 23 | name: barbican-tempest-plugin-simple-crypto |
| 24 | parent: devstack-tempest |
| 25 | required-projects: &barbican-tempest-reqs |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 26 | - openstack/barbican |
| 27 | - openstack/barbican-tempest-plugin |
| 28 | - openstack/python-barbicanclient |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 29 | vars: &barbican-tempest-vars |
| 30 | devstack_plugins: |
| 31 | barbican: https://opendev.org/openstack/barbican |
| 32 | devstack_localrc: |
| 33 | NOVA_BACKEND: LVM |
| 34 | LVM_VOLUME_CLEAR: none |
| 35 | devstack_local_conf: |
| 36 | post-config: |
| 37 | $NOVA_CONF: |
| 38 | glance: |
| 39 | verify_glance_signatures: True |
| 40 | ephemeral_storage_encryption: |
| 41 | key_size: 256 |
| 42 | cipher: aes-xts-plain64 |
| 43 | enabled: True |
| 44 | test-config: |
| 45 | $TEMPEST_CONFIG: |
| 46 | auth: |
| 47 | tempest_roles: creator |
| 48 | image-feature-enabled: |
| 49 | # this may be removed soon, as api_v1 is false since tempest>=20 |
| 50 | api_v1: False |
| 51 | ephemeral_storage_encryption: |
| 52 | enabled: True |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 53 | key_manager: |
| 54 | min_microversion: '1.0' |
| 55 | max_microversion: latest |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 56 | tox_envlist: all |
| 57 | tempest_test_regex: barbican |
| 58 | tempest_plugins: |
| 59 | - barbican-tempest-plugin |
| 60 | |
| 61 | - job: |
Ghanshyam Mann | ca7738b | 2023-06-08 21:17:37 -0500 | [diff] [blame] | 62 | name: barbican-tempest-plugin-simple-crypto-2023-1 |
| 63 | parent: barbican-tempest-plugin-simple-crypto |
| 64 | nodeset: openstack-single-node-jammy |
| 65 | override-checkout: stable/2023.1 |
| 66 | vars: |
| 67 | devstack_local_conf: |
| 68 | test-config: |
| 69 | $TEMPEST_CONFIG: |
| 70 | key_manager: |
| 71 | min_microversion: '1.0' |
| 72 | max_microversion: '1.1' |
| 73 | |
| 74 | - job: |
Ghanshyam Mann | a396ac4 | 2022-10-15 22:34:46 -0500 | [diff] [blame] | 75 | name: barbican-tempest-plugin-simple-crypto-zed |
| 76 | parent: barbican-tempest-plugin-simple-crypto |
| 77 | nodeset: openstack-single-node-focal |
| 78 | override-checkout: stable/zed |
| 79 | vars: |
| 80 | devstack_local_conf: |
| 81 | test-config: |
| 82 | $TEMPEST_CONFIG: |
| 83 | key_manager: |
| 84 | min_microversion: '1.0' |
| 85 | max_microversion: '1.1' |
| 86 | |
| 87 | - job: |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 88 | name: barbican-tempest-plugin-simple-crypto-yoga |
| 89 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 90 | nodeset: openstack-single-node-focal |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 91 | override-checkout: stable/yoga |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 92 | vars: µversion_v1_0 |
| 93 | devstack_local_conf: |
| 94 | test-config: |
| 95 | $TEMPEST_CONFIG: |
| 96 | key_manager: |
| 97 | min_microversion: '1.0' |
| 98 | max_microversion: '1.0' |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 99 | |
| 100 | - job: |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 101 | name: barbican-tempest-plugin-simple-crypto-xena |
| 102 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 103 | nodeset: openstack-single-node-focal |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 104 | override-checkout: stable/xena |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 105 | vars: *microversion_v1_0 |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 106 | |
| 107 | - job: |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 108 | name: barbican-tempest-plugin-simple-crypto-wallaby |
| 109 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 110 | nodeset: openstack-single-node-focal |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 111 | override-checkout: stable/wallaby |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 112 | required-projects: |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 113 | - name: openstack/barbican-tempest-plugin |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 114 | override-checkout: wallaby-last |
Ade Lee | 519aa80 | 2022-05-06 12:33:06 -0400 | [diff] [blame] | 115 | vars: *microversion_v1_0 |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 116 | |
| 117 | - job: |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 118 | name: barbican-tempest-plugin-simple-crypto-victoria |
| 119 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 120 | nodeset: openstack-single-node-focal |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 121 | override-checkout: stable/victoria |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 122 | required-projects: |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 123 | - name: openstack/barbican-tempest-plugin |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 124 | override-checkout: victoria-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 125 | vars: *microversion_v1_0 |
| 126 | |
| 127 | - job: |
| 128 | name: barbican-tempest-plugin-simple-crypto-ussuri |
| 129 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 130 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 131 | override-checkout: stable/ussuri |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 132 | required-projects: |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 133 | - name: openstack/barbican-tempest-plugin |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 134 | override-checkout: ussuri-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 135 | vars: *microversion_v1_0 |
| 136 | |
| 137 | - job: |
| 138 | name: barbican-tempest-plugin-simple-crypto-train |
| 139 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 140 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 141 | override-checkout: stable/train |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 142 | required-projects: |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 143 | - name: openstack/barbican-tempest-plugin |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 144 | override-checkout: train-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 145 | vars: *microversion_v1_0 |
| 146 | |
| 147 | - job: |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 148 | name: barbican-tempest-plugin-simple-crypto-secure-rbac |
| 149 | parent: barbican-tempest-plugin-simple-crypto |
| 150 | vars: |
| 151 | devstack_local_conf: |
| 152 | post-config: |
| 153 | $BARBICAN_CONF: |
| 154 | oslo_policy: |
| 155 | enforce_new_defaults: True |
| 156 | enforce_scope: True |
Lukas Piwowarski | 6345b34 | 2023-12-15 16:00:48 +0100 | [diff] [blame] | 157 | # (lpiwowar): Uncomment once this bug is resolved: |
| 158 | # https://bugs.launchpad.net/barbican/+bug/2043457 |
| 159 | # secretstore: |
| 160 | # enable_multiple_secret_stores: True |
| 161 | # stores_lookup_suffix: simple_crypto |
| 162 | # secretstore:simple_crypto: |
| 163 | # secret_store_plugin: store_crypto |
| 164 | # crypto_plugin: simple_crypto |
| 165 | # global_default: true |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 166 | test-config: |
| 167 | $TEMPEST_CONFIG: |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 168 | barbican_rbac_scope_verification: |
| 169 | enforce_scope: True |
Lukas Piwowarski | 6345b34 | 2023-12-15 16:00:48 +0100 | [diff] [blame] | 170 | # barbican_tempest: |
| 171 | # enable_multiple_secret_stores: True |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 172 | |
| 173 | - job: |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 174 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-2023-1 |
| 175 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
| 176 | nodeset: openstack-single-node-jammy |
| 177 | override-checkout: stable/2023.1 |
| 178 | required-projects: |
| 179 | - name: openstack/barbican-tempest-plugin |
| 180 | override-checkout: a31f9ef3a68e58fe970783d1b7b4cff45e4ee78b |
| 181 | vars: *microversion_v1_0 |
| 182 | |
| 183 | - job: |
| 184 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-zed |
| 185 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
| 186 | nodeset: openstack-single-node-focal |
| 187 | override-checkout: stable/zed |
| 188 | required-projects: |
| 189 | - name: openstack/barbican-tempest-plugin |
| 190 | override-checkout: a31f9ef3a68e58fe970783d1b7b4cff45e4ee78b |
| 191 | vars: *microversion_v1_0 |
| 192 | |
| 193 | - job: |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 194 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-yoga |
| 195 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 196 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 197 | override-checkout: stable/yoga |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 198 | required-projects: |
| 199 | - name: openstack/barbican-tempest-plugin |
| 200 | override-checkout: a31f9ef3a68e58fe970783d1b7b4cff45e4ee78b |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 201 | vars: *microversion_v1_0 |
| 202 | |
| 203 | - job: |
| 204 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-xena |
| 205 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 206 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 207 | override-checkout: stable/xena |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 208 | required-projects: |
| 209 | - name: openstack/barbican-tempest-plugin |
| 210 | override-checkout: a31f9ef3a68e58fe970783d1b7b4cff45e4ee78b |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 211 | vars: *microversion_v1_0 |
| 212 | |
| 213 | - job: |
| 214 | name: barbican-tempest-plugin-simple-crypto-secure-rbac-wallaby |
| 215 | parent: barbican-tempest-plugin-simple-crypto-secure-rbac |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 216 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 217 | override-checkout: stable/wallaby |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 218 | required-projects: |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 219 | - name: openstack/barbican-tempest-plugin |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 220 | override-checkout: wallaby-last |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 221 | vars: *microversion_v1_0 |
| 222 | |
| 223 | - job: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 224 | name: barbican-tempest-plugin-simple-crypto-ipv6-only |
| 225 | parent: devstack-tempest-ipv6 |
| 226 | required-projects: *barbican-tempest-reqs |
| 227 | vars: *barbican-tempest-vars |
| 228 | |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 229 | |
| 230 | - job: |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 231 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-2023-1 |
| 232 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
| 233 | nodeset: openstack-single-node-jammy |
| 234 | override-checkout: stable/2023.1 |
| 235 | required-projects: |
| 236 | - name: openstack/barbican-tempest-plugin |
| 237 | override-checkout: a31f9ef3a68e58fe970783d1b7b4cff45e4ee78b |
| 238 | vars: *microversion_v1_0 |
| 239 | |
| 240 | - job: |
| 241 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-zed |
| 242 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
| 243 | nodeset: openstack-single-node-focal |
| 244 | override-checkout: stable/zed |
| 245 | required-projects: |
| 246 | - name: openstack/barbican-tempest-plugin |
| 247 | override-checkout: a31f9ef3a68e58fe970783d1b7b4cff45e4ee78b |
| 248 | vars: *microversion_v1_0 |
| 249 | |
| 250 | - job: |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 251 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-yoga |
| 252 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 253 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 254 | override-checkout: stable/yoga |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 255 | required-projects: |
| 256 | - name: openstack/barbican-tempest-plugin |
| 257 | override-checkout: a31f9ef3a68e58fe970783d1b7b4cff45e4ee78b |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 258 | vars: *microversion_v1_0 |
| 259 | |
| 260 | - job: |
| 261 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-xena |
| 262 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 263 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 264 | override-checkout: stable/xena |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 265 | required-projects: |
| 266 | - name: openstack/barbican-tempest-plugin |
| 267 | override-checkout: a31f9ef3a68e58fe970783d1b7b4cff45e4ee78b |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 268 | vars: *microversion_v1_0 |
| 269 | |
| 270 | - job: |
| 271 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-wallaby |
| 272 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 273 | nodeset: openstack-single-node-focal |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 274 | override-checkout: stable/wallaby |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 275 | required-projects: |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 276 | - name: openstack/barbican-tempest-plugin |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 277 | override-checkout: wallaby-last |
Ade Lee | 01da561 | 2022-08-25 13:58:44 +0200 | [diff] [blame] | 278 | vars: *microversion_v1_0 |
| 279 | |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 280 | - job: |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 281 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-victoria |
| 282 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 283 | nodeset: openstack-single-node-focal |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 284 | override-checkout: stable/victoria |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 285 | required-projects: |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 286 | - name: openstack/barbican-tempest-plugin |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 287 | override-checkout: victoria-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 288 | vars: *microversion_v1_0 |
| 289 | |
| 290 | - job: |
| 291 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-ussuri |
| 292 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 293 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 294 | override-checkout: stable/ussuri |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 295 | required-projects: |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 296 | - name: openstack/barbican-tempest-plugin |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 297 | override-checkout: ussuri-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 298 | vars: *microversion_v1_0 |
| 299 | |
| 300 | - job: |
| 301 | name: barbican-tempest-plugin-simple-crypto-ipv6-only-train |
| 302 | parent: barbican-tempest-plugin-simple-crypto-ipv6-only |
Ghanshyam Mann | fb42f01 | 2022-10-15 20:53:18 -0500 | [diff] [blame] | 303 | nodeset: openstack-single-node-bionic |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 304 | override-checkout: stable/train |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 305 | required-projects: |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 306 | - name: openstack/barbican-tempest-plugin |
Lukáš Piwowarski | 638efcc | 2023-08-08 13:45:32 +0200 | [diff] [blame] | 307 | override-checkout: train-last |
Douglas Mendizábal | 0eebe18 | 2022-10-05 14:58:11 -0400 | [diff] [blame] | 308 | vars: *microversion_v1_0 |
| 309 | |
| 310 | - job: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 311 | name: barbican-tempest-plugin-simple-crypto-castellan-src |
| 312 | parent: barbican-tempest-plugin-simple-crypto |
| 313 | required-projects: |
Tobias Urdin | 1323ec7 | 2024-01-24 10:43:05 +0100 | [diff] [blame^] | 314 | - openstack/castellan |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 315 | |
| 316 | - job: |
| 317 | name: barbican-tempest-plugin-simple-crypto-cursive |
| 318 | parent: barbican-tempest-plugin-simple-crypto |
| 319 | required-projects: |
| 320 | - opendev.org/x/cursive |