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

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: Fixed ilevy's comments 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
« no previous file with comments | « build/android/buildbot/bb_device_steps.py ('k') | 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 0f71768d0bbb88539914d62a0b1da97238e0a25f..d5018e08638fe69a8cf5e85c42ca364b5744c48a 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -94,9 +94,12 @@ 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', '--upload-to-flakiness-server']), None),
B('perf-tests-rel', std_test_steps, T([], ['--install=ContentShell']),
None),
+ B('try-fyi-tests', std_test_steps, T(std_tests, ['--experimental']),
+ None),
B('webkit-latest-tests', std_test_steps, T(['unit']), None),
B('webkit-latest-webkit-tests', std_test_steps,
T(['webkit_layout', 'webkit']), 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
« no previous file with comments | « 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