Merge "Move requirements job failure msg into log"

This commit is contained in:
Jenkins 2017-01-17 07:51:06 +00:00 committed by Gerrit Code Review
commit 59ffb0fb2b
2 changed files with 3 additions and 1 deletions

View File

@ -253,6 +253,8 @@ 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.")

View File

@ -2591,7 +2591,7 @@ jobs:
branch: ^(?!master).*$
- name: ^gate-.*-requirements$
failure-message: FAILURE Incompatible requirement found; see http://docs.openstack.org/developer/requirements/
failure-message: FAILURE Incompatible requirement found
files:
- '^tools/.*-requires$'
- '^.*requirements.txt$'