author | Sebastian Hengst <archaeopteryx@coole-files.de> |
Mon, 23 Jan 2017 18:14:31 +0100 | |
changeset 330664 | 176ee06978a32c432a6378543810a99a57dc5794 |
parent 330663 | 1040b761dc5616bfbbfdd5cdb3133994f9c173af |
child 330665 | 1071baee0e980cf98bdbbc10f649bb6298fb1903 |
push id | 36369 |
push user | archaeopteryx@coole-files.de |
push date | Mon, 23 Jan 2017 17:14:49 +0000 |
treeherder | autoland@1071baee0e98 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1332844 |
milestone | 53.0a1 |
backs out | 1306d84ed02f2f86311df19431ed33ba949f1980 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/taskcluster/taskgraph/try_option_syntax.py +++ b/taskcluster/taskgraph/try_option_syntax.py @@ -119,17 +119,17 @@ UNITTEST_ALIASES = { } # unittest platforms can be specified by substring of the "pretty name", which # is basically the old Buildbot builder name. This dict has {pretty name, # [test_platforms]} translations, This includes only the most commonly-used # substrings. This is intended only for backward-compatibility. New test # platforms should have their `test_platform` spelled out fully in try syntax. UNITTEST_PLATFORM_PRETTY_NAMES = { - 'Ubuntu': ['linux32', 'linux64', 'linux64-asan'], + 'Ubuntu': ['linux', 'linux64', 'linux64-asan'], 'x64': ['linux64', 'linux64-asan'], 'Android 4.3': ['android-4.3-arm7-api-15'], # other commonly-used substrings for platforms not yet supported with # in-tree taskgraphs: # '10.10': [..TODO..], # '10.10.5': [..TODO..], # '10.6': [..TODO..], # '10.8': [..TODO..],