Commit 78a475c8 authored by Tamer Tas's avatar Tamer Tas Committed by V8 LUCI CQ

[v8_perf] remove deprecated builder options from v8 perf trybot

R=machenbach@chromium.org,liviurau@chromium.org

Bug: v8:11211,v8:12462
Change-Id: If13e9ac6eaa3edc6b99c77c9cf16f5441f5c33e4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3310898
Auto-Submit: Tamer Tas <tmrts@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78203}
parent d8e8dab0
......@@ -12,19 +12,14 @@ import subprocess
import sys
BOTS = {
'--chromebook': 'v8_chromebook_perf_try',
'--linux32': 'v8_linux32_perf_try',
'--linux64': 'v8_linux64_perf_try',
'--linux64_atom': 'v8_linux64_atom_perf_try',
'--nexus5': 'v8_nexus5_perf_try',
'--nexus7': 'v8_nexus7_perf_try',
'--nokia1': 'v8_nokia1_perf_try',
'--odroid32': 'v8_odroid32_perf_try',
'--pixel2': 'v8_pixel2_perf_try',
}
DEFAULT_BOTS = [
'v8_chromebook_perf_try',
'v8_linux32_perf_try',
'v8_linux64_perf_try',
]
......
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