summaryrefslogtreecommitdiffstats
path: root/tools/mb/mb_config.pyl
diff options
context:
space:
mode:
authorprasadv <prasadv@chromium.org>2016-03-14 12:55:31 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-14 19:56:32 +0000
commitad879442a66b0b7d1500dd8df0a2d027602c358a (patch)
treeb6e36c4eab3063d6411c46c386e7f32142064379 /tools/mb/mb_config.pyl
parented3764bb41ed487aac149d6f03e5fe9b0ea5a3f8 (diff)
downloadchromium_src-ad879442a66b0b7d1500dd8df0a2d027602c358a.zip
chromium_src-ad879442a66b0b7d1500dd8df0a2d027602c358a.tar.gz
chromium_src-ad879442a66b0b7d1500dd8df0a2d027602c358a.tar.bz2
Switch android builders on tryserver.chromium.perf from gyp to gn
Also deleted 'gyp_official_goma_minimal_symbols_android' and 'gyp_official_goma_minimal_symbols_android_arm64' from the config as presubmit complained about unused configs. BUG=593439 Review URL: https://codereview.chromium.org/1777063002 Cr-Commit-Position: refs/heads/master@{#381049}
Diffstat (limited to 'tools/mb/mb_config.pyl')
-rw-r--r--tools/mb/mb_config.pyl23
1 files changed, 12 insertions, 11 deletions
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 3e1ec97..0bb3d00 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -70,8 +70,6 @@
'gyp_official_goma': ['gyp', 'official', 'goma'],
'gyp_official_goma_chromeos': ['gyp', 'official', 'goma', 'chromeos'],
'gyp_official_goma_x86': ['gyp', 'official', 'goma', 'x86'],
- 'gyp_official_goma_minimal_symbols_android': ['gyp', 'official', 'goma', 'minimal_symbols', 'android'],
- 'gyp_official_goma_minimal_symbols_android_arm64': ['gyp', 'official', 'goma', 'minimal_symbols', 'android', 'arm64'],
'gyp_official_goma_minimal_symbols_x64': ['gyp', 'official', 'goma', 'minimal_symbols', 'x64'],
'gyp_official_goma_minimal_symbols_x86': ['gyp', 'official', 'goma', 'minimal_symbols', 'x86'],
'gyp_release_bot_android': ['gyp', 'release_bot', 'android'],
@@ -800,8 +798,8 @@
'mac_chromium_clang_upload': 'gn_release_bot',
},
'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',
+ 'android_perf_bisect_builder': 'gn_official_goma_minimal_symbols_android',
+ 'android_arm64_perf_bisect_builder': 'gn_official_goma_minimal_symbols_android_arm64',
'linux_perf_bisect_builder': 'gn_official_goma',
'mac_perf_bisect_builder': 'gyp_official_goma',
'win_perf_bisect_builder': 'gyp_official_goma_minimal_symbols_x86',
@@ -819,16 +817,19 @@
'winx64_10_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
'win_8_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
- 'android_one_perf_bisect': 'gyp_official_goma_minimal_symbols_android',
- 'android_nexus5_perf_bisect': 'gyp_official_goma_minimal_symbols_android',
- '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',
- 'android_s5_perf_bisect': 'gyp_official_goma_minimal_symbols_android',
- 'android_s5_perf_cq': 'gyp_official_goma_minimal_symbols_android',
+ 'android_one_perf_bisect': 'gn_official_goma_minimal_symbols_android',
+ 'android_nexus5_perf_bisect': 'gn_official_goma_minimal_symbols_android',
+ 'android_nexus6_perf_bisect': 'gn_official_goma_minimal_symbols_android',
+ 'android_nexus7_perf_bisect': 'gn_official_goma_minimal_symbols_android',
+ 'android_nexus9_perf_bisect': 'gn_official_goma_minimal_symbols_android_arm64',
+ 'android_s5_perf_bisect': 'gn_official_goma_minimal_symbols_android',
+ 'android_s5_perf_cq': 'gn_official_goma_minimal_symbols_android',
+ 'android_nexus5X_perf_bisect': 'gn_official_goma_minimal_symbols_android',
+ 'android_webview_aosp_perf_bisect': 'gn_official_goma_minimal_symbols_android',
'linux_perf_cq': 'gn_official_goma',
'mac_retina_perf_cq': 'gyp_official_goma',
'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64',
+ 'android_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_android',
'linux_fyi_perf_bisect': 'gn_official_goma',
'mac_fyi_perf_bisect': 'gyp_official_goma',
'win_fyi_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',