diff options
author | Josh Matthews <josh@joshmatthews.net> | 2017-10-18 10:42:54 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2017-11-07 14:01:24 -0500 |
commit | 86e3f0deefbe5131633ca446dcb5f8c58af9b601 (patch) | |
tree | 3147a0af658bb9944c0414799bda8cc8d3008ea1 /python/servo/testing_commands.py | |
parent | c469cbbe72ecd3bebb1604f8a8781ce38bd62c6d (diff) | |
download | servo-86e3f0deefbe5131633ca446dcb5f8c58af9b601.tar.gz servo-86e3f0deefbe5131633ca446dcb5f8c58af9b601.zip |
Use failure reporting API on CI.
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 92ad8793bb8..d09c456e2f3 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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() |