Bug 1379929 - Fix OSX TC test platform naming. r=catlee

This commit is contained in:
Ryan VanderMeulen
2017-07-11 10:10:51 -04:00
parent 996fe5fb43
commit cbf032f314

View File

@@ -407,8 +407,8 @@ def set_treeherder_machine_platform(config, tests):
# treeherder.
'linux64-asan/opt': 'linux64/asan',
'linux64-pgo/opt': 'linux64/pgo',
'macosx64/debug': 'osx-cross/debug',
'macosx64/opt': 'osx-cross/opt',
'macosx64/debug': 'osx-10-10/debug',
'macosx64/opt': 'osx-10-10/opt',
'win64-asan/opt': 'windows10-64/asan',
# The build names for Android platforms have partially evolved over the
# years and need to be translated.