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