Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: tools/mb/mb_config.pyl

Issue 1777063002: Switch android builders on tryserver.chromium.perf from gyp to gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding N5x and Webview bisect bots Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index a08ad20ca0bce6921fb8cdff997325370252c7d4..b236b5cf8bc4d00dc10fbad20dcb7a90b023c8ba 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698