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 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 "--gsutil-py-path", | 276 "--gsutil-py-path", |
277 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 277 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
278 "--ninja-path", | 278 "--ninja-path", |
279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
280 "--target", | 280 "--target", |
281 "Debug", | 281 "Debug", |
282 "--src-dir", | 282 "--src-dir", |
283 "[SLAVE_BUILD]/src", | 283 "[SLAVE_BUILD]/src", |
284 "--goma-cache-dir", | 284 "--goma-cache-dir", |
285 "[GOMA_CACHE]", | 285 "[GOMA_CACHE]", |
286 "--build-tool", | |
287 "ninja", | |
288 "--compiler", | 286 "--compiler", |
289 "goma", | 287 "goma", |
290 "--goma-jsonstatus", | 288 "--goma-jsonstatus", |
291 "/path/to/tmp/json", | 289 "/path/to/tmp/json", |
292 "--goma-service-account-json-file", | 290 "--goma-service-account-json-file", |
293 "/creds/service_accounts/service-account-goma-client.json", | 291 "/creds/service_accounts/service-account-goma-client.json", |
294 "--goma-dir", | 292 "--goma-dir", |
295 "[CACHE]/cipd/goma", | 293 "[CACHE]/cipd/goma", |
296 "--", | 294 "--", |
297 "cronet_package", | 295 "cronet_package", |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 690 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
693 "@@@STEP_LOG_END@python.inline@@@" | 691 "@@@STEP_LOG_END@python.inline@@@" |
694 ] | 692 ] |
695 }, | 693 }, |
696 { | 694 { |
697 "name": "$result", | 695 "name": "$result", |
698 "recipe_result": null, | 696 "recipe_result": null, |
699 "status_code": 0 | 697 "status_code": 0 |
700 } | 698 } |
701 ] | 699 ] |
OLD | NEW |