Commit 91f76583 authored by Jacob Kopczynski's avatar Jacob Kopczynski Committed by Commit Bot

Add LTS builders to .pyl

Does not include official builders, which go elsewhere

Bug: chromium:1127088
Change-Id: I7ab85f76c9a1bd0b23d6c76c9635487ea51d29e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435927
Auto-Submit: Jacob Kopczynski <jkop@chromium.org>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Jacob Kopczynski <jkop@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811748}
parent 64f6fcb5
...@@ -17,8 +17,20 @@ ...@@ -17,8 +17,20 @@
'chromeos-arm-generic-cfi-thin-lto-chrome': 'chromeos_arm-generic_cfi_thin_lto_official', 'chromeos-arm-generic-cfi-thin-lto-chrome': 'chromeos_arm-generic_cfi_thin_lto_official',
'chromeos-betty-pi-arc-cfi-thin-lto-chrome': 'chromeos_betty-pi-arc_cfi_thin_lto_official', 'chromeos-betty-pi-arc-cfi-thin-lto-chrome': 'chromeos_betty-pi-arc_cfi_thin_lto_official',
'chromeos-betty-pi-arc-chrome': 'chromeos_betty-pi-arc_include_unwind_tables_official_use_fake_dbus_clients', 'chromeos-betty-pi-arc-chrome': 'chromeos_betty-pi-arc_include_unwind_tables_official_use_fake_dbus_clients',
'chromeos-betty-pi-arc-chrome-beta': 'chromeos_betty-pi-arc_include_unwind_tables_official_use_fake_dbus_clients',
'chromeos-betty-pi-arc-chrome-ltc': 'chromeos_betty-pi-arc_include_unwind_tables_official_use_fake_dbus_clients',
'chromeos-betty-pi-arc-chrome-lts': 'chromeos_betty-pi-arc_include_unwind_tables_official_use_fake_dbus_clients',
'chromeos-betty-pi-arc-chrome-stable': 'chromeos_betty-pi-arc_include_unwind_tables_official_use_fake_dbus_clients',
'chromeos-eve-chrome': 'chromeos_eve_include_unwind_tables_official', 'chromeos-eve-chrome': 'chromeos_eve_include_unwind_tables_official',
'chromeos-eve-chrome-beta': 'chromeos_eve_include_unwind_tables_official',
'chromeos-eve-chrome-ltc': 'chromeos_eve_include_unwind_tables_official',
'chromeos-eve-chrome-lts': 'chromeos_eve_include_unwind_tables_official',
'chromeos-eve-chrome-stable': 'chromeos_eve_include_unwind_tables_official',
'chromeos-kevin-chrome': 'chromeos_kevin_include_unwind_tables_official', 'chromeos-kevin-chrome': 'chromeos_kevin_include_unwind_tables_official',
'chromeos-kevin-chrome-beta': 'chromeos_kevin_include_unwind_tables_official',
'chromeos-kevin-chrome-ltc': 'chromeos_kevin_include_unwind_tables_official',
'chromeos-kevin-chrome-lts': 'chromeos_kevin_include_unwind_tables_official',
'chromeos-kevin-chrome-stable': 'chromeos_kevin_include_unwind_tables_official',
# Don't include unwind tables for the remaining three builders since # Don't include unwind tables for the remaining three builders since
# they monitor binary size growth, which may be affected by the tables. # they monitor binary size growth, which may be affected by the tables.
'linux-chrome': 'official_goma', 'linux-chrome': 'official_goma',
......
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