зеркало из https://github.com/mozilla/treeherder.git
Bug 1429809 - Disable import_perf_data because it's broken (#3126)
This commit is contained in:
Родитель
e12f387b0b
Коммит
156bbd6c1b
|
@ -154,6 +154,9 @@ class Command(BaseCommand):
|
|||
|
||||
time_interval = options['time_interval']
|
||||
|
||||
raise CommandError("This command is currently broken and needs to be "
|
||||
"fixed, see bug 1429809")
|
||||
|
||||
pc = PerfherderClient(server_url=options['server'])
|
||||
signatures = pc.get_performance_signatures(
|
||||
project,
|
||||
|
|
Загрузка…
Ссылка в новой задаче