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:
Joel Maher 2021-09-13 14:20:32 +00:00
Родитель 7938c60f93
Коммит 68ade77751
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -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: