зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1699423 - enable osx 10.15 tp6 tests on chrome/chromium. r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D125297
This commit is contained in:
Родитель
7938c60f93
Коммит
68ade77751
|
@ -776,13 +776,11 @@ def target_tasks_general_perf_testing(full_task_graph, parameters, graph_config)
|
|||
# Select some browsertime tasks as desktop smoke-tests
|
||||
if "browsertime" in try_name:
|
||||
if "chrome" in try_name:
|
||||
# See bug 1704092
|
||||
if "tp6" in try_name and "macosx" in platform:
|
||||
if "tp6" in try_name and "macosx1014" in platform:
|
||||
return False
|
||||
return True
|
||||
if "chromium" in try_name:
|
||||
# See bug 1704092
|
||||
if "tp6" in try_name and "macosx" in platform:
|
||||
if "tp6" in try_name and "macosx1014" in platform:
|
||||
return False
|
||||
return True
|
||||
if "-live" in try_name:
|
||||
|
|
Загрузка…
Ссылка в новой задаче