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

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

Powered by Google App Engine
This is Rietveld 408576698