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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 "name": "generate_build_files" | 191 "name": "generate_build_files" |
192 }, | 192 }, |
193 { | 193 { |
194 "cmd": [ | 194 "cmd": [ |
195 "python", | 195 "python", |
196 "-u", | 196 "-u", |
197 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 197 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
198 "--show-path", | 198 "--show-path", |
199 "python", | 199 "python", |
200 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 200 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 201 "--gsutil-py-path", |
| 202 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
201 "--ninja-path", | 203 "--ninja-path", |
202 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 204 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
203 "--target", | 205 "--target", |
204 "Debug", | 206 "Debug", |
205 "--src-dir", | 207 "--src-dir", |
206 "[SLAVE_BUILD]/src", | 208 "[SLAVE_BUILD]/src", |
207 "--goma-cache-dir", | 209 "--goma-cache-dir", |
208 "[GOMA_CACHE]", | 210 "[GOMA_CACHE]", |
209 "--build-tool", | 211 "--build-tool", |
210 "ninja", | 212 "ninja", |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
592 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 594 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
593 "@@@STEP_LOG_END@python.inline@@@" | 595 "@@@STEP_LOG_END@python.inline@@@" |
594 ] | 596 ] |
595 }, | 597 }, |
596 { | 598 { |
597 "name": "$result", | 599 "name": "$result", |
598 "recipe_result": null, | 600 "recipe_result": null, |
599 "status_code": 0 | 601 "status_code": 0 |
600 } | 602 } |
601 ] | 603 ] |
OLD | NEW |