Skip to content

Commit

Permalink
Add Tempest gate job for stable/2023.2
Browse files Browse the repository at this point in the history
Now we have stable/2023.2 branch ready for devstack
and so does for all service projects.

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

Change-Id: I8cff5f937406738261b3edf98919135e8f8af701
  • Loading branch information
gmannos committed Sep 28, 2023
1 parent 2ce81e5 commit 5c64e39
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zuul.d/project.yaml
Expand Up @@ -37,7 +37,7 @@
# 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:
- tempest-full-2023-2:
irrelevant-files: *tempest-irrelevant-files
- tempest-full-yoga:
irrelevant-files: *tempest-irrelevant-files
Expand Down Expand Up @@ -186,12 +186,15 @@
irrelevant-files: *tempest-irrelevant-files
periodic-stable:
jobs:
- tempest-full-2023-2
- tempest-full-2023-1
- tempest-full-zed
- tempest-full-yoga
- tempest-slow-2023-2
- tempest-slow-2023-1
- tempest-slow-zed
- tempest-slow-yoga
- tempest-full-2023-2-extra-tests
- tempest-full-2023-1-extra-tests
- tempest-full-zed-extra-tests
- tempest-full-yoga-extra-tests
Expand Down
18 changes: 18 additions & 0 deletions zuul.d/stable-jobs.yaml
@@ -1,4 +1,10 @@
# NOTE(gmann): This file includes all stable release jobs definition.
- job:
name: tempest-full-2023-2
parent: tempest-full-py3
nodeset: openstack-single-node-jammy
override-checkout: stable/2023.2

- job:
name: tempest-full-2023-1
parent: tempest-full-py3
Expand All @@ -17,6 +23,12 @@
nodeset: openstack-single-node-focal
override-checkout: stable/yoga

- job:
name: tempest-full-2023-2-extra-tests
parent: tempest-extra-tests
nodeset: openstack-single-node-jammy
override-checkout: stable/2023.2

- job:
name: tempest-full-2023-1-extra-tests
parent: tempest-extra-tests
Expand All @@ -35,6 +47,12 @@
nodeset: openstack-single-node-focal
override-checkout: stable/yoga

- job:
name: tempest-slow-2023-2
parent: tempest-slow-py3
nodeset: openstack-two-node-jammy
override-checkout: stable/2023.2

- job:
name: tempest-slow-2023-1
parent: tempest-slow-py3
Expand Down

0 comments on commit 5c64e39

Please sign in to comment.