Index: build/android/buildbot/bb_run_bot.py |
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py |
index aee7f0fb8a3c4f4f5ce455ebdbd56f407c919430..4a6cecfbb79d202173418ae7f45c46e5eab4d20c 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -138,7 +138,8 @@ def GetBotStepMap(): |
B('main-clang-builder', |
H(compile_step, extra_gyp='clang=1 component=shared_library')), |
B('main-clobber', H(compile_step)), |
- B('main-tests', H(std_test_steps), T(std_tests, [flakiness_server])), |
+ B('main-tests', H(std_test_steps), T(std_tests + ['telemetry_tests'], |
+ [flakiness_server])), |
# Other waterfalls |
B('asan-builder-tests', H(compile_step, |