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

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

Issue 11943018: [Android] Uploaded instrumentation tests to prod 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
« no previous file with comments | « no previous file | build/android/pylib/base/test_result.py » ('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 b5d8310e872c6407e6d5d77c6eb4c62ebcd08cd4..d512a855e8b229b5cf4fdfc88c3ab2be850bc956 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -169,8 +169,8 @@ def RunInstrumentationSuite(options, test):
if options.asan:
args.append('--tool=asan')
if options.upload_to_flakiness_server:
- args.append('--flakiness-dashboard-server='
- 'chrome-android-staging-results.appspot.com')
+ args.append('--flakiness-dashboard-server=%s' %
+ constants.UPSTREAM_FLAKINESS_SERVER)
RunCmd(['build/android/run_instrumentation_tests.py'] + args)
« no previous file with comments | « no previous file | build/android/pylib/base/test_result.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698