Add stable/zed jobs on master gate

As zed 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: I2fa5a56b2822a83ba63e2dc893e9d9bb3bf2c4ec
This commit is contained in:
Ghanshyam Mann 2022-10-15 22:22:16 -05:00 committed by tikitavi
parent 7a23f331e5
commit 205864bf25
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@
check:
jobs:
- ec2api-tempest-plugin-functional
- ec2api-tempest-plugin-functional-zed
- ec2api-tempest-plugin-functional-yoga
- ec2api-tempest-plugin-functional-xena
- ec2api-tempest-plugin-functional-wallaby
@ -39,6 +40,11 @@
neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
tempest_plugins:
- ec2api-tempest-plugin
- job:
name: ec2api-tempest-plugin-functional-zed
parent: ec2api-tempest-plugin-functional
nodeset: openstack-single-node-focal
override-checkout: stable/zed
- job:
name: ec2api-tempest-plugin-functional-yoga
parent: ec2api-tempest-plugin-functional