From 1dbb1e4ebebd8df476407ec00e238253b9011068 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 5 Aug 2014 09:04:42 -0700 Subject: [PATCH] Remove devnull from post regex This reverts commit 8882b4fd989e0601c8a5706db471a9fa673b6931. This was a temporary measure, from a long time ago, which is no longer needed. Change-Id: Ia5a3fb5db9b7cd471585fb6ff6e286e600d694a2 --- modules/openstack_project/files/zuul/layout-dev.yaml | 2 +- modules/openstack_project/files/zuul/layout.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/zuul/layout-dev.yaml b/modules/openstack_project/files/zuul/layout-dev.yaml index d55eab0821..a36673674c 100644 --- a/modules/openstack_project/files/zuul/layout-dev.yaml +++ b/modules/openstack_project/files/zuul/layout-dev.yaml @@ -52,7 +52,7 @@ pipelines: trigger: gerrit: - event: ref-updated - ref: ^(?!(devnull|refs/.*)).*$ + ref: ^(?!refs/).*$ - name: tag description: This pipeline runs jobs in response to any tag event. diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 81380f78a2..e106f1ecf1 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -89,7 +89,7 @@ pipelines: trigger: gerrit: - event: ref-updated - ref: ^(?!(devnull|refs/.*)).*$ + ref: ^(?!refs/).*$ - name: tag description: This pipeline runs jobs in response to any tag event.