| 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 "--blacklist-file", | 539 "--blacklist-file", |
| 540 "[SLAVE_BUILD]/src/out/bad_devices.json" | 540 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 541 ], | 541 ], |
| 542 "cwd": "[SLAVE_BUILD]", | 542 "cwd": "[SLAVE_BUILD]", |
| 543 "name": "spawn_device_monitor" | 543 "name": "spawn_device_monitor" |
| 544 }, | 544 }, |
| 545 { | 545 { |
| 546 "cmd": [ | 546 "cmd": [ |
| 547 "python", | 547 "python", |
| 548 "-u", | 548 "-u", |
| 549 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 549 "[SLAVE_BUILD]/src/out/Release/bin/run_remoting_unittests", |
| 550 "gtest", | |
| 551 "-s", | |
| 552 "remoting_unittests", | |
| 553 "--blacklist-file", | 550 "--blacklist-file", |
| 554 "[SLAVE_BUILD]/src/out/bad_devices.json", | 551 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 555 "--verbose", | 552 "--verbose", |
| 556 "--release", | |
| 557 "--flakiness-dashboard-server=test-results.appspot.com", | 553 "--flakiness-dashboard-server=test-results.appspot.com", |
| 558 "--json-results-file", | 554 "--json-results-file", |
| 559 "/path/to/tmp/json" | 555 "/path/to/tmp/json" |
| 560 ], | 556 ], |
| 561 "cwd": "[SLAVE_BUILD]", | 557 "cwd": "[SLAVE_BUILD]", |
| 562 "env": { | 558 "env": { |
| 563 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | |
| 564 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 559 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 565 }, | 560 }, |
| 566 "name": "remoting_unittests" | 561 "name": "remoting_unittests" |
| 567 }, | 562 }, |
| 568 { | 563 { |
| 569 "cmd": [ | 564 "cmd": [ |
| 570 "python", | 565 "python", |
| 571 "-u", | 566 "-u", |
| 572 "[SLAVE_BUILD]/src/out/Release/bin/run_remoting_test_apk", | 567 "[SLAVE_BUILD]/src/out/Release/bin/run_remoting_test_apk", |
| 573 "--blacklist-file", | 568 "--blacklist-file", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 674 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 680 "@@@STEP_LOG_END@python.inline@@@" | 675 "@@@STEP_LOG_END@python.inline@@@" |
| 681 ] | 676 ] |
| 682 }, | 677 }, |
| 683 { | 678 { |
| 684 "name": "$result", | 679 "name": "$result", |
| 685 "recipe_result": null, | 680 "recipe_result": null, |
| 686 "status_code": 0 | 681 "status_code": 0 |
| 687 } | 682 } |
| 688 ] | 683 ] |
| OLD | NEW |