Bug 1550826 - add initial support for osx mojave 10.14 to our CI. r=ahal

add initial support for osx mojave 10.14 to our CI.

Differential Revision: https://phabricator.services.mozilla.com/D30795
This commit is contained in:
Joel Maher
2019-05-14 18:33:12 +00:00
parent 6a2ceb9966
commit 03fc1be7d6
17 changed files with 193 additions and 90 deletions

View File

@@ -133,7 +133,8 @@ UNITTEST_PLATFORM_PRETTY_NAMES = {
'Android 7.0 Moto G5 32bit': ['android-hw-g5-7.0-arm7-api-16'],
'Android 8.0 Google Pixel 2 32bit': ['android-hw-p2-8.0-arm7-api-16'],
'Android 8.0 Google Pixel 2 64bit': ['android-hw-p2-8.0-android-aarch64'],
'10.10': ['macosx64'],
'10.10': ['macosx1010-64'],
'10.14': ['macosx1014-64'],
# other commonly-used substrings for platforms not yet supported with
# in-tree taskgraphs:
# '10.10.5': [..TODO..],