From 7a6666f4f301cd4a9a4d2b7380546893f0c1c6f8 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Thu, 29 Jun 2023 11:20:34 +0800 Subject: [PATCH] [CI]: Don't run periodic jobs on stable branchs we don't need to pulish trove image with stable branches everyday. Change-Id: I72e68d9e7df6a82b4635abac995299be770546ce --- zuul.d/projects.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index da7c50cd9a..ac72131273 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -37,6 +37,9 @@ - trove-scenario-mariadb-multi periodic: jobs: - - publish-trove-guest-image-ubuntu-focal - - publish-trove-guest-image-ubuntu-focal-dev - - publish-trove-datastore-images + - publish-trove-guest-image-ubuntu-focal: + branches: ^(?!stable/.*).*$ + - publish-trove-guest-image-ubuntu-focal-dev: + branches: ^(?!stable/.*).*$ + - publish-trove-datastore-images: + branches: ^(?!stable/.*).*$