diff options
author | prasadv <prasadv@chromium.org> | 2015-12-01 10:54:22 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-01 18:56:19 +0000 |
commit | faf537f0c76d27b5024582353129f96941622322 (patch) | |
tree | 6df81cc948444b4ef8dc7a806521abdaf56ab3da | |
parent | 7867a73b9d808755d40b8278b312122269720462 (diff) | |
download | chromium_src-faf537f0c76d27b5024582353129f96941622322.zip chromium_src-faf537f0c76d27b5024582353129f96941622322.tar.gz chromium_src-faf537f0c76d27b5024582353129f96941622322.tar.bz2 |
Add bisect FYI bots on tryserver.chromium.perf to MB config
BUG=560981
Review URL: https://codereview.chromium.org/1488773002
Cr-Commit-Position: refs/heads/master@{#362464}
-rw-r--r-- | tools/mb/mb_config.pyl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl index 78eb00e..4159044 100644 --- a/tools/mb/mb_config.pyl +++ b/tools/mb/mb_config.pyl @@ -530,11 +530,11 @@ 'tryserver.chromium.perf': { 'android_perf_bisect_builder': 'gyp_official_goma_minimal_symbols_android', 'android_arm64_perf_bisect_builder': 'gyp_official_goma_minimal_symbols_android_arm64', - 'linux_perf_bisect_builder': 'gyp_official_goma', + 'linux_perf_bisect_builder': 'gn_official_goma', 'mac_perf_bisect_builder': 'gyp_official_goma', 'win_perf_bisect_builder': 'gyp_official_goma_minimal_symbols_x86', 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64', - 'linux_perf_bisect': 'gyp_official_goma', + 'linux_perf_bisect': 'gn_official_goma', 'mac_10_11_perf_bisect': 'gyp_official_goma', 'mac_10_10_perf_bisect': 'gyp_official_goma', 'mac_retina_perf_bisect': 'gyp_official_goma', @@ -552,6 +552,9 @@ 'android_nexus6_perf_bisect': 'gyp_official_goma_minimal_symbols_android', 'android_nexus7_perf_bisect': 'gyp_official_goma_minimal_symbols_android', 'android_nexus9_perf_bisect': 'gyp_official_goma_minimal_symbols_android_arm64', + 'linux_fyi_perf_bisect': 'gn_official_goma', + 'mac_fyi_perf_bisect': 'gyp_official_goma', + 'win_fyi_perf_bisect': 'gyp_official_goma_minimal_symbols_x86', }, 'tryserver.chromium.win': { 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', |