OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Android Cloud Tests", | 10 "Android Cloud Tests", |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 "[GOMA_CACHE]", | 262 "[GOMA_CACHE]", |
263 "--build-tool", | 263 "--build-tool", |
264 "ninja", | 264 "ninja", |
265 "--compiler", | 265 "--compiler", |
266 "goma", | 266 "goma", |
267 "--goma-jsonstatus", | 267 "--goma-jsonstatus", |
268 "/path/to/tmp/json", | 268 "/path/to/tmp/json", |
269 "--goma-dir", | 269 "--goma-dir", |
270 "[SLAVE_BUILD]/src/build/goma/client", | 270 "[SLAVE_BUILD]/src/build/goma/client", |
271 "--", | 271 "--", |
| 272 "base_unittests", |
272 "base_unittests_apk" | 273 "base_unittests_apk" |
273 ], | 274 ], |
274 "cwd": "[SLAVE_BUILD]", | 275 "cwd": "[SLAVE_BUILD]", |
275 "env": { | 276 "env": { |
276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 277 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
277 }, | 278 }, |
278 "name": "compile", | 279 "name": "compile", |
279 "~followup_annotations": [ | 280 "~followup_annotations": [ |
280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 281 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
281 "@@@STEP_LOG_END@json.output (invalid)@@@" | 282 "@@@STEP_LOG_END@json.output (invalid)@@@" |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 "cwd": "[SLAVE_BUILD]", | 339 "cwd": "[SLAVE_BUILD]", |
339 "env": { | 340 "env": { |
340 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 341 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
341 }, | 342 }, |
342 "name": "provision_devices" | 343 "name": "provision_devices" |
343 }, | 344 }, |
344 { | 345 { |
345 "cmd": [ | 346 "cmd": [ |
346 "python", | 347 "python", |
347 "-u", | 348 "-u", |
348 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 349 "[SLAVE_BUILD]/src/out/Release/bin/run_base_unittests", |
349 "gtest", | |
350 "-s", | |
351 "base_unittests", | |
352 "--isolate-file-path=src/base/base_unittests.isolate", | 350 "--isolate-file-path=src/base/base_unittests.isolate", |
353 "--blacklist-file", | 351 "--blacklist-file", |
354 "[SLAVE_BUILD]/src/out/bad_devices.json", | 352 "[SLAVE_BUILD]/src/out/bad_devices.json", |
355 "--verbose", | 353 "--verbose", |
356 "--release", | |
357 "--flakiness-dashboard-server=test-results.appspot.com", | 354 "--flakiness-dashboard-server=test-results.appspot.com", |
358 "--json-results-file", | 355 "--json-results-file", |
359 "/path/to/tmp/json" | 356 "/path/to/tmp/json" |
360 ], | 357 ], |
361 "cwd": "[SLAVE_BUILD]", | 358 "cwd": "[SLAVE_BUILD]", |
362 "env": { | 359 "env": { |
363 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | |
364 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 360 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
365 }, | 361 }, |
366 "name": "base_unittests" | 362 "name": "base_unittests" |
367 }, | 363 }, |
368 { | 364 { |
369 "cmd": [ | 365 "cmd": [ |
370 "python", | 366 "python", |
371 "-u", | 367 "-u", |
372 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 368 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
373 "--output-path", | 369 "--output-path", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 457 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
462 "@@@STEP_LOG_END@python.inline@@@" | 458 "@@@STEP_LOG_END@python.inline@@@" |
463 ] | 459 ] |
464 }, | 460 }, |
465 { | 461 { |
466 "name": "$result", | 462 "name": "$result", |
467 "recipe_result": null, | 463 "recipe_result": null, |
468 "status_code": 0 | 464 "status_code": 0 |
469 } | 465 } |
470 ] | 466 ] |
OLD | NEW |