| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "--gsutil-py-path", | 281 "--gsutil-py-path", |
| 282 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 282 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 283 "--ninja-path", | 283 "--ninja-path", |
| 284 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 284 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 285 "--target", | 285 "--target", |
| 286 "Release", | 286 "Release", |
| 287 "--src-dir", | 287 "--src-dir", |
| 288 "[SLAVE_BUILD]/src", | 288 "[SLAVE_BUILD]/src", |
| 289 "--goma-cache-dir", | 289 "--goma-cache-dir", |
| 290 "[GOMA_CACHE]", | 290 "[GOMA_CACHE]", |
| 291 "--buildbot-buildername", |
| 292 "Android Cronet Data Reduction Proxy Builder", |
| 293 "--buildbot-mastername", |
| 294 "chromium.testing.master", |
| 295 "--buildbot-slavename", |
| 296 "TestSlavename", |
| 291 "--compiler", | 297 "--compiler", |
| 292 "goma", | 298 "goma", |
| 293 "--goma-jsonstatus", | 299 "--goma-jsonstatus", |
| 294 "/path/to/tmp/json", | 300 "/path/to/tmp/json", |
| 295 "--goma-service-account-json-file", | 301 "--goma-service-account-json-file", |
| 296 "/creds/service_accounts/service-account-goma-client.json", | 302 "/creds/service_accounts/service-account-goma-client.json", |
| 297 "--goma-dir", | 303 "--goma-dir", |
| 298 "[CACHE]/cipd/goma", | 304 "[CACHE]/cipd/goma", |
| 299 "--", | 305 "--", |
| 300 "cronet_package", | 306 "cronet_package", |
| (...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 762 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 757 "@@@STEP_LOG_END@python.inline@@@" | 763 "@@@STEP_LOG_END@python.inline@@@" |
| 758 ] | 764 ] |
| 759 }, | 765 }, |
| 760 { | 766 { |
| 761 "name": "$result", | 767 "name": "$result", |
| 762 "recipe_result": null, | 768 "recipe_result": null, |
| 763 "status_code": 0 | 769 "status_code": 0 |
| 764 } | 770 } |
| 765 ] | 771 ] |
| OLD | NEW |