mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
Use intermittents tracker on build.s.o
This commit is contained in:
parent
b3cdcfaa39
commit
38474f8671
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ class MachCommands(CommandBase):
|
|||
for failure in failures:
|
||||
if use_tracker:
|
||||
query = urllib2.quote(failure['test'], safe='')
|
||||
request = urllib2.Request("https://www.joshmatthews.net/intermittent-tracker/query.py?name=%s" % query)
|
||||
request = urllib2.Request("http://build.servo.org/intermittent-tracker/query.py?name=%s" % query)
|
||||
search = urllib2.urlopen(request)
|
||||
data = json.load(search)
|
||||
if len(data) == 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue