From 776f0c40cb2bdb49838fb30f7e26d39fa9be9f99 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Sat, 15 Aug 2015 09:51:57 -0700 Subject: [PATCH] Do not run rally on stable branches Do not run rally gate on stable branches. There is not a lot of benefit to do so and the rally job for keystone continues to be broken with no eyes on it/fixing it for kilo. Change-Id: I659d2dd5a56288e8dca59126705d4b342f1345cf --- zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index ffe04c3256..c4fdb7e0cb 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1089,7 +1089,7 @@ jobs: branch: ^(?!stable/(juno|kilo)).*$ - name: gate-rally-dsvm-keystone - branch: ^(?!stable/icehouse).*$ + branch: ^master$ voting: false - name: gate-rally-dsvm-glance