Use failure reporting API on CI.

This commit is contained in:
Josh Matthews 2017-10-18 10:42:54 -04:00
parent c469cbbe72
commit 86e3f0deef
2 changed files with 11 additions and 9 deletions

View file

@ -567,6 +567,8 @@ class MachCommands(CommandBase):
intermittents += [failure]
if reporter_api:
if reporter_api == 'default':
reporter_api = "http://build.servo.org/intermittent-failure-tracker"
if reporter_api.endswith('/'):
reporter_api = reporter_api[0:-1]
reported = set()