forked from mirrors/gecko-dev
Bug 1803792 - Add Safari performance tests to general_perf_testing cron. r=perftest-reviewers,sparky
Now that we can run performance tests on Safari, this patch adds these tests to the general_perf_testing cron. This let's us run the existing Safari live and benchmark tests at the same frequency as Chrome tests. Differential Revision: https://phabricator.services.mozilla.com/D163987
This commit is contained in:
parent
0118aa667b
commit
2aa3c9900d
1 changed files with 2 additions and 0 deletions
|
|
@ -762,6 +762,8 @@ def target_tasks_general_perf_testing(full_task_graph, parameters, graph_config)
|
|||
if "linux" in platform:
|
||||
if "speedometer" in try_name:
|
||||
return True
|
||||
if "safari" and "benchmark" in try_name:
|
||||
return True
|
||||
else:
|
||||
# Don't run tp6 raptor tests
|
||||
if "tp6" in try_name:
|
||||
|
|
|
|||
Loading…
Reference in a new issue