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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_armv6_builder.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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 }, 492 },
493 "name": "net_unittests" 493 "name": "net_unittests"
494 }, 494 },
495 { 495 {
496 "cmd": [ 496 "cmd": [
497 "python", 497 "python",
498 "-u", 498 "-u",
499 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_sample_test_apk", 499 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_sample_test_apk",
500 "--blacklist-file", 500 "--blacklist-file",
501 "[SLAVE_BUILD]/src/out/bad_devices.json", 501 "[SLAVE_BUILD]/src/out/bad_devices.json",
502 "--logcat-output-file",
503 "/path/to/tmp/",
504 "--verbose", 502 "--verbose",
505 "--num-retries", 503 "--num-retries",
506 "0" 504 "0"
507 ], 505 ],
508 "cwd": "[SLAVE_BUILD]", 506 "cwd": "[SLAVE_BUILD]",
509 "name": "Instrumentation test cronet_sample_test_apk" 507 "name": "Instrumentation test cronet_sample_test_apk"
510 }, 508 },
511 { 509 {
512 "cmd": [ 510 "cmd": [
513 "python", 511 "python",
514 "-u", 512 "-u",
515 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_test_instrumentation_apk", 513 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_test_instrumentation_apk",
516 "--blacklist-file", 514 "--blacklist-file",
517 "[SLAVE_BUILD]/src/out/bad_devices.json", 515 "[SLAVE_BUILD]/src/out/bad_devices.json",
518 "--logcat-output-file",
519 "/path/to/tmp/",
520 "--verbose", 516 "--verbose",
521 "--num-retries", 517 "--num-retries",
522 "0" 518 "0"
523 ], 519 ],
524 "cwd": "[SLAVE_BUILD]", 520 "cwd": "[SLAVE_BUILD]",
525 "name": "Instrumentation test cronet_test_instrumentation_apk" 521 "name": "Instrumentation test cronet_test_instrumentation_apk"
526 }, 522 },
527 { 523 {
528 "cmd": [ 524 "cmd": [
529 "python", 525 "python",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 615 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
620 "@@@STEP_LOG_END@python.inline@@@" 616 "@@@STEP_LOG_END@python.inline@@@"
621 ] 617 ]
622 }, 618 },
623 { 619 {
624 "name": "$result", 620 "name": "$result",
625 "recipe_result": null, 621 "recipe_result": null,
626 "status_code": 0 622 "status_code": 0
627 } 623 }
628 ] 624 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698