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

UltraBlame original commit: af5574826004feaa47224b7c4c10d7eed916f512
  • Loading branch information
marco-c committed Feb 12, 2020
1 parent 94a9f4c commit e8791d3
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'],






'Windows 7': ['windows7-32'],
'Windows 7 VM': ['windows7-32-vm'],
'Windows 8': ['windows8-64'],
'Windows 10': ['windows10-64'],



}

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

0 comments on commit e8791d3

Please sign in to comment.