Commit f453831c authored by Jacob Kopczynski's avatar Jacob Kopczynski Committed by Commit Bot

Suppress warnings for LTS builds

They aren't in use in any console but are still checked for by the hooks

BUG: chromium:1127088
Change-Id: Ibd13b00cfa23b56a3245035bf5b86533705112bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527942
Auto-Submit: Jacob Kopczynski <jkop@chromium.org>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825532}
parent eb0e9406
...@@ -1439,6 +1439,13 @@ class BBJSONGenerator(object): ...@@ -1439,6 +1439,13 @@ class BBJSONGenerator(object):
'win32-dbg', 'win32-dbg',
'win-archive-dbg', 'win-archive-dbg',
'win32-archive-dbg', 'win32-archive-dbg',
# TODO(https://crbug.com/1127088): remove once LTS version has been set
"chromeos-arm-generic-lts",
"chromeos-betty-pi-arc-chrome-lts",
"chromeos-eve-chrome-lts",
"chromeos-kevin-chrome-lts",
"linux-chromeos-lts",
"linux64-lts",
] ]
def get_internal_waterfalls(self): def get_internal_waterfalls(self):
......
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