From ba5948b5ab09824770b970e7a03771d35c386ebb Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Mon, 16 May 2016 10:22:12 -0400 Subject: [PATCH] Disable python3 for old branches of magnumclient In python-magnumclient, stable/liberty or earlier branches don't support python3, so disable the python3 tests. Change-Id: I3347293ae33a5664032d64a085ed54cd4d567d17 --- zuul/layout.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 66e4852626..79f2cee3b3 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1494,6 +1494,9 @@ jobs: - name: ec2-api-functional-neutron-dsvm-full voting: false + - name: gate-python-magnumclient-python34 + branch: ^(?!stable/(kilo|liberty)).*$ + - name: gate-magnum-python34 branch: ^(?!stable/(kilo|liberty)).*$