From 28dda66fffcfa270138134011c691acfb14d46d6 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Fri, 26 Jun 2015 14:03:12 -0700 Subject: [PATCH] Restrict gate-horizon-jshint to older releases. In Liberty, the horizon team is moving to using a different linter, which is currently run under the non-voting build horizon-npm-run-lint. This patch disables the deprecated jshint build in horizon/master, keeping it active for icehouse, juno, and kilo. Change-Id: Ifb59af36ae37926133769c655e54f4c2e1edf095 Partially-Implements: blueprint jscs-cleanup --- zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index ac8462206d..73c3e05bbb 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1273,7 +1273,7 @@ jobs: voting: false - name: gate-horizon-jshint - branch: ^(?!stable/icehouse).*$ + branch: ^stable/(juno|kilo) - name: ^(gate|check)-horizon-npm-run-lint$ voting: false