Bug 1597991 - created a weekly cron job r=perftest-reviewers,davehunt,sparky,alexandru.irimovici

Differential Revision: https://phabricator.services.mozilla.com/D54155

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Marian Raiciof 2019-12-06 11:17:31 +00:00
Родитель f1ed1ab42c
Коммит 41181818b5
1 изменённых файлов: 10 добавлений и 0 удалений

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

@ -530,6 +530,16 @@ def target_tasks_general_perf_testing(full_task_graph, parameters, graph_config)
if '-chromium' in try_name:
return True
# Run raptor scn-power-idle and speedometer for fenix and fennec68
if 'raptor-scn-power-idle' in try_name \
and 'pgo' in platform \
and ('-fenix' in try_name or '-fennec68' in try_name):
return True
if 'raptor-speedometer' in try_name \
and 'pgo' in platform \
and ('-fenix-power' in try_name or '-fennec68-power' in try_name):
return True
# Run the following tests on android geckoview
if platform and 'android' not in platform:
return False