Add Tempest gate job for stable/2023.1

Now we have stable/2023.1 branch ready for devstack
and so does for all service projects.

This commit adds the Tempest testing for stable/2023.1
by adding new jobs running on stable/2023.1 version of
openstack.

Change-Id: I5994c6fb56e01c9697d4d80bcbff2939ef2eff04
This commit is contained in:
Ghanshyam Mann 2023-03-15 15:17:07 -05:00
parent eb85cec8b5
commit 9eab9073dd
2 changed files with 27 additions and 1 deletions

View File

@ -33,7 +33,12 @@
- glance-multistore-cinder-import:
voting: false
irrelevant-files: *tempest-irrelevant-files
- tempest-full-zed:
# NOTE(gmann): We will be testing the latest and oldest
# supported stable branch in Tempest master gate with assuming
# if things are working in latest and oldest it will work in between
# stable branches also. If anything is breaking we will be catching
# those in respective stable branch gate.
- tempest-full-2023-1:
irrelevant-files: *tempest-irrelevant-files
- tempest-full-xena:
irrelevant-files: *tempest-irrelevant-files
@ -174,12 +179,15 @@
irrelevant-files: *tempest-irrelevant-files
periodic-stable:
jobs:
- tempest-full-2023-1
- tempest-full-zed
- tempest-full-yoga
- tempest-full-xena
- tempest-slow-2023-1
- tempest-slow-zed
- tempest-slow-yoga
- tempest-slow-xena
- tempest-full-2023-1-extra-tests
- tempest-full-zed-extra-tests
- tempest-full-yoga-extra-tests
- tempest-full-xena-extra-tests

View File

@ -1,4 +1,10 @@
# NOTE(gmann): This file includes all stable release jobs definition.
- job:
name: tempest-full-2023-1
parent: tempest-full-py3
nodeset: openstack-single-node-jammy
override-checkout: stable/2023.1
- job:
name: tempest-full-zed
parent: tempest-full-py3
@ -17,6 +23,12 @@
nodeset: openstack-single-node-focal
override-checkout: stable/xena
- job:
name: tempest-full-2023-1-extra-tests
parent: tempest-extra-tests
nodeset: openstack-single-node-jammy
override-checkout: stable/2023.1
- job:
name: tempest-full-zed-extra-tests
parent: tempest-extra-tests
@ -35,6 +47,12 @@
nodeset: openstack-single-node-focal
override-checkout: stable/xena
- job:
name: tempest-slow-2023-1
parent: tempest-slow-py3
nodeset: openstack-two-node-jammy
override-checkout: stable/2023-1
- job:
name: tempest-slow-zed
parent: tempest-slow-py3