Commit 018e7a67 authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

[mb] align build config for builders using swarming dev

Before renaming swarming builders for crbug.com/955013, let me fix build
config so that each builder uses the same build config with typical
builders.

Bug: 943176
Change-Id: Ie203ee1ccd05491fe8332e1206d75ad6235b022c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026556
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: default avatarYoshisato Yanagisawa <yyanagisawa@google.com>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736256}
parent 2ae468ff
...@@ -536,14 +536,20 @@ ...@@ -536,14 +536,20 @@
}, },
'chromium.swarm': { 'chromium.swarm': {
'Android N5 Swarm': 'android_release_bot_minimal_symbols', # This should be the same with 'android-kitkat-arm-rel'.
'Android N5X Swarm': 'android_release_bot_minimal_symbols_arm64', 'Android N5 Swarm': 'android_release_bot_minimal_symbols_fastbuild',
'Linux Swarm': 'release_bot_minimal_symbols',
# Use the same config with 'Mac Builder' to pass test for stack trace. # This should be the same with 'android-marshmallow-arm64-rel'.
'Android N5X Swarm': 'gpu_tests_android_release_bot_minimal_symbols_arm64_fastbuild',
# This should be the same with 'Linux Builder'.
'Linux Swarm': 'gpu_tests_release_bot',
# This should be the same with 'Mac Builder'.
'Mac Swarm': 'gpu_tests_release_bot_minimal_symbols', 'Mac Swarm': 'gpu_tests_release_bot_minimal_symbols',
'Windows Swarm': 'release_bot_minimal_symbols', # This should be the same with 'Win x64 Builder'.
'Windows Swarm': 'gpu_tests_release_bot_minimal_symbols',
}, },
'client.nacl.sdk': { 'client.nacl.sdk': {
......
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