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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 "name": "generate_build_files" | 258 "name": "generate_build_files" |
259 }, | 259 }, |
260 { | 260 { |
261 "cmd": [ | 261 "cmd": [ |
262 "python", | 262 "python", |
263 "-u", | 263 "-u", |
264 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 264 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
265 "--show-path", | 265 "--show-path", |
266 "python", | 266 "python", |
267 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 267 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 268 "--gsutil-py-path", |
| 269 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
268 "--ninja-path", | 270 "--ninja-path", |
269 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 271 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
270 "--target", | 272 "--target", |
271 "Release", | 273 "Release", |
272 "--src-dir", | 274 "--src-dir", |
273 "[SLAVE_BUILD]/src", | 275 "[SLAVE_BUILD]/src", |
274 "--goma-cache-dir", | 276 "--goma-cache-dir", |
275 "[GOMA_CACHE]", | 277 "[GOMA_CACHE]", |
276 "--build-tool", | 278 "--build-tool", |
277 "ninja", | 279 "ninja", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 ], | 325 ], |
324 "cwd": "[SLAVE_BUILD]", | 326 "cwd": "[SLAVE_BUILD]", |
325 "name": "sizes" | 327 "name": "sizes" |
326 }, | 328 }, |
327 { | 329 { |
328 "name": "$result", | 330 "name": "$result", |
329 "recipe_result": null, | 331 "recipe_result": null, |
330 "status_code": 0 | 332 "status_code": 0 |
331 } | 333 } |
332 ] | 334 ] |
OLD | NEW |