From 9c263de622f4c1e726a280f7b164deaffe5a8ea6 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Mon, 18 Jul 2022 16:55:31 +0100 Subject: [PATCH] move tempest-integrated-compute-centos-9-stream to periodic As agreed on the Nova weekly meeting [1], we won't put back C9S job to voting and we'll rather put it on both experimental and periodic-weekly pipelines. Change I2de4d90202fd7e735026150f79409d51f2d70e0e attempted to move this job locally in nova however the integrated-gate-compute template reintoduces the job to the check and gate pipelines. This change updates the integrated-gate-compute templates to reflect the nova teams wishes with regards to not running this job on every change and only monitoring it via our weekly meeting. [1] https://meetings.opendev.org/meetings/nova/2022/nova.2022-07-05-16.00.log.html#l-52 Change-Id: I39480ab239ac48d899bd23c00b7cf9a9485ba34b --- zuul.d/integrated-gate.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/zuul.d/integrated-gate.yaml b/zuul.d/integrated-gate.yaml index 7535ccc85a..53eec2c48b 100644 --- a/zuul.d/integrated-gate.yaml +++ b/zuul.d/integrated-gate.yaml @@ -383,9 +383,6 @@ # centos-8-stream is tested from wallaby -> yoga branches - tempest-integrated-compute-centos-8-stream: branches: ^stable/(wallaby|xena|yoga).*$ - # centos-9-stream is tested from zed release onwards - - tempest-integrated-compute-centos-9-stream: - branches: ^(?!stable/(pike|queens|rocky|stein|train|ussuri|victoria|wallaby|xena|yoga)).*$ # Do not run it on ussuri until below issue is fixed # https://storyboard.openstack.org/#!/story/2010057 - openstacksdk-functional-devstack: @@ -393,11 +390,13 @@ gate: jobs: - tempest-integrated-compute - - tempest-integrated-compute-centos-9-stream - # Do not run it on ussuri until below issue is fixed - # https://storyboard.openstack.org/#!/story/2010057 - openstacksdk-functional-devstack: branches: ^(?!stable/ussuri).*$ + periodic-weekly: + jobs: + # centos-9-stream is tested from zed release onwards + - tempest-integrated-compute-centos-9-stream: + branches: ^(?!stable/(pike|queens|rocky|stein|train|ussuri|victoria|wallaby|xena|yoga)).*$ - project-template: name: integrated-gate-placement