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) |