| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 "--gsutil-py-path", | 304 "--gsutil-py-path", |
| 305 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 305 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 306 "--ninja-path", | 306 "--ninja-path", |
| 307 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 307 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 308 "--target", | 308 "--target", |
| 309 "Release", | 309 "Release", |
| 310 "--src-dir", | 310 "--src-dir", |
| 311 "[SLAVE_BUILD]/src", | 311 "[SLAVE_BUILD]/src", |
| 312 "--goma-cache-dir", | 312 "--goma-cache-dir", |
| 313 "[GOMA_CACHE]", | 313 "[GOMA_CACHE]", |
| 314 "--buildbot-buildername", | |
| 315 "Android Cronet Builder Asan", | |
| 316 "--buildbot-mastername", | |
| 317 "chromium.testing.master", | |
| 318 "--buildbot-slavename", | |
| 319 "TestSlavename", | |
| 320 "--compiler", | 314 "--compiler", |
| 321 "goma-clang", | 315 "goma-clang", |
| 322 "--goma-jsonstatus", | 316 "--goma-jsonstatus", |
| 323 "/path/to/tmp/json", | 317 "/path/to/tmp/json", |
| 324 "--goma-service-account-json-file", | 318 "--goma-service-account-json-file", |
| 325 "/creds/service_accounts/service-account-goma-client.json", | 319 "/creds/service_accounts/service-account-goma-client.json", |
| 326 "--goma-dir", | 320 "--goma-dir", |
| 327 "[CACHE]/cipd/goma", | 321 "[CACHE]/cipd/goma", |
| 328 "--", | 322 "--", |
| 329 "cronet_package", | 323 "cronet_package", |
| (...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 829 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 823 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 830 "@@@STEP_LOG_END@python.inline@@@" | 824 "@@@STEP_LOG_END@python.inline@@@" |
| 831 ] | 825 ] |
| 832 }, | 826 }, |
| 833 { | 827 { |
| 834 "name": "$result", | 828 "name": "$result", |
| 835 "recipe_result": null, | 829 "recipe_result": null, |
| 836 "status_code": 0 | 830 "status_code": 0 |
| 837 } | 831 } |
| 838 ] | 832 ] |
| OLD | NEW |