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

Side by Side Diff: testing/buildbot/chromium.android.json

Issue 2942113002: [Android] Add chrome_public_test_apk on android_n5x_swarming_rel
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Cronet Builder": { 2 "Android Cronet Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "cronet_package" 4 "cronet_package"
5 ] 5 ]
6 }, 6 },
7 "Android N5X Swarm Builder": { 7 "Android N5X Swarm Builder": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "args": [ 10 "args": [
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "=android%2Fswarming%2Flogcats%2F", 229 "=android%2Fswarming%2Flogcats%2F",
230 "${TASK_ID}%2F%2B%2Funified_logcats" 230 "${TASK_ID}%2F%2B%2Funified_logcats"
231 ], 231 ],
232 "name": "shard #${SHARD_INDEX} logcats" 232 "name": "shard #${SHARD_INDEX} logcats"
233 } 233 }
234 ] 234 ]
235 }, 235 },
236 "test": "cc_unittests" 236 "test": "cc_unittests"
237 }, 237 },
238 { 238 {
239 "merge": {
240 "args": [
241 "--bucket",
242 "chromium-result-details",
243 "--test-name",
244 "chrome_public_test_apk"
245 ],
246 "script": "//build/android/pylib/results/presentation/test_results_pre sentation.py"
247 },
248 "swarming": {
249 "can_use_on_swarming_builders": true,
250 "cipd_packages": [
251 {
252 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
253 "location": "bin",
254 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c "
255 }
256 ],
257 "dimension_sets": [
258 {
259 "android_devices": "6",
shenghuazhang 2017/06/16 00:32:25 Some of the "android_devices" set "4", some of the
260 "device_os": "MMB29Q",
261 "device_type": "bullhead"
262 }
263 ],
264 "expiration": 10800,
265 "hard_timeout": 1800,
266 "output_links": [
267 {
268 "link": [
269 "https://luci-logdog.appspot.com/v/?s",
270 "=android%2Fswarming%2Flogcats%2F",
271 "${TASK_ID}%2F%2B%2Funified_logcats"
272 ],
273 "name": "shard #${SHARD_INDEX} logcats"
274 }
275 ]
276 },
277 "test": "chrome_public_test_apk"
278 },
279 {
239 "args": [ 280 "args": [
240 "--shared-prefs-file=../../chrome/android/shared_preference_files/test /vr_cardboard_skipdon_setupcomplete.json", 281 "--shared-prefs-file=../../chrome/android/shared_preference_files/test /vr_cardboard_skipdon_setupcomplete.json",
241 "--additional-apk=../../third_party/gvr-android-sdk/test-apks/vr_servi ces/vr_services_current.apk" 282 "--additional-apk=../../third_party/gvr-android-sdk/test-apks/vr_servi ces/vr_services_current.apk"
242 ], 283 ],
243 "merge": { 284 "merge": {
244 "args": [ 285 "args": [
245 "--bucket", 286 "--bucket",
246 "chromium-result-details", 287 "chromium-result-details",
247 "--test-name", 288 "--test-name",
248 "chrome_public_test_vr_apk" 289 "chrome_public_test_vr_apk"
(...skipping 8178 matching lines...) Expand 10 before | Expand all | Expand 10 after
8427 "name": "shard #${SHARD_INDEX} logcats" 8468 "name": "shard #${SHARD_INDEX} logcats"
8428 } 8469 }
8429 ], 8470 ],
8430 "shards": 6 8471 "shards": 6
8431 }, 8472 },
8432 "test": "webview_instrumentation_test_apk" 8473 "test": "webview_instrumentation_test_apk"
8433 } 8474 }
8434 ] 8475 ]
8435 } 8476 }
8436 } 8477 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698