From 5eb7f8e8b4eca6035d8f2041b6e55b3b778443c0 Mon Sep 17 00:00:00 2001 From: Al Muthanna Athamina Date: Fri, 9 Dec 2022 11:56:37 +0100 Subject: [PATCH] Remove nexus7 bot flag Bug: chromium:1399445 Change-Id: I04c78bc41466010dc1584f317d4d7080ee9e03e3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4091547 Commit-Queue: Almothana Athamneh Reviewed-by: Michael Achenbach Cr-Commit-Position: refs/heads/main@{#84758} --- tools/try_perf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/try_perf.py b/tools/try_perf.py index 24c481d21c..37de0ef694 100755 --- a/tools/try_perf.py +++ b/tools/try_perf.py @@ -15,7 +15,6 @@ BOTS = { '--linux32': 'v8_linux32_perf_try', '--linux64': 'v8_linux64_perf_try', '--nexus5': 'v8_nexus5_perf_try', - '--nexus7': 'v8_nexus7_perf_try', '--pixel2': 'v8_pixel2_perf_try', }