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

Side by Side Diff: scripts/slave/recipe_modules/cronet/example.expected/local_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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 }, 487 },
488 "name": "net_unittests" 488 "name": "net_unittests"
489 }, 489 },
490 { 490 {
491 "cmd": [ 491 "cmd": [
492 "python", 492 "python",
493 "-u", 493 "-u",
494 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk", 494 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk",
495 "--blacklist-file", 495 "--blacklist-file",
496 "[SLAVE_BUILD]/src/out/bad_devices.json", 496 "[SLAVE_BUILD]/src/out/bad_devices.json",
497 "--logcat-output-file",
498 "/path/to/tmp/",
499 "--verbose", 497 "--verbose",
500 "--num-retries", 498 "--num-retries",
501 "0" 499 "0"
502 ], 500 ],
503 "cwd": "[SLAVE_BUILD]", 501 "cwd": "[SLAVE_BUILD]",
504 "name": "Instrumentation test cronet_sample_test_apk" 502 "name": "Instrumentation test cronet_sample_test_apk"
505 }, 503 },
506 { 504 {
507 "cmd": [ 505 "cmd": [
508 "python", 506 "python",
509 "-u", 507 "-u",
510 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_test_instrumentation_apk", 508 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_test_instrumentation_apk",
511 "--blacklist-file", 509 "--blacklist-file",
512 "[SLAVE_BUILD]/src/out/bad_devices.json", 510 "[SLAVE_BUILD]/src/out/bad_devices.json",
513 "--logcat-output-file",
514 "/path/to/tmp/",
515 "--verbose", 511 "--verbose",
516 "--num-retries", 512 "--num-retries",
517 "0" 513 "0"
518 ], 514 ],
519 "cwd": "[SLAVE_BUILD]", 515 "cwd": "[SLAVE_BUILD]",
520 "name": "Instrumentation test cronet_test_instrumentation_apk" 516 "name": "Instrumentation test cronet_test_instrumentation_apk"
521 }, 517 },
522 { 518 {
523 "cmd": [ 519 "cmd": [
524 "python", 520 "python",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 610 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
615 "@@@STEP_LOG_END@python.inline@@@" 611 "@@@STEP_LOG_END@python.inline@@@"
616 ] 612 ]
617 }, 613 },
618 { 614 {
619 "name": "$result", 615 "name": "$result",
620 "recipe_result": null, 616 "recipe_result": null,
621 "status_code": 0 617 "status_code": 0
622 } 618 }
623 ] 619 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698