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 Remoting Tests", | 10 "Android Remoting Tests", |
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 "--blacklist-file", | 479 "--blacklist-file", |
480 "[SLAVE_BUILD]/src/out/bad_devices.json" | 480 "[SLAVE_BUILD]/src/out/bad_devices.json" |
481 ], | 481 ], |
482 "cwd": "[SLAVE_BUILD]", | 482 "cwd": "[SLAVE_BUILD]", |
483 "name": "spawn_device_monitor" | 483 "name": "spawn_device_monitor" |
484 }, | 484 }, |
485 { | 485 { |
486 "cmd": [ | 486 "cmd": [ |
487 "python", | 487 "python", |
488 "-u", | 488 "-u", |
489 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 489 "[SLAVE_BUILD]/src/out/Release/bin/run_remoting_unittests", |
490 "gtest", | |
491 "-s", | |
492 "remoting_unittests", | |
493 "--blacklist-file", | 490 "--blacklist-file", |
494 "[SLAVE_BUILD]/src/out/bad_devices.json", | 491 "[SLAVE_BUILD]/src/out/bad_devices.json", |
495 "--verbose", | 492 "--verbose", |
496 "--release", | |
497 "--flakiness-dashboard-server=test-results.appspot.com", | 493 "--flakiness-dashboard-server=test-results.appspot.com", |
498 "--json-results-file", | 494 "--json-results-file", |
499 "/path/to/tmp/json" | 495 "/path/to/tmp/json" |
500 ], | 496 ], |
501 "cwd": "[SLAVE_BUILD]", | 497 "cwd": "[SLAVE_BUILD]", |
502 "env": { | 498 "env": { |
503 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | |
504 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 499 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
505 }, | 500 }, |
506 "name": "remoting_unittests" | 501 "name": "remoting_unittests" |
507 }, | 502 }, |
508 { | 503 { |
509 "cmd": [ | 504 "cmd": [ |
510 "python", | 505 "python", |
511 "-u", | 506 "-u", |
512 "[SLAVE_BUILD]/src/out/Release/bin/run_remoting_test_apk", | 507 "[SLAVE_BUILD]/src/out/Release/bin/run_remoting_test_apk", |
513 "--blacklist-file", | 508 "--blacklist-file", |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
619 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 614 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
620 "@@@STEP_LOG_END@python.inline@@@" | 615 "@@@STEP_LOG_END@python.inline@@@" |
621 ] | 616 ] |
622 }, | 617 }, |
623 { | 618 { |
624 "name": "$result", | 619 "name": "$result", |
625 "recipe_result": null, | 620 "recipe_result": null, |
626 "status_code": 0 | 621 "status_code": 0 |
627 } | 622 } |
628 ] | 623 ] |
OLD | NEW |