kuryr-tempest-plugin/.zuul.yaml
Ghanshyam Mann 34255b30a2 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: I04b4acadd2864ab3160a97888dbb912c18951907
2022-10-19 17:48:01 +02:00

51 lines
1.5 KiB
YAML

# Copyright 2018 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- project:
templates:
- check-requirements
- publish-openstack-docs-pti
- tempest-plugin-jobs
- kuryr-kubernetes-tempest-jobs
check:
jobs:
- kuryr-kubernetes-tempest-zed
- kuryr-kubernetes-tempest-yoga
- kuryr-kubernetes-tempest-xena
- kuryr-kubernetes-tempest-wallaby
- job:
name: kuryr-kubernetes-tempest-zed
parent: kuryr-kubernetes-tempest
nodeset: openstack-single-node-focal
override-checkout: stable/zed
- job:
name: kuryr-kubernetes-tempest-yoga
parent: kuryr-kubernetes-tempest
nodeset: openstack-single-node-focal
override-checkout: stable/yoga
- job:
name: kuryr-kubernetes-tempest-xena
parent: kuryr-kubernetes-tempest
nodeset: openstack-single-node-focal
override-checkout: stable/xena
- job:
name: kuryr-kubernetes-tempest-wallaby
parent: kuryr-kubernetes-tempest
nodeset: openstack-single-node-focal
override-checkout: stable/wallaby