From 8e39f70dd87122cdabce2d15edc71375c5362c51 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 11 Apr 2013 08:41:11 -0700 Subject: [PATCH] Don't run requirements gate check job on stable/. At least until we figure out how we want to handle that in the requirements repo. Change-Id: I595078cfe63098062538c2587e3c229131bef55a Reviewed-on: https://review.openstack.org/26760 Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- modules/openstack_project/files/zuul/layout.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 17f0c374db..1af447ea16 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -121,6 +121,7 @@ jobs: voting: false - name: ^gate-.*-requirements$ failure-message: Incompatible requirement found; see https://wiki.openstack.org/wiki/Requirements + branch: ^(?!stable/(diablo|essex|folsom|grizzly)).*$ files: - '^tools/.*-requires$' - '^.*requirements.txt$'