From 3f824864136a686b8514c6113593f798533333ed Mon Sep 17 00:00:00 2001 From: Ghanshyam Date: Wed, 14 May 2025 12:54:20 -0700 Subject: [PATCH] Add tempest-full-rocky job in periodic testing Adding tempest-full-rocky job in periodic and experimental pipeline. Change-Id: I7fe7f4ff4d0106de304bf648ef0e4135709dafb2 --- zuul.d/integrated-gate.yaml | 13 +++++++++++++ zuul.d/project.yaml | 2 ++ 2 files changed, 15 insertions(+) diff --git a/zuul.d/integrated-gate.yaml b/zuul.d/integrated-gate.yaml index 2c70f9d415..9e5ac55f43 100644 --- a/zuul.d/integrated-gate.yaml +++ b/zuul.d/integrated-gate.yaml @@ -120,6 +120,19 @@ configure_swap_size: 4096 tox_envlist: full +- job: + name: tempest-full-rocky + parent: tempest-full-py3 + nodeset: devstack-single-node-rockylinux-9 + description: | + Tempest integration test on Rocky Linux + vars: + configure_swap_size: 4096 + tox_envlist: full + devstack_localrc: + # TODO(ykarel) Remove this when moving to rocky10 + PYTHON3_VERSION: 3.11 + - job: name: tempest-integrated-networking parent: devstack-tempest diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 122b47644d..738976b75c 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -158,6 +158,7 @@ - nova-multi-cell - tempest-with-latest-microversion - tempest-stestr-master + - tempest-full-rocky - tempest-cinder-v2-api: irrelevant-files: *tempest-irrelevant-files - tempest-all: @@ -204,4 +205,5 @@ - tempest-full-py3-ipv6 - tempest-centos9-stream-fips - tempest-full-centos-9-stream + - tempest-full-rocky - tempest-full-test-account-no-admin-py3