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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 "[GOMA_CACHE]", | 322 "[GOMA_CACHE]", |
323 "--build-tool", | 323 "--build-tool", |
324 "ninja", | 324 "ninja", |
325 "--compiler", | 325 "--compiler", |
326 "goma", | 326 "goma", |
327 "--goma-jsonstatus", | 327 "--goma-jsonstatus", |
328 "/path/to/tmp/json", | 328 "/path/to/tmp/json", |
329 "--goma-dir", | 329 "--goma-dir", |
330 "[SLAVE_BUILD]/src/build/goma/client", | 330 "[SLAVE_BUILD]/src/build/goma/client", |
331 "--", | 331 "--", |
332 "base_unittests_apk" | 332 "base_unittests_apk", |
| 333 "bin/run_base_unittests" |
333 ], | 334 ], |
334 "cwd": "[SLAVE_BUILD]", | 335 "cwd": "[SLAVE_BUILD]", |
335 "env": { | 336 "env": { |
336 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 337 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
337 }, | 338 }, |
338 "name": "compile", | 339 "name": "compile", |
339 "~followup_annotations": [ | 340 "~followup_annotations": [ |
340 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 341 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
341 "@@@STEP_LOG_END@json.output (invalid)@@@" | 342 "@@@STEP_LOG_END@json.output (invalid)@@@" |
342 ] | 343 ] |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 "cwd": "[SLAVE_BUILD]", | 399 "cwd": "[SLAVE_BUILD]", |
399 "env": { | 400 "env": { |
400 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 401 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
401 }, | 402 }, |
402 "name": "provision_devices" | 403 "name": "provision_devices" |
403 }, | 404 }, |
404 { | 405 { |
405 "cmd": [ | 406 "cmd": [ |
406 "python", | 407 "python", |
407 "-u", | 408 "-u", |
408 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 409 "[SLAVE_BUILD]/src/out/Release/bin/run_base_unittests", |
409 "gtest", | |
410 "-s", | |
411 "base_unittests", | |
412 "--isolate-file-path=src/base/base_unittests.isolate", | 410 "--isolate-file-path=src/base/base_unittests.isolate", |
413 "--blacklist-file", | 411 "--blacklist-file", |
414 "[SLAVE_BUILD]/src/out/bad_devices.json", | 412 "[SLAVE_BUILD]/src/out/bad_devices.json", |
415 "--verbose", | 413 "--verbose", |
416 "--release", | |
417 "--flakiness-dashboard-server=test-results.appspot.com", | 414 "--flakiness-dashboard-server=test-results.appspot.com", |
418 "--json-results-file", | 415 "--json-results-file", |
419 "/path/to/tmp/json" | 416 "/path/to/tmp/json" |
420 ], | 417 ], |
421 "cwd": "[SLAVE_BUILD]", | 418 "cwd": "[SLAVE_BUILD]", |
422 "env": { | 419 "env": { |
423 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | |
424 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 420 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
425 }, | 421 }, |
426 "name": "base_unittests" | 422 "name": "base_unittests" |
427 }, | 423 }, |
428 { | 424 { |
429 "cmd": [ | 425 "cmd": [ |
430 "python", | 426 "python", |
431 "-u", | 427 "-u", |
432 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 428 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
433 "--output-path", | 429 "--output-path", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 517 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
522 "@@@STEP_LOG_END@python.inline@@@" | 518 "@@@STEP_LOG_END@python.inline@@@" |
523 ] | 519 ] |
524 }, | 520 }, |
525 { | 521 { |
526 "name": "$result", | 522 "name": "$result", |
527 "recipe_result": null, | 523 "recipe_result": null, |
528 "status_code": 0 | 524 "status_code": 0 |
529 } | 525 } |
530 ] | 526 ] |
OLD | NEW |