[test] Rollout new test runner to linux64 bots
Bug: v8:7343 Change-Id: Ic0b89e2376fc927303a5285cc5b47a1ad4694047 Reviewed-on: https://chromium-review.googlesource.com/878642 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> Cr-Commit-Position: refs/heads/master@{#50779}
This commit is contained in:
parent
f893ee89ea
commit
937d161eae
@ -86,6 +86,13 @@ PREDICTABLE_WRAPPER = os.path.join(
|
||||
# Mapping from mastername to list of buildernames. Buildernames can be strings
|
||||
# or compiled regexps which will be matched.
|
||||
BUILDER_WHITELIST_STAGING = {
|
||||
'client.v8': [
|
||||
'V8 Linux64',
|
||||
'V8 Linux64 - debug',
|
||||
],
|
||||
'tryserver.v8': [
|
||||
'v8_linux64_rel_ng_triggered',
|
||||
],
|
||||
}
|
||||
_RE_TYPE = type(re.compile(''))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user