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 "Release", | 281 "Release", |
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 "android-cronet" | 339 "android-cronet" |
342 ], | 340 ], |
343 "name": "sizes" | 341 "name": "sizes" |
344 }, | 342 }, |
345 { | 343 { |
346 "name": "$result", | 344 "name": "$result", |
347 "recipe_result": null, | 345 "recipe_result": null, |
348 "status_code": 0 | 346 "status_code": 0 |
349 } | 347 } |
350 ] | 348 ] |
OLD | NEW |