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

Unified Diff: build/android/pylib/host_driven/python_test_sharder.py

Issue 18770008: [Android] Redesigns the sharder to allow replicated vs distributed tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds tagging of tests (for replication) Created 7 years, 5 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/pylib/host_driven/python_test_sharder.py
diff --git a/build/android/pylib/host_driven/python_test_sharder.py b/build/android/pylib/host_driven/python_test_sharder.py
index cc746878ef3ba6acb7476b0dd28cc33723a353a7..d6475fdffdda0b75a38ff66117b796ab558f5f99 100644
--- a/build/android/pylib/host_driven/python_test_sharder.py
+++ b/build/android/pylib/host_driven/python_test_sharder.py
@@ -95,7 +95,7 @@ class PythonTestSharder(object):
def __init__(self, attached_devices, available_tests, options):
self.options = options
self.attached_devices = attached_devices
- self.retries = options.shard_retries
+ self.retries = options.num_retries
self.tests = available_tests
def _SetupSharding(self, tests):

Powered by Google App Engine
This is Rietveld 408576698