[cq] Add win nosnap shared trybot.

TBR=tandrii@chromium.org

Review URL: https://codereview.chromium.org/1078703002

Cr-Commit-Position: refs/heads/master@{#27704}
This commit is contained in:
machenbach 2015-04-09 05:43:28 -07:00 committed by Commit bot
parent 780f33c040
commit 107dbc96fe
2 changed files with 5 additions and 1 deletions

View File

@ -251,6 +251,7 @@ def GetPreferredTryMasters(project, change):
'v8_linux64_asan_rel': set(['defaulttests']),
'v8_win_rel': set(['defaulttests']),
'v8_win_compile_dbg': set(['defaulttests']),
'v8_win_nosnap_shared_compile_rel': set(['defaulttests']),
'v8_win64_rel': set(['defaulttests']),
'v8_mac_rel': set(['defaulttests']),
'v8_linux_arm_rel': set(['defaulttests']),

View File

@ -65,6 +65,9 @@
"v8_win_compile_dbg": [
"defaulttests"
],
"v8_win_nosnap_shared_compile_rel": [
"defaulttests"
],
"v8_win_rel": [
"defaulttests"
]
@ -74,4 +77,4 @@
}
},
"version": 1
}
}