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:
Kash Shampur 2022-12-07 14:24:13 +00:00
parent 0118aa667b
commit 2aa3c9900d

View file

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