зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1602761 - Run regular speedometer tests against Fennec v68 and Fenix using a cron job r=perftest-reviewers,sparky,Bebe
Differential Revision: https://phabricator.services.mozilla.com/D56544 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
c5e5044d11
Коммит
14cd1737c5
|
@ -524,6 +524,7 @@ def target_tasks_general_perf_testing(full_task_graph, parameters, graph_config)
|
||||||
if attributes.get('unittest_suite') != 'raptor':
|
if attributes.get('unittest_suite') != 'raptor':
|
||||||
return False
|
return False
|
||||||
try_name = attributes.get('raptor_try_name')
|
try_name = attributes.get('raptor_try_name')
|
||||||
|
|
||||||
# Run chrome and chromium on all platforms available
|
# Run chrome and chromium on all platforms available
|
||||||
if '-chrome' in try_name:
|
if '-chrome' in try_name:
|
||||||
return True
|
return True
|
||||||
|
@ -537,7 +538,7 @@ def target_tasks_general_perf_testing(full_task_graph, parameters, graph_config)
|
||||||
return True
|
return True
|
||||||
if 'raptor-speedometer' in try_name \
|
if 'raptor-speedometer' in try_name \
|
||||||
and 'pgo' in platform \
|
and 'pgo' in platform \
|
||||||
and ('-fenix-power' in try_name or '-fennec68-power' in try_name):
|
and ('-fenix' in try_name or '-fennec68' in try_name):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# Run the following tests on android geckoview
|
# Run the following tests on android geckoview
|
||||||
|
|
Загрузка…
Ссылка в новой задаче