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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json

Issue 1897823006: Reland of Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove bin/run_ script 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
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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "cwd": "[SLAVE_BUILD]", 597 "cwd": "[SLAVE_BUILD]",
598 "env": { 598 "env": {
599 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" 599 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release"
600 }, 600 },
601 "name": "Instrumentation test SmallTest" 601 "name": "Instrumentation test SmallTest"
602 }, 602 },
603 { 603 {
604 "cmd": [ 604 "cmd": [
605 "python", 605 "python",
606 "-u", 606 "-u",
607 "[SLAVE_BUILD]/src/build/android/test_runner.py", 607 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests",
608 "gtest",
609 "-s",
610 "unittests",
611 "--blacklist-file", 608 "--blacklist-file",
612 "[SLAVE_BUILD]/src/out/bad_devices.json", 609 "[SLAVE_BUILD]/src/out/bad_devices.json",
613 "--verbose", 610 "--verbose",
614 "--release",
615 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", 611 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate",
616 "--gtest_filter=WebRtc*", 612 "--gtest_filter=WebRtc*",
617 "--tool=asan" 613 "--tool=asan"
618 ], 614 ],
619 "cwd": "[SLAVE_BUILD]", 615 "cwd": "[SLAVE_BUILD]",
620 "env": { 616 "env": {
621 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
622 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 617 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
623 }, 618 },
624 "name": "unittests" 619 "name": "unittests"
625 }, 620 },
626 { 621 {
627 "cmd": [ 622 "cmd": [
628 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", 623 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py",
629 "-w", 624 "-w",
630 "[SLAVE_BUILD]" 625 "[SLAVE_BUILD]"
631 ], 626 ],
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 "~followup_annotations": [ 740 "~followup_annotations": [
746 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" 741 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@"
747 ] 742 ]
748 }, 743 },
749 { 744 {
750 "name": "$result", 745 "name": "$result",
751 "recipe_result": null, 746 "recipe_result": null,
752 "status_code": 0 747 "status_code": 0
753 } 748 }
754 ] 749 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698