[test] Roll out new test runner to windows bots

TBR=sergiyb@chromium.org

Bug: v8:7343
Change-Id: I46d276f16a001651ad36d550df2535fb8b3ba150
Reviewed-on: https://chromium-review.googlesource.com/880584
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50791}
This commit is contained in:
Michael Achenbach 2018-01-23 10:24:52 +01:00 committed by Commit Bot
parent f9934aa9cf
commit 6c389866af

View File

@ -88,9 +88,11 @@ PREDICTABLE_WRAPPER = os.path.join(
BUILDER_WHITELIST_STAGING = {
'client.v8': [
re.compile(r'V8 Linux64.*'),
re.compile(r'V8 Win.*'),
],
'tryserver.v8': [
re.compile(r'v8_linux64.*'),
re.compile(r'v8_win.*'),
],
}
_RE_TYPE = type(re.compile(''))