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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_tester.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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 }, 459 },
460 "name": "net_unittests" 460 "name": "net_unittests"
461 }, 461 },
462 { 462 {
463 "cmd": [ 463 "cmd": [
464 "python", 464 "python",
465 "-u", 465 "-u",
466 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk", 466 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk",
467 "--blacklist-file", 467 "--blacklist-file",
468 "[SLAVE_BUILD]/src/out/bad_devices.json", 468 "[SLAVE_BUILD]/src/out/bad_devices.json",
469 "--logcat-output-file",
470 "/path/to/tmp/",
471 "--verbose", 469 "--verbose",
472 "--num-retries", 470 "--num-retries",
473 "0" 471 "0"
474 ], 472 ],
475 "cwd": "[SLAVE_BUILD]", 473 "cwd": "[SLAVE_BUILD]",
476 "name": "Instrumentation test cronet_sample_test_apk" 474 "name": "Instrumentation test cronet_sample_test_apk"
477 }, 475 },
478 { 476 {
479 "cmd": [ 477 "cmd": [
480 "python", 478 "python",
481 "-u", 479 "-u",
482 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_test_instrumentation_apk", 480 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_test_instrumentation_apk",
483 "--blacklist-file", 481 "--blacklist-file",
484 "[SLAVE_BUILD]/src/out/bad_devices.json", 482 "[SLAVE_BUILD]/src/out/bad_devices.json",
485 "--logcat-output-file",
486 "/path/to/tmp/",
487 "--verbose", 483 "--verbose",
488 "--num-retries", 484 "--num-retries",
489 "0" 485 "0"
490 ], 486 ],
491 "cwd": "[SLAVE_BUILD]", 487 "cwd": "[SLAVE_BUILD]",
492 "name": "Instrumentation test cronet_test_instrumentation_apk" 488 "name": "Instrumentation test cronet_test_instrumentation_apk"
493 }, 489 },
494 { 490 {
495 "cmd": [ 491 "cmd": [
496 "python", 492 "python",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 582 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
587 "@@@STEP_LOG_END@python.inline@@@" 583 "@@@STEP_LOG_END@python.inline@@@"
588 ] 584 ]
589 }, 585 },
590 { 586 {
591 "name": "$result", 587 "name": "$result",
592 "recipe_result": null, 588 "recipe_result": null,
593 "status_code": 0 589 "status_code": 0
594 } 590 }
595 ] 591 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698