[test] Roll out new test runner to mac bots

TBR=sergiyb@chromium.org

Bug: v8:7343
Change-Id: Id2f60f248b40592607a0bf8f74e1169866e317d7
Reviewed-on: https://chromium-review.googlesource.com/880947
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50803}
This commit is contained in:
Michael Achenbach 2018-01-23 14:36:24 +01:00 committed by Commit Bot
parent 7ff1aa63d9
commit 51a58ac42b

View File

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