From 00271cc20de59682603f550fe23cac8dba9ce18a Mon Sep 17 00:00:00 2001 From: Dave Hunt Date: Fri, 5 Jul 2019 18:22:47 +0100 Subject: [PATCH] Make the Treeherder platform for Raptor tasks consistent with other targets (#3896) --- automation/taskcluster/lib/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/taskcluster/lib/tasks.py b/automation/taskcluster/lib/tasks.py index d47a8f33e..7827f192c 100644 --- a/automation/taskcluster/lib/tasks.py +++ b/automation/taskcluster/lib/tasks.py @@ -536,7 +536,7 @@ class TaskBuilder(object): elif variant.abi == 'arm': treeherder_platform = 'android-hw-g5-7-0-arm7-api-16' elif variant.abi == 'aarch64': - treeherder_platform = 'android-hw-p2-8-0-aarch64' + treeherder_platform = 'android-hw-p2-8-0-android-aarch64' else: raise ValueError('Unsupported architecture "{}"'.format(variant.abi))