From 8882b4fd989e0601c8a5706db471a9fa673b6931 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 26 Sep 2012 08:05:11 -0700 Subject: [PATCH] Ignore devnull branch for post jobs. This is a temporary measure to allow ttx to create a branch which does not publish tarballs in order to merge the version number change for stable/folsom. In the future, we should allow zuul to be configured to ignore branch creation and deletion for certain branches. Change-Id: I071604da1f70453123826d29256beb7a54e5f31c Reviewed-on: https://review.openstack.org/13712 Reviewed-by: Monty Taylor Reviewed-by: Clark Boylan Approved: James E. Blair Tested-by: Jenkins --- modules/openstack_project/files/zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 54d4cc7f87..37f6600043 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -33,7 +33,7 @@ pipelines: manager: IndependentPipelineManager trigger: - event: ref-updated - ref: ^(?!refs/).*$ + ref: ^(?!(devnull|refs/.*)).*$ - name: publish manager: IndependentPipelineManager