Skip to content

Commit

Permalink
Backed out changeset 0477a13c69c8 (bug 1612149) for failing test_try_…
Browse files Browse the repository at this point in the history
…option_syntax.py on a CLOSED TREE
  • Loading branch information
AndreeaPavel committed Feb 10, 2020
1 parent 3dd48dc commit d24b10a
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions taskcluster/taskgraph/try_option_syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,23 +119,29 @@ def alias_matches(pattern):
'Ubuntu': [
'linux32',
'linux64',
'linux64-asan',
'linux1804-64',
'linux1804-64-asan'
'linux64-asan'
],
'x64': [
'linux64',
'linux64-asan',
'linux1804-64',
'linux1804-64-asan'
'linux64-asan'
],
'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.14': ['macosx1014-64'],
# other commonly-used substrings for platforms not yet supported with
# in-tree taskgraphs:
# '10.10.5': [..TODO..],
# '10.6': [..TODO..],
# '10.8': [..TODO..],
# 'Android 2.3 API9': [..TODO..],
'Windows 7': ['windows7-32'],
'Windows 7 VM': ['windows7-32-vm'],
'Windows 8': ['windows8-64'],
'Windows 10': ['windows10-64'],
# 'Windows XP': [..TODO..],
# 'win32': [..TODO..],
# 'win64': [..TODO..],
}

TEST_CHUNK_SUFFIX = re.compile('(.*)-([0-9]+)$')
Expand Down

0 comments on commit d24b10a

Please sign in to comment.