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

Side by Side Diff: scripts/slave/recipes/cronet.expected/cronet_try.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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 }, 467 },
468 "name": "net_unittests" 468 "name": "net_unittests"
469 }, 469 },
470 { 470 {
471 "cmd": [ 471 "cmd": [
472 "python", 472 "python",
473 "-u", 473 "-u",
474 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk", 474 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk",
475 "--blacklist-file", 475 "--blacklist-file",
476 "[SLAVE_BUILD]/src/out/bad_devices.json", 476 "[SLAVE_BUILD]/src/out/bad_devices.json",
477 "--logcat-output-file",
478 "/path/to/tmp/",
479 "--verbose", 477 "--verbose",
480 "--num-retries", 478 "--num-retries",
481 "0" 479 "0"
482 ], 480 ],
483 "cwd": "[SLAVE_BUILD]", 481 "cwd": "[SLAVE_BUILD]",
484 "name": "Instrumentation test cronet_sample_test_apk" 482 "name": "Instrumentation test cronet_sample_test_apk"
485 }, 483 },
486 { 484 {
487 "cmd": [ 485 "cmd": [
488 "python", 486 "python",
489 "-u", 487 "-u",
490 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_test_instrumentation_apk", 488 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_test_instrumentation_apk",
491 "--blacklist-file", 489 "--blacklist-file",
492 "[SLAVE_BUILD]/src/out/bad_devices.json", 490 "[SLAVE_BUILD]/src/out/bad_devices.json",
493 "--logcat-output-file",
494 "/path/to/tmp/",
495 "--verbose", 491 "--verbose",
496 "--num-retries", 492 "--num-retries",
497 "0" 493 "0"
498 ], 494 ],
499 "cwd": "[SLAVE_BUILD]", 495 "cwd": "[SLAVE_BUILD]",
500 "name": "Instrumentation test cronet_test_instrumentation_apk" 496 "name": "Instrumentation test cronet_test_instrumentation_apk"
501 }, 497 },
502 { 498 {
503 "cmd": [ 499 "cmd": [
504 "python", 500 "python",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 592 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
597 "@@@STEP_LOG_END@python.inline@@@" 593 "@@@STEP_LOG_END@python.inline@@@"
598 ] 594 ]
599 }, 595 },
600 { 596 {
601 "name": "$result", 597 "name": "$result",
602 "recipe_result": null, 598 "recipe_result": null,
603 "status_code": 0 599 "status_code": 0
604 } 600 }
605 ] 601 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698