commit 9a1dd989a351e266645ce9c7f9af5956ed3f705a
parent df302ed05bddfa002cafa191cbc86880e9e80b55
Author: KS <kshampur@mozilla.com>
Date: Fri, 7 Nov 2025 03:53:56 +0000
Bug 1997624 - Disable js3 on Safari for m4 machines r=jandem,taskgraph-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D270886
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/taskcluster/gecko_taskgraph/target_tasks.py b/taskcluster/gecko_taskgraph/target_tasks.py
@@ -795,7 +795,8 @@ def target_tasks_general_perf_testing(full_task_graph, parameters, graph_config)
"safari-jetstream3" in try_name
and "macosx1500-aarch64" in platform
):
- return True
+ return False
+ return True
# Android selection
elif accept_raptor_android_build(platform):
if "hw-s24" in platform and "speedometer3" not in try_name: