From 9323a148f9728ec805d6d580fd78e3d7def6c775 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 23 Jan 2016 01:03:57 +0000 Subject: [PATCH] Don't try to filter release jobs by branch Remove some branch filters which were intended to compliment post and release pipeline jobs removed in I23fd9e0af81c5c12da2c8daca214ecca8ee173d2 already. For release pipeline jobs this was particularly incorrect anyway, as the refname will be the tag and Zuul does not know to map this back to a branch to filter in the first place. Change-Id: Ib456870627aea895d636da7898a5fac5006da544 --- zuul/layout.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index f7e6c7b6c8..bea4f91a7e 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -2212,28 +2212,10 @@ jobs: - name: gate-neutron-docs branch: ^(?:stable/kilo).*$ - - name: neutron-coverage - branch: ^(?:stable/kilo).*$ - - - name: neutron-docs - branch: ^(?:stable/kilo).*$ - - - name: neutron-branch-tarball - branch: ^(?:stable/kilo).*$ - # Only run non-constraints jobs on Kilo - name: ^gate-neutron-vpnaas-(docs|pep8|python27)$ branch: ^(?:stable/kilo).*$ - - name: neutron-vpnaas-coverage - branch: ^(?:stable/kilo).*$ - - - name: neutron-vpnaas-tarball - branch: ^(?:stable/kilo).*$ - - - name: neutron-vpnaas-branch-tarball - branch: ^(?:stable/kilo).*$ - # Don't run python34 on Kilo - name: ^gate-neutron-vpnaas-python34$ branch: ^(?!stable/kilo).*$