From 151b2d61c8c72ae65cf01631379e234cf7acf7c4 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 26 Jan 2017 19:19:52 +0000 Subject: [PATCH] No oslo.middleware releasenotes in newton The releasenotes implementation didn't make it into oslo.middleware until ocata, so add it to the exclusion pattern for stable/newton. Change-Id: I0c72ce8a7b2ad84292ff1b0622cbfc7eccf8ee31 --- zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 1fb3cc67be..88e83faec6 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -3381,7 +3381,7 @@ jobs: branch: ^(?!stable/(?:mitaka|newton)).*$ # Some projects do not have releasenotes until the Ocata cycle - - name: ^gate-(automaton|debtcollector|futurist|networking-sfc|osprofiler|oslo.(i18n|reports|serialization|utils|versionedobjects)|oslosphinx|oslotest|stevedore|taskflow|tooz)-releasenotes$ + - name: ^gate-(automaton|debtcollector|futurist|networking-sfc|osprofiler|oslo.(i18n|middleware|reports|serialization|utils|versionedobjects)|oslosphinx|oslotest|stevedore|taskflow|tooz)-releasenotes$ branch: ^(?!stable/(?:mitaka|newton)).*$ - name: gate-python-fuelclient-python34