From 435e5466af9dd8bb0069545dc0041a6b0ce53cfb Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 18 Apr 2015 14:25:06 +0000 Subject: [PATCH] Temporarily ignore requirements on master libs We need to disable checks of master branch requirements in libraries so we can release updated versions of all libs that have no capped requirements. We can restore the checks when that is done, and then we'll look into ways to update the tools to not update caps on library projects. This is a continuation of I4e4ac0580b9a1a98cc5cc9ba62d6977324a15296 adding two more libraries to the set. Change-Id: I55072b64d3d7f85b134fde035cb0ed1b36def90c --- zuul/layout.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 04875d7540..5e4e335397 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1003,6 +1003,10 @@ jobs: branch: ^(?!master).*$ - name: gate-python-keystoneclient-saml2-requirements branch: ^(?!master).*$ + - name: gate-python-kiteclient-requirements + branch: ^(?!master).*$ + - name: gate-python-magnumclient-requirements + branch: ^(?!master).*$ - name: gate-python-manilaclient-requirements branch: ^(?!master).*$ - name: gate-python-neutronclient-requirements