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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Remoting_Tests.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Remoting Tests", 10 "Android Remoting Tests",
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 }, 505 },
506 "name": "remoting_unittests" 506 "name": "remoting_unittests"
507 }, 507 },
508 { 508 {
509 "cmd": [ 509 "cmd": [
510 "python", 510 "python",
511 "-u", 511 "-u",
512 "[SLAVE_BUILD]/src/out/Release/bin/run_remoting_test_apk", 512 "[SLAVE_BUILD]/src/out/Release/bin/run_remoting_test_apk",
513 "--blacklist-file", 513 "--blacklist-file",
514 "[SLAVE_BUILD]/src/out/bad_devices.json", 514 "[SLAVE_BUILD]/src/out/bad_devices.json",
515 "--logcat-output-file",
516 "/path/to/tmp/",
517 "--flakiness-dashboard-server", 515 "--flakiness-dashboard-server",
518 "test-results.appspot.com", 516 "test-results.appspot.com",
519 "--verbose", 517 "--verbose",
520 "--json-results-file", 518 "--json-results-file",
521 "/path/to/tmp/json" 519 "/path/to/tmp/json"
522 ], 520 ],
523 "cwd": "[SLAVE_BUILD]", 521 "cwd": "[SLAVE_BUILD]",
524 "name": "Instrumentation test ChromotingTest", 522 "name": "Instrumentation test ChromotingTest",
525 "~followup_annotations": [ 523 "~followup_annotations": [
526 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 524 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 619 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
622 "@@@STEP_LOG_END@python.inline@@@" 620 "@@@STEP_LOG_END@python.inline@@@"
623 ] 621 ]
624 }, 622 },
625 { 623 {
626 "name": "$result", 624 "name": "$result",
627 "recipe_result": null, 625 "recipe_result": null,
628 "status_code": 0 626 "status_code": 0
629 } 627 }
630 ] 628 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698