From a86d97f49706644d3d117588327d78779720a111 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 21 Apr 2016 07:23:43 -0700 Subject: [PATCH] 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 --- jenkins/scripts/project-requirements-change.py | 2 -- zuul/layout.yaml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/jenkins/scripts/project-requirements-change.py b/jenkins/scripts/project-requirements-change.py index 5ed5f28d60..378f967949 100755 --- a/jenkins/scripts/project-requirements-change.py +++ b/jenkins/scripts/project-requirements-change.py @@ -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.") diff --git a/zuul/layout.yaml b/zuul/layout.yaml index f8368aa4ed..ccdea3d8c4 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -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$'