From 61bb9c66dec9f9074af60a2609cf03a6c0c92a4b Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 28 Mar 2024 14:55:37 -0700 Subject: [PATCH] Add Tempest gate job for stable/2024.1 Now we have stable/2024.1 branch ready for devstack and so does for all service projects. This commit adds the Tempest testing for stable/2024.1 by adding new jobs running on stable/2024.1 version of openstack. Change-Id: I4b9370e7b50da2bb535ff40ebc34079d2b8772ce --- zuul.d/project.yaml | 5 ++++- zuul.d/stable-jobs.yaml | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 210717a033..0c7c24fa9f 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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-2: + - tempest-full-2024-1: irrelevant-files: *tempest-irrelevant-files - tempest-full-zed: irrelevant-files: *tempest-irrelevant-files @@ -189,12 +189,15 @@ irrelevant-files: *tempest-irrelevant-files periodic-stable: jobs: + - tempest-full-2024-1 - tempest-full-2023-2 - tempest-full-2023-1 - tempest-full-zed + - tempest-slow-2024-1 - tempest-slow-2023-2 - tempest-slow-2023-1 - tempest-slow-zed + - tempest-full-2024-1-extra-tests - tempest-full-2023-2-extra-tests - tempest-full-2023-1-extra-tests - tempest-full-zed-extra-tests diff --git a/zuul.d/stable-jobs.yaml b/zuul.d/stable-jobs.yaml index 8132b38b86..a662685f5c 100644 --- a/zuul.d/stable-jobs.yaml +++ b/zuul.d/stable-jobs.yaml @@ -1,4 +1,10 @@ # NOTE(gmann): This file includes all stable release jobs definition. +- job: + name: tempest-full-2024-1 + parent: tempest-full-py3 + nodeset: openstack-single-node-jammy + override-checkout: stable/2024.1 + - job: name: tempest-full-2023-2 parent: tempest-full-py3 @@ -17,6 +23,12 @@ nodeset: openstack-single-node-focal override-checkout: stable/zed +- job: + name: tempest-full-2024-1-extra-tests + parent: tempest-extra-tests + nodeset: openstack-single-node-jammy + override-checkout: stable/2024.1 + - job: name: tempest-full-2023-2-extra-tests parent: tempest-extra-tests @@ -35,6 +47,12 @@ nodeset: openstack-single-node-focal override-checkout: stable/zed +- job: + name: tempest-slow-2024-1 + parent: tempest-slow-py3 + nodeset: openstack-two-node-jammy + override-checkout: stable/2024.1 + - job: name: tempest-slow-2023-2 parent: tempest-slow-py3