160b9a208b
As 2023.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: I2d80915b78ac024c5db5fa21d9e71f7904a58c3f
58 lines
1.7 KiB
YAML
58 lines
1.7 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-2023-1
|
|
- kuryr-kubernetes-tempest-zed
|
|
- kuryr-kubernetes-tempest-yoga
|
|
- kuryr-kubernetes-tempest-xena
|
|
- kuryr-kubernetes-tempest-wallaby
|
|
|
|
- job:
|
|
name: kuryr-kubernetes-tempest-2023-1
|
|
parent: kuryr-kubernetes-tempest
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2023.1
|
|
|
|
- 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
|