From 24fb19919a8e42b16d29595d944ee58df086745d Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Mon, 23 Apr 2018 17:17:33 +0530 Subject: comment-on-issue now displays an error This tells devs exactly what's wrong with their test. Change-Id: I08286665ae1a9418454d92f3f1c9f36ce4208ba3 --- build-gluster-org/jobs/comment-on-issue.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'build-gluster-org/jobs') diff --git a/build-gluster-org/jobs/comment-on-issue.yml b/build-gluster-org/jobs/comment-on-issue.yml index 69ec27f..c11ccf8 100644 --- a/build-gluster-org/jobs/comment-on-issue.yml +++ b/build-gluster-org/jobs/comment-on-issue.yml @@ -24,10 +24,7 @@ - comment-added-contains-event: comment-contains-value: "recheck smoke" server-name: review.gluster.org_for-smoke-jobs - override-votes: 1 - gerrit-build-failed-verified-value: 0 - gerrit-build-unstable-verified-value: 0 - gerrit-build-notbuilt-verified-value: 0 + failure-message-file: gerrit_comment projects: - project-compare-type: 'PLAIN' project-pattern: 'glusterfs' @@ -46,7 +43,7 @@ name: GERRIT_BRANCH builders: - - shell: /opt/qa/github/handle_github.py --repo glusterfs + - shell: /opt/qa/github/handle_github.py --repo glusterfs -c wrappers: - timestamps -- cgit