1
0
Fork 0

Revert "Uses new raptor workers (#2410)" (#2413)

This reverts commit fd4fb6f96c.
master
Mitchell Hentges 2019-05-10 17:15:50 +02:00 committed by Colin Lee
parent fd4fb6f96c
commit 005f53965f
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ class TaskBuilder(object):
_DEFAULT_TASK_URL, signing_task_id, DEFAULT_APK_ARTIFACT_LOCATION
)
architecture, _ = get_architecture_and_build_type_from_variant(variant)
worker_type = 'gecko-t-bitbar-gw-perf-p2' if force_run_on_64_bit_device or architecture == 'aarch64' else 'gecko-t-bitbar-gw-perf-g5'
worker_type = 'gecko-t-ap-perf-p2' if force_run_on_64_bit_device or architecture == 'aarch64' else 'gecko-t-ap-perf-g5'
if force_run_on_64_bit_device:
treeherder_platform = 'android-hw-p2-8-0-arm7-api-16'