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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 "python", | 519 "python", |
520 "-u", | 520 "-u", |
521 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", | 521 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", |
522 "--blacklist-file", | 522 "--blacklist-file", |
523 "[SLAVE_BUILD]/src/out/bad_devices.json", | 523 "[SLAVE_BUILD]/src/out/bad_devices.json", |
524 "--logcat-output-file", | |
525 "/path/to/tmp/", | |
526 "--flakiness-dashboard-server", | 524 "--flakiness-dashboard-server", |
527 "test-results.appspot.com", | 525 "test-results.appspot.com", |
528 "--verbose", | 526 "--verbose", |
529 "--json-results-file", | 527 "--json-results-file", |
530 "/path/to/tmp/json" | 528 "/path/to/tmp/json" |
531 ], | 529 ], |
532 "cwd": "[SLAVE_BUILD]", | 530 "cwd": "[SLAVE_BUILD]", |
533 "name": "Instrumentation test ChromePublicTest", | 531 "name": "Instrumentation test ChromePublicTest", |
534 "~followup_annotations": [ | 532 "~followup_annotations": [ |
535 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 533 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
791 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 789 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
792 "@@@STEP_LOG_END@python.inline@@@" | 790 "@@@STEP_LOG_END@python.inline@@@" |
793 ] | 791 ] |
794 }, | 792 }, |
795 { | 793 { |
796 "name": "$result", | 794 "name": "$result", |
797 "recipe_result": null, | 795 "recipe_result": null, |
798 "status_code": 0 | 796 "status_code": 0 |
799 } | 797 } |
800 ] | 798 ] |
OLD | NEW |