Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json

Issue 1869193003: Remove logcats from instrumentation test run steps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase! Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698