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
This commit is contained in:
parent
9c7aec82ea
commit
435e5466af
@ -1003,6 +1003,10 @@ jobs:
|
|||||||
branch: ^(?!master).*$
|
branch: ^(?!master).*$
|
||||||
- name: gate-python-keystoneclient-saml2-requirements
|
- name: gate-python-keystoneclient-saml2-requirements
|
||||||
branch: ^(?!master).*$
|
branch: ^(?!master).*$
|
||||||
|
- name: gate-python-kiteclient-requirements
|
||||||
|
branch: ^(?!master).*$
|
||||||
|
- name: gate-python-magnumclient-requirements
|
||||||
|
branch: ^(?!master).*$
|
||||||
- name: gate-python-manilaclient-requirements
|
- name: gate-python-manilaclient-requirements
|
||||||
branch: ^(?!master).*$
|
branch: ^(?!master).*$
|
||||||
- name: gate-python-neutronclient-requirements
|
- name: gate-python-neutronclient-requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user