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:
James E. Blair 2016-04-21 07:23:43 -07:00
parent d70aaa721b
commit a86d97f497
2 changed files with 1 additions and 2 deletions

View File

@ -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.")

View File

@ -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$'