09b39ea3cf
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Most of the Tempest jobs will be migrate automatically once devstack base job start running on Focal(Depends-On). Stable jobs testing stable branch needs to keep running on their supported distro version which is bionic from stein till ussuri. [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: I2fec67b388d6823e3cc5e1eb84c197485bb08d04 Story: #2007865 Task: #40192
63 lines
2.0 KiB
YAML
63 lines
2.0 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-ussuri
|
|
- kuryr-kubernetes-tempest-train
|
|
- kuryr-kubernetes-tempest-stein
|
|
|
|
- job:
|
|
name: kuryr-kubernetes-tempest-ussuri
|
|
parent: kuryr-kubernetes-tempest
|
|
override-checkout: stable/ussuri
|
|
nodeset: openstack-single-node-bionic
|
|
vars:
|
|
# Default swap size got shrinked to 1 GB, it's way too small for us.
|
|
configure_swap_size: 8192
|
|
|
|
- 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:
|
|
# Default swap size got shrinked to 1 GB, it's way too small for us.
|
|
configure_swap_size: 8192
|
|
devstack_localrc:
|
|
USE_PYTHON3: True
|
|
|
|
- job:
|
|
name: kuryr-kubernetes-tempest-stein
|
|
parent: kuryr-kubernetes-tempest
|
|
override-checkout: stable/stein
|
|
nodeset: openstack-single-node-bionic
|
|
required-projects:
|
|
- name: openstack/diskimage-builder
|
|
override-checkout: 2.30.0
|
|
vars:
|
|
# Default swap size got shrinked to 1 GB, it's way too small for us.
|
|
configure_swap_size: 8192
|
|
devstack_localrc:
|
|
USE_PYTHON3: True
|