From e8ffda5e81c4c0848956e41766722e8c17a73e99 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 21 Jan 2017 18:53:19 +0000 Subject: [PATCH] Bug 1332844: alias "Ubuntu" to test platform linux32, rather than linux; r=gbrown MozReview-Commit-ID: GjY9tF5TxjL --HG-- extra : rebase_source : d0acc5ecbbd727c9e8a902497255308aaaf471d0 --- taskcluster/taskgraph/try_option_syntax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/taskgraph/try_option_syntax.py b/taskcluster/taskgraph/try_option_syntax.py index 0ceb0b6ef10b..1c3445b06fee 100644 --- a/taskcluster/taskgraph/try_option_syntax.py +++ b/taskcluster/taskgraph/try_option_syntax.py @@ -124,7 +124,7 @@ UNITTEST_ALIASES = { # 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