kuryr-tempest-plugin/.zuul.yaml
Ghanshyam Mann b47422f56e Add stable/wallaby jobs on master gate
We have stable/wallaby released so we should add
their job on master gate to keep branchless tempest
plugins compatible to stable branch.

This also removes the stable/stein job as that is in EM
state now.

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

Change-Id: Icc37ad3818d40f17b51827f8b0d19ca0c7c5bade
2021-04-29 18:32:23 -05:00

56 lines
1.6 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-wallaby
- kuryr-kubernetes-tempest-victoria
- kuryr-kubernetes-tempest-ussuri
- kuryr-kubernetes-tempest-train
- job:
name: kuryr-kubernetes-tempest-wallaby
parent: kuryr-kubernetes-tempest
override-checkout: stable/wallaby
- job:
name: kuryr-kubernetes-tempest-victoria
parent: kuryr-kubernetes-tempest
override-checkout: stable/victoria
- job:
name: kuryr-kubernetes-tempest-ussuri
parent: kuryr-kubernetes-tempest
override-checkout: stable/ussuri
nodeset: openstack-single-node-bionic
- job:
name: kuryr-kubernetes-tempest-train
parent: kuryr-kubernetes-tempest
override-checkout: stable/train
nodeset: openstack-single-node-bionic
required-projects:
- name: openstack/diskimage-builder
override-checkout: 2.30.0
vars:
devstack_localrc:
USE_PYTHON3: True
voting: false