From 4bf8607f84d55110d7dda7ce7bb1a3aa8e78ebb2 Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Thu, 25 May 2017 21:00:54 -0700 Subject: [PATCH] Bug 1367958 - Make -u foo[10.10] try syntax work with Taskcluster scheduling of OS X jobs, r=dustin MozReview-Commit-ID: 2vbZvHEpYWR --- 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 4d2ffda7dba0..b64d9969b1b4 100644 --- a/taskcluster/taskgraph/try_option_syntax.py +++ b/taskcluster/taskgraph/try_option_syntax.py @@ -120,9 +120,9 @@ UNITTEST_PLATFORM_PRETTY_NAMES = { 'Ubuntu': ['linux32', 'linux64', 'linux64-asan'], 'x64': ['linux64', 'linux64-asan'], 'Android 4.3': ['android-4.3-arm7-api-15'], + '10.10': ['macosx64'], # 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..],