Commit 454e7e12 authored by Sergiy Belozorov's avatar Sergiy Belozorov Committed by Commit Bot

[tools] Trigger Nexus5/7 trybots on LUCI builders

R=machenbach@chromium.org

No-Try: true
Bug: chromium:920561
Change-Id: Iaf80de577ba2c6b2d22938240aba6b9e432b7427
Reviewed-on: https://chromium-review.googlesource.com/c/1404441Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58756}
parent 469754d0
......@@ -15,7 +15,6 @@ BOTS = {
'--linux64_atom': 'v8_linux64_atom_perf_try',
'--nexus5': 'v8_nexus5_perf_try',
'--nexus7': 'v8_nexus7_perf_try',
'--nexus10': 'v8_nexus10_perf_try',
'--pixel2': 'v8_pixel2_perf_try',
'--nokia1': 'v8_nokia1_perf_try',
}
......@@ -26,6 +25,8 @@ SWARMING_BOTS = [
'v8_linux32_perf_try',
'v8_linux64_perf_try',
'v8_linux64_atom_perf_try',
'v8_nexus5_perf_try',
'v8_nexus7_perf_try',
'v8_pixel2_perf_try',
'v8_nokia1_perf_try',
]
......@@ -34,7 +35,6 @@ DEFAULT_BOTS = [
'v8_arm32_perf_try',
'v8_linux32_perf_try',
'v8_linux64_perf_try',
'v8_nexus10_perf_try',
]
PUBLIC_BENCHMARKS = [
......
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