[fenix] Make the Treeherder platform for Raptor tasks consistent with other targets (https://github.com/mozilla-mobile/fenix/pull/3896)

pull/600/head
Dave Hunt 5 years ago committed by Mitchell Hentges
parent 5638fc063e
commit 40e4bbefc1

@ -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))

Loading…
Cancel
Save