From f4a8698b97a5433b8e64df408aace2fb14c2cb22 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 20 Mar 2025 12:28:33 -0700 Subject: [PATCH] Add Tempest gate job for stable/2025.1 Now we have stable/2025.1 branch ready for devstack and so does for all service projects. This commit adds the Tempest testing for stable/2025.1 by adding new jobs running on stable/2025.1 version of openstack. Change-Id: I40596dd46444f463512ef9b198c841af6e9956d1 --- 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 2f21c2d4fc..bd21e736bd 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -45,7 +45,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-2024-2: + - tempest-full-2025-1: irrelevant-files: *tempest-irrelevant-files - tempest-full-2023-2: irrelevant-files: *tempest-irrelevant-files @@ -201,12 +201,15 @@ irrelevant-files: *tempest-irrelevant-files periodic-stable: jobs: + - tempest-full-2025-1 - tempest-full-2024-2 - tempest-full-2024-1 - tempest-full-2023-2 + - tempest-slow-2025-1 - tempest-slow-2024-2 - tempest-slow-2024-1 - tempest-slow-2023-2 + - tempest-full-2025-1-extra-tests - tempest-full-2024-2-extra-tests - tempest-full-2024-1-extra-tests - tempest-full-2023-2-extra-tests diff --git a/zuul.d/stable-jobs.yaml b/zuul.d/stable-jobs.yaml index 5785ec61e2..6409ae3cc8 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-2025-1 + parent: tempest-full-py3 + nodeset: openstack-single-node-noble + override-checkout: stable/2025.1 + - job: name: tempest-full-2024-2 parent: tempest-full-py3 @@ -17,6 +23,12 @@ nodeset: openstack-single-node-jammy override-checkout: stable/2023.2 +- job: + name: tempest-full-2025-1-extra-tests + parent: tempest-extra-tests + nodeset: openstack-single-node-noble + override-checkout: stable/2025.1 + - job: name: tempest-full-2024-2-extra-tests parent: tempest-extra-tests @@ -35,6 +47,12 @@ nodeset: openstack-single-node-jammy override-checkout: stable/2023.2 +- job: + name: tempest-slow-2025-1 + parent: tempest-slow-py3 + nodeset: openstack-two-node-noble + override-checkout: stable/2025.1 + - job: name: tempest-slow-2024-2 parent: tempest-slow-py3