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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2353513004: MB: Add Android swarming bots. (Closed)
Patch Set: Created 4 years, 3 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: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 82c3832a1441a28eb68f6ca47eaacdaf3c7de139..8adc2e7312ce56b4217a17c5d9a44004583ce5e7 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -144,6 +144,7 @@
'android_n6': 'android_gn_debug_static_bot_arm',
'android_gyp_dbg': 'android_gyp_debug_static_bot_arm',
'android_gyp_rel': 'android_gyp_release_bot_arm',
+ 'android_swarming': 'swarming_android_gn_release_bot_arm',
# Windows
'win_compile_dbg': 'gn_debug_bot_x86',
@@ -175,6 +176,7 @@
'Linux64 Release (swarming)': 'swarming_gn_release_bot_x64',
# Android
+ 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm',
'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm',
'Android32 Builder': 'android_gn_release_bot_arm',
'Android32 Tests (J Nexus4)': 'none',
@@ -337,6 +339,9 @@
'android_gn_asan_shared_release_bot_arm': [
'android', 'gn', 'asan', 'clang', 'shared', 'release_bot', 'arm'
],
+ 'swarming_android_gn_release_bot_arm': [
+ 'swarming', 'android', 'gn', 'release_bot', 'arm'
+ ],
# This is used for tracking purposes; any bot that uses this config
# should never actually run MB.
« 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