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

Unified Diff: tools/mb/mb_config.pyl

Issue 1973663002: MB: Flip Android bots in chromium.webrtc.fyi to GN. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 0dd2cbe3a606e0d8a62b6f2092c5f5ef8e864f43..a82c58c48b30fad1130878faade473eb61153ed2 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -553,10 +553,8 @@
},
'chromium.webrtc.fyi': {
- 'Android Builder (dbg)':
- 'android_blink_logging_gyp_debug_static_bot',
- 'Android Builder ARM64 (dbg)':
- 'android_blink_logging_gyp_debug_static_bot_arm64',
+ 'Android Builder (dbg)': 'android_gn_debug_static_bot',
+ 'Android Builder ARM64 (dbg)': 'android_gn_debug_static_bot_arm64',
'Android GN (dbg)': 'android_gn_debug_bot',
'Android GN': 'android_gn_release_bot',
'Android Tests (dbg) (K Nexus5)': 'none',
@@ -621,7 +619,7 @@
'tryserver.blink': {
# Most tryservers should have '_trybot' in their config names, but
- # 'release_trybot' includes 'dcheck_always_on', and the blink
+ # 'release_trybot' includes 'dcheck_always_on', and the blink
# release trybots must *not* enable dchecks, because that could
# cause them to produce different baselines than the release
# waterfall bots, and run-webkit-tests can't handle that (by design).
@@ -878,14 +876,6 @@
'android', 'asan', 'gn', 'clang', 'shared', 'debug', 'minimal_symbols',
],
- 'android_blink_logging_gyp_debug_static_bot': [
- 'android', 'blink_logging', 'gyp', 'debug_static_bot',
- ],
-
- 'android_blink_logging_gyp_debug_static_bot_arm64': [
- 'android', 'blink_logging', 'gyp', 'debug_static_bot', 'arm64',
- ],
-
'android_cast_gn_debug_static_bot': [
'android', 'cast', 'gn', 'clang', 'debug_static_bot',
],
@@ -1214,7 +1204,7 @@
],
'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_static_x86': [
- 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs',
+ 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs',
'release', 'static', 'x86',
],
@@ -1235,7 +1225,7 @@
],
'gyp_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [
- 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs',
+ 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs',
'release_bot',
],
« 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