summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-03-17 23:31:50 +0000
committerGerrit Code Review <review@openstack.org>2023-03-17 23:31:50 +0000
commit32c3a09dca114e26a173756b0510365bd43d15d8 (patch)
treefff5d4e3cce6a7ce2e38a98e1883e25f8e88f381
parent06a03062e7e7df58f2aca4b44d4b3205f82b48e3 (diff)
parent9eab9073dd8f66031e0ebcee2ebc2e821ea16e87 (diff)
downloadtempest-32c3a09dca114e26a173756b0510365bd43d15d8.tar.gz
Merge "Add Tempest gate job for stable/2023.1"
-rw-r--r--zuul.d/project.yaml10
-rw-r--r--zuul.d/stable-jobs.yaml18
2 files changed, 27 insertions, 1 deletions
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 3df61d8bc..e39c9e30a 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -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
@@ -179,12 +184,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
diff --git a/zuul.d/stable-jobs.yaml b/zuul.d/stable-jobs.yaml
index 8aeb74802..99a7e1b4d 100644
--- a/zuul.d/stable-jobs.yaml
+++ b/zuul.d/stable-jobs.yaml
@@ -1,5 +1,11 @@
# 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
nodeset: openstack-single-node-focal
@@ -18,6 +24,12 @@
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
nodeset: openstack-single-node-focal
@@ -36,6 +48,12 @@
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
nodeset: openstack-two-node-focal