Revert "Fix comment on requirements job"
This reverts commit 4f96b2727c2afd3c3d6b888c21c8d18ba1cb7376. The correct fix for this is not to stop using the feature. Change-Id: I4b35a6ca13153257984074b5145a5e691564e0ca
This commit is contained in:
parent
d70aaa721b
commit
a86d97f497
@ -252,8 +252,6 @@ def main():
|
||||
|
||||
# report the results
|
||||
if failed or head_reqs.failed or branch_reqs.failed:
|
||||
print("*** Incompatible requirement found")
|
||||
print("*** See http://docs.openstack.org/developer/requirements/")
|
||||
sys.exit(1)
|
||||
print("Updated requirements match openstack/requirements.")
|
||||
|
||||
|
@ -1808,6 +1808,7 @@ jobs:
|
||||
branch: ^(?!master).*$
|
||||
|
||||
- name: ^gate-.*-requirements$
|
||||
failure-message: Incompatible requirement found; see http://docs.openstack.org/developer/requirements/
|
||||
files:
|
||||
- '^tools/.*-requires$'
|
||||
- '^.*requirements.txt$'
|
||||
|
Loading…
x
Reference in New Issue
Block a user