Add stable/2024.1 jobs on master gate

As 2024.1 is released, we should add its job on master
gate to keep branchless tempest plugins compatible to stable branch.

Ref: Tempest plugins guide for stable branch testing:
- https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html

Change-Id: I16163f77b25c1ba00822a4fd2ab00b9d26870de9
This commit is contained in:
Ghanshyam Mann 2024-04-25 17:29:46 -07:00
parent 82b0e48639
commit d7f96744c3

View File

@ -7,6 +7,7 @@
jobs:
- barbican-tempest-plugin-simple-crypto
- barbican-tempest-plugin-simple-crypto-secure-rbac
- barbican-tempest-plugin-simple-crypto-2024-1
- barbican-tempest-plugin-simple-crypto-2023-2
- barbican-tempest-plugin-simple-crypto-2023-1
- barbican-tempest-plugin-simple-crypto-zed
@ -56,6 +57,19 @@
tempest_plugins:
- barbican-tempest-plugin
- job:
name: barbican-tempest-plugin-simple-crypto-2024-1
parent: barbican-tempest-plugin-simple-crypto
nodeset: openstack-single-node-jammy
override-checkout: stable/2024.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-2
parent: barbican-tempest-plugin-simple-crypto