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

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

Issue 11972003: [Android] Upload instrumentation results to flakiness dashboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
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 0f71768d0bbb88539914d62a0b1da97238e0a25f..5e9d4ca98e8244985f555ffca616e06f6fcb1360 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -94,7 +94,10 @@ def GetBotStepMap():
'bb_run_findbugs', 'bb_zip_build'], None, None),
B('fyi-builder-rel',
['bb_compile', 'bb_compile_experimental', 'bb_zip_build'], None, None),
- B('fyi-tests', std_test_steps, T(std_tests, ['--experimental']), None),
+ B('fyi-tests', std_test_steps,
+ T(std_tests, ['--experimental', '--flakiness-dashboard-server']), None),
+ B('try-fyi-tests', std_test_steps, T(std_tests, ['--experimental']),
Isaac (away) 2013/01/16 03:11:26 nit: move below perf-tests-rel. This list is alph
frankf 2013/01/16 18:00:38 Done.
+ None),
B('perf-tests-rel', std_test_steps, T([], ['--install=ContentShell']),
None),
B('webkit-latest-tests', std_test_steps, T(['unit']), None),
@@ -113,7 +116,6 @@ def GetBotStepMap():
('try-tests-dbg', 'main-tests-dbg'),
('try-clang-builder', 'main-clang-builder'),
('try-fyi-builder-dbg', 'fyi-builder-dbg'),
- ('try-fyi-tests', 'fyi-tests'),
]
for to_id, from_id in copy_map:
assert to_id not in bot_map
« build/android/buildbot/bb_device_steps.py ('K') | « build/android/buildbot/bb_device_steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698