From c8b6d07de8eaee21a39bd8fd56087444c1b202c0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 17 Feb 2024 02:47:15 +0900 Subject: [PATCH] Update stable branch testing stable/yoga and older branches are no longer supported by current tempest so remove tests for these branches from gate. Also fix the missing 2023.2 branch job. Change-Id: I2feca9dba2e42e113277d5bca96188db092d098a --- .zuul.yaml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 4906ab0..8d822f7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,11 +7,9 @@ jobs: - barbican-tempest-plugin-simple-crypto - barbican-tempest-plugin-simple-crypto-secure-rbac + - barbican-tempest-plugin-simple-crypto-2023-2 - barbican-tempest-plugin-simple-crypto-2023-1 - barbican-tempest-plugin-simple-crypto-zed - - barbican-tempest-plugin-simple-crypto-yoga - - barbican-tempest-plugin-simple-crypto-xena - - barbican-tempest-plugin-simple-crypto-wallaby - barbican-tempest-plugin-simple-crypto-ipv6-only - barbican-tempest-plugin-simple-crypto-castellan-src - barbican-tempest-plugin-simple-crypto-cursive @@ -58,6 +56,19 @@ tempest_plugins: - barbican-tempest-plugin +- job: + name: barbican-tempest-plugin-simple-crypto-2023-2 + parent: barbican-tempest-plugin-simple-crypto + nodeset: openstack-single-node-jammy + override-checkout: stable/2023.1 + vars: + devstack_local_conf: + test-config: + $TEMPEST_CONFIG: + key_manager: + min_microversion: '1.0' + max_microversion: '1.1' + - job: name: barbican-tempest-plugin-simple-crypto-2023-1 parent: barbican-tempest-plugin-simple-crypto