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

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

Issue 664803003: Update from chromium a8e7c94b1b79a0948d05a1fcfff53391d22ce37a (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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_status_check.py ('k') | build/android/pylib/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index c0f9fe7842b4926b5c517e2e9ed3bafb08330307..e95a5529f3aa2d0b7f5c72ee10851ec955d90139 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -145,6 +145,9 @@ def RunTestSuites(options, suites, suites_options=None):
args.append('--tool=asan')
if options.gtest_filter:
args.append('--gtest-filter=%s' % options.gtest_filter)
+ if options.flakiness_server:
+ args.append('--flakiness-dashboard-server=%s' %
+ options.flakiness_server)
for suite in suites:
bb_annotations.PrintNamedStep(suite)
@@ -186,7 +189,7 @@ def RunChromeSyncShellTests(options):
test = I('ChromeSyncShell',
'ChromeSyncShell.apk',
'org.chromium.chrome.browser.sync',
- 'ChromeSyncShellTest.apk',
+ 'ChromeSyncShellTest',
'chrome:chrome/test/data/android/device_files')
RunInstrumentationSuite(options, test)
« no previous file with comments | « build/android/buildbot/bb_device_status_check.py ('k') | build/android/pylib/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698