Commit b6cd8ebc authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Roll out new test runner to remaining bots

TBR=sergiyb@chromium.org

Bug: v8:7343
Change-Id: I24ec4d9a58596cca22ca34a48b5a7297ed24b132
Reviewed-on: https://chromium-review.googlesource.com/886341Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50866}
parent c3c53dbb
......@@ -87,18 +87,16 @@ PREDICTABLE_WRAPPER = os.path.join(
# or compiled regexps which will be matched.
BUILDER_WHITELIST_STAGING = {
'client.v8': [
re.compile(r'V8 Linux64.*'),
re.compile(r'V8 Mac.*'),
re.compile(r'V8 Win.*'),
re.compile(r'.*'),
],
'client.v8.clusterfuzz': [
re.compile(r'.*'),
],
'client.v8.ports': [
re.compile(r'V8 Linux - arm64.*'),
re.compile(r'.*'),
],
'tryserver.v8': [
re.compile(r'v8_linux_arm64.*'),
re.compile(r'v8_linux64.*'),
re.compile(r'v8_mac.*'),
re.compile(r'v8_win.*'),
re.compile(r'.*'),
],
}
_RE_TYPE = type(re.compile(''))
......
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