mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
[fenix] Make the Treeherder platform for Raptor tasks consistent with other targets (https://github.com/mozilla-mobile/fenix/pull/3896)
This commit is contained in:
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…
Reference in New Issue
Block a user