mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Disable Raptor fenix arm7 jobs on the pixel 2 (#2272)
This commit is contained in:
parent
0000d6a782
commit
e04d7837b3
@ -86,9 +86,6 @@ def pr_or_push(is_push):
|
|||||||
for craft_function in ALL_RAPTOR_CRAFT_FUNCTIONS:
|
for craft_function in ALL_RAPTOR_CRAFT_FUNCTIONS:
|
||||||
args = (signing_task_id, mozharness_task_id, variant, gecko_revision)
|
args = (signing_task_id, mozharness_task_id, variant, gecko_revision)
|
||||||
other_tasks[taskcluster.slugId()] = craft_function(*args)
|
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 (
|
for craft_function in (
|
||||||
BUILDER.craft_detekt_task,
|
BUILDER.craft_detekt_task,
|
||||||
|
Loading…
Reference in New Issue
Block a user