From 8d38b898bf84e5b7ea95f5b8c7e0df21d9f019a2 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Mon, 15 Jun 2015 11:00:38 -0700 Subject: [PATCH] Horizon Karma test job is now voting The horizon npm lint job is still non-voting, and all npm-run jobs do not run against icehouse or juno. The npm-test run has also been added to the gate queue. Change-Id: Ib5f1a8f8c8ba23cc9bfde19ccc03141af8f11193 --- zuul/layout.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 44c8afbe69..1b84bd6362 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1231,9 +1231,11 @@ jobs: - name: gate-horizon-jshint branch: ^(?!stable/icehouse).*$ + - name: ^(gate|check)-horizon-npm-run-lint$ + voting: false + - name: ^(gate|check)-horizon-npm-run-.*$ branch: ^(?!stable/(icehouse|juno)).*$ - voting: false - name: gate-tempest-dsvm-ceilometer-mongodb-full branch: ^(?!stable/icehouse).*$ @@ -1800,6 +1802,7 @@ projects: - check-tempest-dsvm-full - check-grenade-dsvm gate: + - gate-horizon-npm-run-test - gate-horizon-python27-django14 - gate-horizon-selenium - gate-horizon-dsvm-integration