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

Unified Diff: build/android/buildbot/bb_run_bot.py

Issue 250843008: Remove telemetry_unittests from Android dbg tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Still run telemetry tests on rel. Created 6 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: 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 f41ae6470fcacc5bb67a2946c9077a183302ffee..745091c7be8a4214f9838f5514d2bbaae9ae6942 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -139,8 +139,9 @@ 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 + telemetry_tests,
- [flakiness_server])),
+ B('main-tests-rel', H(std_test_steps), T(std_tests + telemetry_tests,
+ [flakiness_server])),
+ B('main-tests', H(std_test_steps), T(std_tests, [flakiness_server])),
# Other waterfalls
B('asan-builder-tests', H(compile_step,
@@ -200,6 +201,7 @@ def GetBotStepMap():
('try-clang-builder', 'main-clang-builder'),
('try-fyi-builder-dbg', 'fyi-builder-dbg'),
('try-x86-builder-dbg', 'x86-builder-dbg'),
+ ('try-tests-rel', 'main-tests-rel'),
tonyg 2014/04/29 16:51:45 I don't understand how this is set up. Looks like
navabi 2014/04/29 16:55:57 It is confusing, but to see how it works look at t
('try-tests', 'main-tests'),
('try-fyi-tests', 'fyi-tests'),
('webkit-latest-tests', 'main-tests'),
« 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