diff options
author | jbudorick <jbudorick@chromium.org> | 2016-03-24 21:57:05 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-25 04:59:06 +0000 |
commit | b12ac76b7dfec28a3efe8363524fd0cfb4f876eb (patch) | |
tree | 4d6b58960f7b3ad32225f8d05301237f9511cd5e /tools/mb/mb_config.pyl | |
parent | ef1e5efdbb7458908a9018e92ab59ba24b43f8ca (diff) | |
download | chromium_src-b12ac76b7dfec28a3efe8363524fd0cfb4f876eb.zip chromium_src-b12ac76b7dfec28a3efe8363524fd0cfb4f876eb.tar.gz chromium_src-b12ac76b7dfec28a3efe8363524fd0cfb4f876eb.tar.bz2 |
[Android] Add mb_config entries for Android bots on chromium.fyi.
BUG=594811
Review URL: https://codereview.chromium.org/1830423002
Cr-Commit-Position: refs/heads/master@{#383251}
Diffstat (limited to 'tools/mb/mb_config.pyl')
-rw-r--r-- | tools/mb/mb_config.pyl | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl index fbf7b1e..6417815 100644 --- a/tools/mb/mb_config.pyl +++ b/tools/mb/mb_config.pyl @@ -84,13 +84,14 @@ }, 'chromium.fyi': { - 'Android Asan Builder Tests (dbg)': 'tbd', - 'Android Builder (dbg)': 'tbd', - 'Android ChromeDriver Tests (dbg)': 'tbd', - 'Android Cloud Tests': 'tbd', - 'Android Remoting Tests': 'tbd', - 'Android Tests (trial)(dbg)': 'tbd', - 'Android Tests (x86 emulator)': 'tbd', + 'Android Asan Builder Tests (dbg)': + 'android_asan_gyp_debug_bot_minimal_symbols', + 'Android Builder (dbg)': 'android_gyp_debug_static_bot', + 'Android ChromeDriver Tests (dbg)': 'none', + 'Android Cloud Tests': 'android_gyp_debug_static_bot_x86', + 'Android Remoting Tests': 'none', + 'Android Tests (trial)(dbg)': 'none', + 'Android Tests (x86 emulator)': 'android_gyp_debug_static_bot_x86', 'Blink Linux LSan ASan': 'tbd', 'Browser Side Navigation Linux': 'tbd', 'Chromium Builder': 'tbd', @@ -836,6 +837,10 @@ # is not necessarily so (i.e., we might have mac, win, and linux # bots all using the 'gn_release_bot' config). 'configs': { + 'android_asan_gyp_debug_bot_minimal_symbols': [ + 'android', 'asan', 'gyp', 'debug_bot_minimal_symbols', + ], + 'android_cast_gyp_debug_static_bot': [ 'android', 'cast', 'gyp', 'debug_static_bot', ], @@ -946,6 +951,14 @@ 'android', 'gn', 'release_trybot', ], + 'android_gyp_debug_static_bot': [ + 'android', 'gyp', 'debug_static_bot', + ], + + 'android_gyp_debug_static_bot_x86': [ + 'android', 'gyp', 'debug_static_bot', 'x86', + ], + 'android_without_codecs_gyp_release_bot_minimal_symbols': [ 'android_without_codecs', 'gyp', 'release_bot_minimal_symbols', ], |