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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 "--gsutil-py-path", | 254 "--gsutil-py-path", |
255 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 255 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
256 "--ninja-path", | 256 "--ninja-path", |
257 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 257 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
258 "--target", | 258 "--target", |
259 "Release", | 259 "Release", |
260 "--src-dir", | 260 "--src-dir", |
261 "[SLAVE_BUILD]/src", | 261 "[SLAVE_BUILD]/src", |
262 "--goma-cache-dir", | 262 "--goma-cache-dir", |
263 "[GOMA_CACHE]", | 263 "[GOMA_CACHE]", |
264 "--build-tool", | |
265 "ninja", | |
266 "--compiler", | 264 "--compiler", |
267 "goma", | 265 "goma", |
268 "--goma-jsonstatus", | 266 "--goma-jsonstatus", |
269 "/path/to/tmp/json", | 267 "/path/to/tmp/json", |
270 "--goma-service-account-json-file", | 268 "--goma-service-account-json-file", |
271 "/creds/service_accounts/service-account-goma-client.json", | 269 "/creds/service_accounts/service-account-goma-client.json", |
272 "--goma-dir", | 270 "--goma-dir", |
273 "[CACHE]/cipd/goma", | 271 "[CACHE]/cipd/goma", |
274 "--", | 272 "--", |
275 "all" | 273 "all" |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 "--gsutil-py-path", | 365 "--gsutil-py-path", |
368 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 366 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
369 "--ninja-path", | 367 "--ninja-path", |
370 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 368 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
371 "--target", | 369 "--target", |
372 "Release", | 370 "Release", |
373 "--src-dir", | 371 "--src-dir", |
374 "[SLAVE_BUILD]/src", | 372 "[SLAVE_BUILD]/src", |
375 "--goma-cache-dir", | 373 "--goma-cache-dir", |
376 "[GOMA_CACHE]", | 374 "[GOMA_CACHE]", |
377 "--build-tool", | |
378 "ninja", | |
379 "--compiler", | 375 "--compiler", |
380 "goma", | 376 "goma", |
381 "--goma-jsonstatus", | 377 "--goma-jsonstatus", |
382 "/path/to/tmp/json", | 378 "/path/to/tmp/json", |
383 "--goma-service-account-json-file", | 379 "--goma-service-account-json-file", |
384 "/creds/service_accounts/service-account-goma-client.json", | 380 "/creds/service_accounts/service-account-goma-client.json", |
385 "--goma-dir", | 381 "--goma-dir", |
386 "[CACHE]/cipd/goma", | 382 "[CACHE]/cipd/goma", |
387 "--", | 383 "--", |
388 "all" | 384 "all" |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 ], | 440 ], |
445 "cwd": "[SLAVE_BUILD]", | 441 "cwd": "[SLAVE_BUILD]", |
446 "name": "compare_build_artifacts" | 442 "name": "compare_build_artifacts" |
447 }, | 443 }, |
448 { | 444 { |
449 "name": "$result", | 445 "name": "$result", |
450 "recipe_result": null, | 446 "recipe_result": null, |
451 "status_code": 0 | 447 "status_code": 0 |
452 } | 448 } |
453 ] | 449 ] |
OLD | NEW |