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

Unified Diff: tools/mb/mb_config.pyl

Issue 1923143004: [Android] Stop using goma on chromium.android:Android MIPS Builder (dbg) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 b112286f3cbf42f6061e64cf289388bd6b4a03b0..44843b93947dd252841508f7e40e9aba3f50949c 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -38,7 +38,8 @@
'Android Cronet x86 Builder (dbg)':
'android_cronet_gn_debug_static_bot_x86',
'Android GN Builder (dbg)': 'android_gn_debug_bot_minimal_symbols',
- 'Android MIPS Builder (dbg)': 'android_gn_debug_static_bot_mipsel',
+ 'Android MIPS Builder (dbg)':
+ 'android_gn_debug_static_minimal_symbols_mipsel',
'Android Swarm Builder':
'swarming_android_gn_release_bot_minimal_symbols',
'Android WebView CTS L-MR1 (dbg)': 'none',
@@ -972,10 +973,6 @@
'android', 'gn', 'debug_static_bot', 'arm64',
],
- 'android_gn_debug_static_bot_mipsel': [
- 'android', 'gn', 'debug_static_bot', 'mipsel',
- ],
-
'android_gn_debug_static_bot_x64': [
'android', 'gn', 'debug_static_bot', 'x64',
],
@@ -984,6 +981,10 @@
'android', 'gn', 'debug_static_bot', 'x86',
],
+ 'android_gn_debug_static_minimal_symbols_mipsel': [
+ 'android', 'gn', 'debug', 'static', 'minimal_symbols', 'mipsel',
+ ],
+
'android_gn_debug_trybot': [
'android', 'gn', 'debug_trybot',
],
« 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