Commit 3fa26f4d authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Roll out new test runner to arm64 bots

TBR=sergiyb@chromium.org

Bug: v8:7343
Change-Id: Id17a931e00eda0bf018b5f1cb1cd6bac516ec26d
Reviewed-on: https://chromium-review.googlesource.com/881482Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50811}
parent 432668ed
......@@ -91,7 +91,11 @@ BUILDER_WHITELIST_STAGING = {
re.compile(r'V8 Mac.*'),
re.compile(r'V8 Win.*'),
],
'client.v8.ports': [
re.compile(r'V8 Linux - arm64.*'),
],
'tryserver.v8': [
re.compile(r'v8_linux_arm64.*'),
re.compile(r'v8_linux64.*'),
re.compile(r'v8_mac.*'),
re.compile(r'v8_win.*'),
......
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