☠☠ backed out by 176ee06978a3 ☠ ☠ | |
author | Dustin J. Mitchell <dustin@mozilla.com> |
Sat, 21 Jan 2017 18:53:19 +0000 | |
changeset 330653 | 1306d84ed02f2f86311df19431ed33ba949f1980 |
parent 330652 | cc8c2f345bbb03649d416863f744840afa6ccb5b |
child 330654 | d9da8599a99fa56e0a84b53ae70d8cbbf8b18fc1 |
push id | 36361 |
push user | dmitchell@mozilla.com |
push date | Mon, 23 Jan 2017 16:20:45 +0000 |
treeherder | autoland@1306d84ed02f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | gbrown |
bugs | 1332844 |
milestone | 53.0a1 |
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': ['linux', 'linux64', 'linux64-asan'], + 'Ubuntu': ['linux32', '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..],