summaryrefslogtreecommitdiff
path: root/zuul.d
diff options
context:
space:
mode:
authorSean Mooney <work@seanmooney.info>2022-07-18 16:55:31 +0100
committerSean Mooney <work@seanmooney.info>2022-07-18 16:55:31 +0100
commit9c263de622f4c1e726a280f7b164deaffe5a8ea6 (patch)
treee6790783c62411e3f9dd815c5e0fd003c63008e5 /zuul.d
parent97be23ea6402649652991983f3f2b85873eba4d8 (diff)
downloadtempest-9c263de622f4c1e726a280f7b164deaffe5a8ea6.tar.gz
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
Diffstat (limited to 'zuul.d')
-rw-r--r--zuul.d/integrated-gate.yaml11
1 files changed, 5 insertions, 6 deletions
diff --git a/zuul.d/integrated-gate.yaml b/zuul.d/integrated-gate.yaml
index 7535ccc85..53eec2c48 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