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

Unified Diff: testing/buildbot/chromium.linux.json

Issue 2743873003: [Android] Add support for external sharding to the test runner. (Closed)
Patch Set: fix instrumentation tests Created 3 years, 9 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
« build/android/test_runner.py ('K') | « build/android/test_runner.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index f90ea4c4008d877b841068f55043a0b31b53b12f..f4edd5f05a992c175744cc06bce675a6ae61c75f 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -275,7 +275,8 @@
],
"name": "shard #${SHARD_INDEX} logcats"
}
- ]
+ ],
+ "shards": 2
bpastene 2017/03/14 01:03:47 Doooooope.
},
"test": "chrome_public_test_apk"
},
@@ -404,7 +405,8 @@
],
"name": "shard #${SHARD_INDEX} logcats"
}
- ]
+ ],
+ "shards": 2
},
"test": "content_browsertests"
},
« build/android/test_runner.py ('K') | « build/android/test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698