From fb9298e5c9886c2838e72f3b0856aad499b43651 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Mon, 21 Dec 2015 12:10:36 +1100 Subject: [PATCH] Do not run heatclient functional tests on kilo Functional testing was introduced in in the liberty cycle (~0.7.0~3) so testing in the kilo branch (which is capped at <0.5.0) doesn't make sense. Change-Id: I82fdfed33c1f752ce6fde4e3a89534f28c72b5eb --- zuul/layout.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 4b7452ab9f..31478830e3 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -999,6 +999,11 @@ jobs: - name: gate-heat-dsvm-functional-orig-postgres voting: false + # NOTE(tonyb) (heat) functional testing was introduced in the liberty + # cycle so testing the kilo branch doesn't make sense. + - name: gate-heatclient-dsvm-functional + branch: ^(?!stable/kilo).*$ + - name: gate-heat-dsvm-functional-convg-mysql branch: ^(?!stable/(kilo|liberty)).*$