Remove gerrit message for unknown failures

The gerrit messages on negative failures are redundant because the
wiki link is already in the zuul failure message.
This commit is contained in:
Matthew Treinish 2013-09-19 15:38:27 -04:00
parent 60894812dd
commit 47e9a5a6c3
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ Future Work
------------
- Pull in list of queries from a more flexible source, so a commit isn't needed to update each time
- Make unit tests robust and not need internet
- Add Gerrit Comments to failed jobs
- Write tests to validate queries.json
- Use cookiecutter to clean this repo up

1
bot.py
View File

@ -130,7 +130,6 @@ class RecheckWatch(threading.Thread):
bug_number = classifier.classify(change, rev, event['comment'])
if bug_number is None:
self._read(event)
stream.leave_comment(project, change_id)
else:
event['bug_number'] = bug_number
self._read(event)