From 04285c432699c9e2274d13b9a9d88e582b0f9576 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 3 Feb 2017 10:54:50 +0000 Subject: [PATCH] OSA: Ensure trusty job inclusion is not too broad Currently the trusty job inclusion negates the rule above which restricts very specific jobs for the stable/mitaka branch, resulting in jobs running that should not. This patch focuses the trusty inclusion to stable/newton only as the trusty inclusion for stable/mitaka is already handled in the rule above. Change-Id: I7f5430705cac31672fe1e47eec8fc240abed9dab --- zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index f6a9a8803a..e3403d0841 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -3284,7 +3284,7 @@ jobs: # Trusty support is removed after Newton, so don't run any ubuntu-trusty # jobs against branches > stable/newton. - name: ^gate-openstack-ansible.*-((?!(docs|linters)).)*-ubuntu-trusty.*$ - branch: ^(liberty|stable/(mitaka|newton))$ + branch: ^(stable/newton)$ # Run the OpenStack-Ansible non-voting aio scenario job on xenial for the # openstack-ansible repository if the branch is stable/newton.