summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxunjieli <xunjieli@chromium.org>2016-03-24 11:15:25 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-24 18:17:01 +0000
commit2a56b36b8744bdf0ce95eadce89e14e55c5af971 (patch)
tree8db3a6b0a60ea214c4d375260561973b52fa86ef
parentdc53f6c958b325971ae43cf199924c6a54adaa0a (diff)
downloadchromium_src-2a56b36b8744bdf0ce95eadce89e14e55c5af971.zip
chromium_src-2a56b36b8744bdf0ce95eadce89e14e55c5af971.tar.gz
chromium_src-2a56b36b8744bdf0ce95eadce89e14e55c5af971.tar.bz2
Add a mb config to android_cronet_tester trybot
BUG=597596 Review URL: https://codereview.chromium.org/1832843002 Cr-Commit-Position: refs/heads/master@{#383099}
-rw-r--r--tools/mb/mb_config.pyl8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 7e66f4d..9903705 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -638,7 +638,6 @@
'android_blink_rel': 'tbd',
'android_chromium_variable': 'tbd',
'android_coverage': 'tbd',
- 'android_cronet_tester': 'tbd',
'android_deterministic': 'tbd',
'cast_shell_android': 'tbd',
@@ -652,6 +651,7 @@
'android_compile_rel': 'swarming_android_gyp_release_trybot',
'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
+ 'android_cronet_tester': 'android_cronet_gyp_debug_trybot',
'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot',
'linux_android_rel_ng': 'swarming_android_gyp_release_trybot',
},
@@ -829,7 +829,7 @@
},
},
-
+
# This is the list of configs that you can pass to mb; each config
# represents a particular combination of GYP_DEFINES/gn args that
# we must support. A given config *may* be platform-specific but
@@ -866,6 +866,10 @@
'android', 'cronet', 'gyp', 'debug_static_bot', 'x86'
],
+ 'android_cronet_gyp_debug_trybot': [
+ 'android', 'cronet', 'gyp', 'debug_trybot'
+ ],
+
'android_cronet_gyp_release_bot_minimal_symbols': [
'android', 'cronet', 'gyp', 'release_bot_minimal_symbols', 'arm'
],