From e04d7837b352fbdea45cfb58e30ce8027043f241 Mon Sep 17 00:00:00 2001 From: Rob Wood Date: Sun, 5 May 2019 11:16:18 -0400 Subject: [PATCH] Disable Raptor fenix arm7 jobs on the pixel 2 (#2272) --- automation/taskcluster/decision_task.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/automation/taskcluster/decision_task.py b/automation/taskcluster/decision_task.py index 8b14bb507..455552bcc 100644 --- a/automation/taskcluster/decision_task.py +++ b/automation/taskcluster/decision_task.py @@ -86,9 +86,6 @@ def pr_or_push(is_push): for craft_function in ALL_RAPTOR_CRAFT_FUNCTIONS: args = (signing_task_id, mozharness_task_id, variant, gecko_revision) other_tasks[taskcluster.slugId()] = craft_function(*args) - # we also want the arm APK to be tested on 64-bit-devices - if architecture == 'arm': - other_tasks[taskcluster.slugId()] = craft_function(*args, force_run_on_64_bit_device=True) for craft_function in ( BUILDER.craft_detekt_task,