Merge "Move requirements job failure msg into log"
This commit is contained in:
commit
59ffb0fb2b
@ -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.")
|
||||
|
||||
|
@ -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$'
|
||||
|
Loading…
x
Reference in New Issue
Block a user