mirror of
https://github.com/servo/servo.git
synced 2025-06-08 16:43:28 +00:00
Use failure reporting API on CI.
This commit is contained in:
parent
c469cbbe72
commit
86e3f0deef
2 changed files with 11 additions and 9 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue