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 "[SLAVE_BUILD]/src/out/Release/bin/run_remoting_test_apk", |
527 "instrumentation", | |
528 "--test-apk", | |
529 "[SLAVE_BUILD]/src/out/Release/apks/ChromotingTest.apk", | |
530 "--blacklist-file", | 512 "--blacklist-file", |
531 "[SLAVE_BUILD]/src/out/bad_devices.json", | 513 "[SLAVE_BUILD]/src/out/bad_devices.json", |
532 "--logcat-output-file", | 514 "--logcat-output-file", |
533 "/path/to/tmp/", | 515 "/path/to/tmp/", |
534 "--apk-under-test", | |
535 "[SLAVE_BUILD]/src/out/Release/apks/Chromoting.apk", | |
536 "--flakiness-dashboard-server", | 516 "--flakiness-dashboard-server", |
537 "test-results.appspot.com", | 517 "test-results.appspot.com", |
538 "--verbose", | 518 "--verbose", |
539 "--release", | |
540 "--json-results-file", | 519 "--json-results-file", |
541 "/path/to/tmp/json" | 520 "/path/to/tmp/json" |
542 ], | 521 ], |
543 "cwd": "[SLAVE_BUILD]", | 522 "cwd": "[SLAVE_BUILD]", |
544 "name": "Instrumentation test ChromotingTest", | 523 "name": "Instrumentation test ChromotingTest", |
545 "~followup_annotations": [ | 524 "~followup_annotations": [ |
546 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 525 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
547 ] | 526 ] |
548 }, | 527 }, |
549 { | 528 { |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 620 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
642 "@@@STEP_LOG_END@python.inline@@@" | 621 "@@@STEP_LOG_END@python.inline@@@" |
643 ] | 622 ] |
644 }, | 623 }, |
645 { | 624 { |
646 "name": "$result", | 625 "name": "$result", |
647 "recipe_result": null, | 626 "recipe_result": null, |
648 "status_code": 0 | 627 "status_code": 0 |
649 } | 628 } |
650 ] | 629 ] |
OLD | NEW |