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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 "name": "Monkey Test" 565 "name": "Monkey Test"
566 }, 566 },
567 { 567 {
568 "cmd": [ 568 "cmd": [
569 "python", 569 "python",
570 "-u", 570 "-u",
571 "[SLAVE_BUILD]/src/build/android/test_runner.py", 571 "[SLAVE_BUILD]/src/build/android/test_runner.py",
572 "instrumentation", 572 "instrumentation",
573 "--blacklist-file", 573 "--blacklist-file",
574 "[SLAVE_BUILD]/src/out/bad_devices.json", 574 "[SLAVE_BUILD]/src/out/bad_devices.json",
575 "--logcat-output-file",
576 "/path/to/tmp/",
577 "--flakiness-dashboard-server", 575 "--flakiness-dashboard-server",
578 "test-results.appspot.com", 576 "test-results.appspot.com",
579 "-A", 577 "-A",
580 "SmallTest", 578 "SmallTest",
581 "-E", 579 "-E",
582 "FlakyTest", 580 "FlakyTest",
583 "--screenshot", 581 "--screenshot",
584 "--coverage-dir", 582 "--coverage-dir",
585 "[SLAVE_BUILD]/src/out/Release/coverage", 583 "[SLAVE_BUILD]/src/out/Release/coverage",
586 "--host-driven-root", 584 "--host-driven-root",
587 "[SLAVE_BUILD]/src/chrome/test", 585 "[SLAVE_BUILD]/src/chrome/test",
588 "--test-apk", 586 "--test-apk",
589 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", 587 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
590 "--apk-under-test", 588 "--apk-under-test",
591 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 589 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
592 "--additional-apk", 590 "--additional-apk",
593 "Additional.apk", 591 "Additional.apk",
594 "--isolate-file-path", 592 "--isolate-file-path",
595 "android_webview/android_webview_test_apk.isolate", 593 "android_webview/android_webview_test_apk.isolate",
596 "--release", 594 "--release",
597 "--official-build" 595 "--official-build"
598 ], 596 ],
599 "cwd": "[SLAVE_BUILD]", 597 "cwd": "[SLAVE_BUILD]",
600 "env": { 598 "env": {
601 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" 599 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release"
602 }, 600 },
603 "name": "Instrumentation test SmallTest", 601 "name": "Instrumentation test SmallTest"
604 "~followup_annotations": [
605 "@@@STEP_LOG_LINE@logcat@logging...@@@",
606 "@@@STEP_LOG_LINE@logcat@beep@@@",
607 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@",
608 "@@@STEP_LOG_END@logcat@@@"
609 ]
610 }, 602 },
611 { 603 {
612 "cmd": [ 604 "cmd": [
613 "python", 605 "python",
614 "-u", 606 "-u",
615 "[SLAVE_BUILD]/src/build/android/test_runner.py", 607 "[SLAVE_BUILD]/src/build/android/test_runner.py",
616 "gtest", 608 "gtest",
617 "-s", 609 "-s",
618 "unittests", 610 "unittests",
619 "--blacklist-file", 611 "--blacklist-file",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "~followup_annotations": [ 745 "~followup_annotations": [
754 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" 746 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@"
755 ] 747 ]
756 }, 748 },
757 { 749 {
758 "name": "$result", 750 "name": "$result",
759 "recipe_result": null, 751 "recipe_result": null,
760 "status_code": 0 752 "status_code": 0
761 } 753 }
762 ] 754 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698