Commit afedac6c authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Build both try and CI linux-chromeos internal builders with minimal symbols.

Decreases the CI bot from symbol_level=2 to 1.
Increases the try bot from symbol_level=0 to 1.

Needed to make room on disk for all the tests I'd want these bots to run.

Bug: 932269
Change-Id: Iba35a386b3090da8f6fb424ad20ca864d24e6ffe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540480Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644823}
parent 808e3560
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
'chromium.chrome': { 'chromium.chrome': {
'chromeos-amd64-generic-google-rel': 'official_cros_chrome_sdk', 'chromeos-amd64-generic-google-rel': 'official_cros_chrome_sdk',
'linux-chromeos-google-rel': 'official_goma_chromeos', 'linux-chromeos-google-rel': 'official_goma_chromeos_minimal_symbols',
'linux-google-rel': 'official_goma', 'linux-google-rel': 'official_goma',
'mac-google-rel': 'official_goma', 'mac-google-rel': 'official_goma',
'win-google-rel': 'official_goma_x86', 'win-google-rel': 'official_goma_x86',
...@@ -673,7 +673,7 @@ ...@@ -673,7 +673,7 @@
}, },
'tryserver.chromium.chrome': { 'tryserver.chromium.chrome': {
'linux-chromeos-chrome': 'official_goma_chromeos_no_symbols', 'linux-chromeos-chrome': 'official_goma_chromeos_minimal_symbols',
}, },
'tryserver.chromium.chromiumos': { 'tryserver.chromium.chromiumos': {
...@@ -1679,12 +1679,8 @@ ...@@ -1679,12 +1679,8 @@
'official', 'goma', 'no_gnome_keyring', 'official', 'goma', 'no_gnome_keyring',
], ],
'official_goma_chromeos': [ 'official_goma_chromeos_minimal_symbols': [
'official', 'goma', 'chromeos', 'official', 'goma', 'chromeos', 'minimal_symbols',
],
'official_goma_chromeos_no_symbols': [
'official', 'goma', 'chromeos', 'no_symbols',
], ],
'official_goma_minimal_symbols_android': [ 'official_goma_minimal_symbols_android': [
......
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