Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 1 | - project: |
Doug Hellmann | 123dd7d | 2018-09-04 11:49:53 -0400 | [diff] [blame] | 2 | templates: |
| 3 | - tempest-plugin-jobs |
| 4 | - check-requirements |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 5 | check: |
| 6 | jobs: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 7 | - barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | 89fe14e | 2020-10-05 20:50:20 -0500 | [diff] [blame^] | 8 | - barbican-tempest-plugin-simple-crypto-victoria |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 9 | - barbican-tempest-plugin-simple-crypto-ussuri |
| 10 | - barbican-tempest-plugin-simple-crypto-train |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 11 | - barbican-tempest-plugin-simple-crypto-ipv6-only |
| 12 | - barbican-tempest-plugin-simple-crypto-castellan-src |
| 13 | - barbican-tempest-plugin-simple-crypto-cursive |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 14 | gate: |
Doug Hellmann | 123dd7d | 2018-09-04 11:49:53 -0400 | [diff] [blame] | 15 | queue: barbican |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 16 | jobs: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 17 | - barbican-tempest-plugin-simple-crypto |
| 18 | |
| 19 | - job: |
| 20 | name: barbican-tempest-plugin-simple-crypto |
| 21 | parent: devstack-tempest |
| 22 | required-projects: &barbican-tempest-reqs |
| 23 | - opendev.org/openstack/barbican |
| 24 | - opendev.org/openstack/barbican-tempest-plugin |
| 25 | - opendev.org/openstack/python-barbicanclient |
| 26 | vars: &barbican-tempest-vars |
| 27 | devstack_plugins: |
| 28 | barbican: https://opendev.org/openstack/barbican |
| 29 | devstack_localrc: |
| 30 | NOVA_BACKEND: LVM |
| 31 | LVM_VOLUME_CLEAR: none |
| 32 | devstack_local_conf: |
| 33 | post-config: |
| 34 | $NOVA_CONF: |
| 35 | glance: |
| 36 | verify_glance_signatures: True |
| 37 | ephemeral_storage_encryption: |
| 38 | key_size: 256 |
| 39 | cipher: aes-xts-plain64 |
| 40 | enabled: True |
| 41 | test-config: |
| 42 | $TEMPEST_CONFIG: |
| 43 | auth: |
| 44 | tempest_roles: creator |
| 45 | image-feature-enabled: |
| 46 | # this may be removed soon, as api_v1 is false since tempest>=20 |
| 47 | api_v1: False |
| 48 | ephemeral_storage_encryption: |
| 49 | enabled: True |
| 50 | tox_envlist: all |
| 51 | tempest_test_regex: barbican |
| 52 | tempest_plugins: |
| 53 | - barbican-tempest-plugin |
| 54 | |
| 55 | - job: |
Ghanshyam Mann | 89fe14e | 2020-10-05 20:50:20 -0500 | [diff] [blame^] | 56 | name: barbican-tempest-plugin-simple-crypto-victoria |
| 57 | parent: barbican-tempest-plugin-simple-crypto |
| 58 | nodeset: openstack-single-node-bionic |
| 59 | override-checkout: stable/victoria |
| 60 | |
| 61 | - job: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 62 | name: barbican-tempest-plugin-simple-crypto-ussuri |
| 63 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | 89fe14e | 2020-10-05 20:50:20 -0500 | [diff] [blame^] | 64 | nodeset: openstack-single-node-bionic |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 65 | override-checkout: stable/ussuri |
| 66 | |
| 67 | - job: |
| 68 | name: barbican-tempest-plugin-simple-crypto-train |
| 69 | parent: barbican-tempest-plugin-simple-crypto |
Ghanshyam Mann | 89fe14e | 2020-10-05 20:50:20 -0500 | [diff] [blame^] | 70 | nodeset: openstack-single-node-bionic |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 71 | override-checkout: stable/train |
| 72 | |
| 73 | - job: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 74 | name: barbican-tempest-plugin-simple-crypto-ipv6-only |
| 75 | parent: devstack-tempest-ipv6 |
| 76 | required-projects: *barbican-tempest-reqs |
| 77 | vars: *barbican-tempest-vars |
| 78 | |
| 79 | - job: |
| 80 | name: barbican-tempest-plugin-simple-crypto-castellan-src |
| 81 | parent: barbican-tempest-plugin-simple-crypto |
| 82 | required-projects: |
| 83 | - opendev.org/openstack/castellan |
| 84 | |
| 85 | - job: |
| 86 | name: barbican-tempest-plugin-simple-crypto-cursive |
| 87 | parent: barbican-tempest-plugin-simple-crypto |
| 88 | required-projects: |
| 89 | - opendev.org/x/cursive |