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

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

Issue 16633004: Android: Don't push layout_tests data for content browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index 621dd0869e3500588630c6f3a5ff7ae730d06541..0b3602500828649c97dcb81ea25f16f4aefd7989 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -116,7 +116,7 @@ def RunBrowserTestSuite(options):
Args:
options: options object.
"""
- args = ['--verbose']
+ args = ['--verbose', '--num_retries=1']
if options.target == 'Release':
args.append('--release')
if options.asan:

Powered by Google App Engine
This is Rietveld 408576698