From 158f8950e14cf40d6a9806b943c64867d403ea8e Mon Sep 17 00:00:00 2001 From: Jakub Libosvar Date: Wed, 31 Aug 2016 11:35:28 +0200 Subject: [PATCH] Run functional-ubuntu-trusty jobs on all branches This is a fix for commit 7874eace27e4f81f6c5aa6602f25c9a5eb6d5075 where functional jobs were intended to keep running on all branches. Change-Id: I8b541427aedaaa216db1dad89b6dbdbeea642dcf --- zuul/layout.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index c1ca272905..3cb0d27a41 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1793,6 +1793,9 @@ jobs: branch: ^(?!stable/liberty).*$ voting: false + - name: ^gate-neutron-dsvm-functional-ubuntu-trusty.*$ + branch: ^(master|stable/(liberty|mitaka|newton))$ + # NOTE(jlibosva) Run Xenial jobs only non-voting for Newton and forward - name: ^gate-neutron-dsvm-(functional|fullstack)-ubuntu-xenial voting: false