From 23d87cbd33209d0fbbdb2fc3c1baf1de19418e4f Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Fri, 18 Oct 2024 18:03:15 +0200 Subject: [PATCH] [CI] Remove periodic jobs from unmaintained branch There is no need to run periodics in unmaintained branches, they just consume resource and teams are not checking the results. Change-Id: I32f33e868872b8eb23c62dca1c1e34949afc2e39 --- zuul.d/projects.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 1df3fdbfdd..deeff8c2f9 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -6,7 +6,6 @@ - openstack-cover-jobs # - openstack-lower-constraints-jobs - openstack-python3-zed-jobs - - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: @@ -38,13 +37,3 @@ - trove-scenario-mysql-multi - trove-scenario-mariadb-single - trove-scenario-mariadb-multi - periodic: - jobs: - - publish-trove-guest-image-ubuntu-focal: - branches: - regex: ^stable/.*$ - negate: true - - publish-trove-guest-image-ubuntu-focal-dev: - branches: - regex: ^stable/.*$ - negate: true