| 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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 "/path/to/tmp/json" | 499 "/path/to/tmp/json" |
| 500 ], | 500 ], |
| 501 "cwd": "[SLAVE_BUILD]", | 501 "cwd": "[SLAVE_BUILD]", |
| 502 "env": { | 502 "env": { |
| 503 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 503 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 504 }, | 504 }, |
| 505 "name": "remoting_unittests" | 505 "name": "remoting_unittests" |
| 506 }, | 506 }, |
| 507 { | 507 { |
| 508 "cmd": [ | 508 "cmd": [ |
| 509 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 510 "[SLAVE_BUILD]/src/out/Release/apks/Chromoting.apk", | |
| 511 "-v", | |
| 512 "--blacklist-file", | |
| 513 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 514 "--release" | |
| 515 ], | |
| 516 "cwd": "[SLAVE_BUILD]", | |
| 517 "env": { | |
| 518 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 519 }, | |
| 520 "name": "install Chromoting.apk" | |
| 521 }, | |
| 522 { | |
| 523 "cmd": [ | |
| 524 "python", | 509 "python", |
| 525 "-u", | 510 "-u", |
| 526 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 511 "out/Release/bin/run_remoting_test_apk", |
| 527 "instrumentation", | 512 "instrumentation", |
| 528 "--test-apk", | |
| 529 "[SLAVE_BUILD]/src/out/Release/apks/ChromotingTest.apk", | |
| 530 "--blacklist-file", | 513 "--blacklist-file", |
| 531 "[SLAVE_BUILD]/src/out/bad_devices.json", | 514 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 532 "--logcat-output-file", | 515 "--logcat-output-file", |
| 533 "/path/to/tmp/", | 516 "/path/to/tmp/", |
| 534 "--apk-under-test", | |
| 535 "[SLAVE_BUILD]/src/out/Release/apks/Chromoting.apk", | |
| 536 "--flakiness-dashboard-server", | 517 "--flakiness-dashboard-server", |
| 537 "test-results.appspot.com", | 518 "test-results.appspot.com", |
| 538 "--verbose", | 519 "--verbose", |
| 539 "--release", | |
| 540 "--json-results-file", | 520 "--json-results-file", |
| 541 "/path/to/tmp/json" | 521 "/path/to/tmp/json" |
| 542 ], | 522 ], |
| 543 "cwd": "[SLAVE_BUILD]", | 523 "cwd": "[SLAVE_BUILD]", |
| 544 "name": "Instrumentation test ChromotingTest", | 524 "name": "Instrumentation test remoting_test_apk", |
| 545 "~followup_annotations": [ | 525 "~followup_annotations": [ |
| 546 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 526 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 547 ] | 527 ] |
| 548 }, | 528 }, |
| 549 { | 529 { |
| 550 "cmd": [ | 530 "cmd": [ |
| 551 "python", | 531 "python", |
| 552 "-u", | 532 "-u", |
| 553 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 554 "--action", | 534 "--action", |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 621 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 642 "@@@STEP_LOG_END@python.inline@@@" | 622 "@@@STEP_LOG_END@python.inline@@@" |
| 643 ] | 623 ] |
| 644 }, | 624 }, |
| 645 { | 625 { |
| 646 "name": "$result", | 626 "name": "$result", |
| 647 "recipe_result": null, | 627 "recipe_result": null, |
| 648 "status_code": 0 | 628 "status_code": 0 |
| 649 } | 629 } |
| 650 ] | 630 ] |
| OLD | NEW |