Commit 107dbc96 authored by machenbach's avatar machenbach Committed by Commit bot

[cq] Add win nosnap shared trybot.

TBR=tandrii@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#27704}
parent 780f33c0
......@@ -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']),
......
......@@ -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
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment