OLD | NEW |
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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 "[DEPOT_TOOLS]/git_number.py" | 240 "[DEPOT_TOOLS]/git_number.py" |
241 ], | 241 ], |
242 "cwd": "[SLAVE_BUILD]/src", | 242 "cwd": "[SLAVE_BUILD]/src", |
243 "name": "git_number", | 243 "name": "git_number", |
244 "stdout": "/path/to/tmp/" | 244 "stdout": "/path/to/tmp/" |
245 }, | 245 }, |
246 { | 246 { |
247 "cmd": [ | 247 "cmd": [ |
248 "python", | 248 "python", |
249 "-u", | 249 "-u", |
250 "RECIPE_MODULE[adb]/resources/list_devices.py", | 250 "RECIPE_MODULE[build.adb]/resources/list_devices.py", |
251 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 251 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
252 "/path/to/tmp/json" | 252 "/path/to/tmp/json" |
253 ], | 253 ], |
254 "cwd": "[SLAVE_BUILD]", | 254 "cwd": "[SLAVE_BUILD]", |
255 "name": "List adb devices", | 255 "name": "List adb devices", |
256 "~followup_annotations": [ | 256 "~followup_annotations": [ |
257 "@@@STEP_LOG_LINE@json.output@[@@@", | 257 "@@@STEP_LOG_LINE@json.output@[@@@", |
258 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 258 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
259 "@@@STEP_LOG_LINE@json.output@]@@@", | 259 "@@@STEP_LOG_LINE@json.output@]@@@", |
260 "@@@STEP_LOG_END@json.output@@@" | 260 "@@@STEP_LOG_END@json.output@@@" |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 "--output", | 736 "--output", |
737 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html/index.html" | 737 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html/index.html" |
738 ], | 738 ], |
739 "cwd": "[SLAVE_BUILD]", | 739 "cwd": "[SLAVE_BUILD]", |
740 "name": "Generate coverage report" | 740 "name": "Generate coverage report" |
741 }, | 741 }, |
742 { | 742 { |
743 "cmd": [ | 743 "cmd": [ |
744 "python", | 744 "python", |
745 "-u", | 745 "-u", |
746 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 746 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
747 "--", | 747 "--", |
748 "[DEPOT_TOOLS]/gsutil.py", | 748 "[DEPOT_TOOLS]/gsutil.py", |
749 "--force-version", | 749 "--force-version", |
750 "4.7", | 750 "4.7", |
751 "----", | 751 "----", |
752 "cp", | 752 "cp", |
753 "-R", | 753 "-R", |
754 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html", | 754 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html", |
755 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45
7bbc8ad589c8a00" | 755 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45
7bbc8ad589c8a00" |
756 ], | 756 ], |
757 "cwd": "[SLAVE_BUILD]", | 757 "cwd": "[SLAVE_BUILD]", |
758 "name": "gsutil upload coverage report", | 758 "name": "gsutil upload coverage report", |
759 "~followup_annotations": [ | 759 "~followup_annotations": [ |
760 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@" | 760 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@" |
761 ] | 761 ] |
762 }, | 762 }, |
763 { | 763 { |
764 "name": "$result", | 764 "name": "$result", |
765 "recipe_result": null, | 765 "recipe_result": null, |
766 "status_code": 0 | 766 "status_code": 0 |
767 } | 767 } |
768 ] | 768 ] |
OLD | NEW |