Bug 1780817 - skip chrome tests on a51. r=sparky

Differential Revision: https://phabricator.services.mozilla.com/D152562
This commit is contained in:
Joel Maher 2022-07-22 18:51:52 +00:00
Родитель 9956012ef4
Коммит 5f60f5d071
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -794,6 +794,9 @@ def target_tasks_general_perf_testing(full_task_graph, parameters, graph_config)
return False
# Android selection
elif accept_raptor_android_build(platform):
# Bug 1780817 - a51 is failing to install chrome
if "chrome-m" in try_name and "-a51" in platform:
return False
# Ignore all fennec tests here, we run those weekly
if "fennec" in try_name:
return False