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.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android Tests", | 10 "Android Tests", |
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 "chromium.linux", | 509 "chromium.linux", |
510 "Android Tests", | 510 "Android Tests", |
511 "--blacklist-file", | 511 "--blacklist-file", |
512 "[SLAVE_BUILD]/src/out/bad_devices.json" | 512 "[SLAVE_BUILD]/src/out/bad_devices.json" |
513 ], | 513 ], |
514 "cwd": "[SLAVE_BUILD]", | 514 "cwd": "[SLAVE_BUILD]", |
515 "name": "spawn_device_monitor" | 515 "name": "spawn_device_monitor" |
516 }, | 516 }, |
517 { | 517 { |
518 "cmd": [ | 518 "cmd": [ |
519 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
520 "[SLAVE_BUILD]/src/out/Release/apks/second_apk", | |
521 "-v", | |
522 "--blacklist-file", | |
523 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
524 "--release" | |
525 ], | |
526 "cwd": "[SLAVE_BUILD]", | |
527 "env": { | |
528 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
529 }, | |
530 "name": "install second_apk" | |
531 }, | |
532 { | |
533 "cmd": [ | |
534 "python", | 519 "python", |
535 "-u", | 520 "-u", |
536 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 521 "out/Release/bin/run_chrome_public_test_apk", |
537 "instrumentation", | 522 "instrumentation", |
538 "--test-apk", | |
539 "[SLAVE_BUILD]/src/out/Release/apks/one_apk", | |
540 "--blacklist-file", | 523 "--blacklist-file", |
541 "[SLAVE_BUILD]/src/out/bad_devices.json", | 524 "[SLAVE_BUILD]/src/out/bad_devices.json", |
542 "--logcat-output-file", | 525 "--logcat-output-file", |
543 "/path/to/tmp/", | 526 "/path/to/tmp/", |
544 "--apk-under-test", | |
545 "[SLAVE_BUILD]/src/out/Release/apks/second_apk", | |
546 "--additional-apk", | |
547 "[SLAVE_BUILD]/src/out/Release/apks/another_apk", | |
548 "--additional-apk", | |
549 "[SLAVE_BUILD]/src/out/Release/apks/omg_so_many_apks", | |
550 "--isolate-file-path", | |
551 "chrome/chrome_public_test_apk.isolate", | |
552 "--flakiness-dashboard-server", | 527 "--flakiness-dashboard-server", |
553 "test-results.appspot.com", | 528 "test-results.appspot.com", |
554 "--verbose", | 529 "--verbose", |
555 "--release", | |
556 "--json-results-file", | 530 "--json-results-file", |
557 "/path/to/tmp/json" | 531 "/path/to/tmp/json" |
558 ], | 532 ], |
559 "cwd": "[SLAVE_BUILD]", | 533 "cwd": "[SLAVE_BUILD]", |
560 "name": "Instrumentation test ChromePublicTest", | 534 "name": "Instrumentation test chrome_public_test_apk", |
561 "~followup_annotations": [ | 535 "~followup_annotations": [ |
562 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 536 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
563 ] | 537 ] |
564 }, | 538 }, |
565 { | 539 { |
566 "cmd": [ | 540 "cmd": [ |
567 "python", | 541 "python", |
568 "-u", | 542 "-u", |
569 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 543 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
570 "junit", | 544 "junit", |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
811 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 785 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
812 "@@@STEP_LOG_END@python.inline@@@" | 786 "@@@STEP_LOG_END@python.inline@@@" |
813 ] | 787 ] |
814 }, | 788 }, |
815 { | 789 { |
816 "name": "$result", | 790 "name": "$result", |
817 "recipe_result": null, | 791 "recipe_result": null, |
818 "status_code": 0 | 792 "status_code": 0 |
819 } | 793 } |
820 ] | 794 ] |
OLD | NEW |