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