| 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "--gsutil-py-path", | 270 "--gsutil-py-path", |
| 271 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 271 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 272 "--ninja-path", | 272 "--ninja-path", |
| 273 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 273 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 274 "--target", | 274 "--target", |
| 275 "Debug", | 275 "Debug", |
| 276 "--src-dir", | 276 "--src-dir", |
| 277 "[SLAVE_BUILD]/src", | 277 "[SLAVE_BUILD]/src", |
| 278 "--goma-cache-dir", | 278 "--goma-cache-dir", |
| 279 "[GOMA_CACHE]", | 279 "[GOMA_CACHE]", |
| 280 "--buildbot-buildername", | |
| 281 "gn_test", | |
| 282 "--buildbot-mastername", | |
| 283 "chromium.testing.master", | |
| 284 "--buildbot-slavename", | |
| 285 "TestSlavename", | |
| 286 "--compiler", | 280 "--compiler", |
| 287 "goma", | 281 "goma", |
| 288 "--goma-jsonstatus", | 282 "--goma-jsonstatus", |
| 289 "/path/to/tmp/json", | 283 "/path/to/tmp/json", |
| 290 "--goma-service-account-json-file", | 284 "--goma-service-account-json-file", |
| 291 "/creds/service_accounts/service-account-goma-client.json", | 285 "/creds/service_accounts/service-account-goma-client.json", |
| 292 "--goma-dir", | 286 "--goma-dir", |
| 293 "[CACHE]/cipd/goma", | 287 "[CACHE]/cipd/goma", |
| 294 "--", | 288 "--", |
| 295 "cronet_package", | 289 "cronet_package", |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 730 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 737 "@@@STEP_LOG_END@python.inline@@@" | 731 "@@@STEP_LOG_END@python.inline@@@" |
| 738 ] | 732 ] |
| 739 }, | 733 }, |
| 740 { | 734 { |
| 741 "name": "$result", | 735 "name": "$result", |
| 742 "recipe_result": null, | 736 "recipe_result": null, |
| 743 "status_code": 0 | 737 "status_code": 0 |
| 744 } | 738 } |
| 745 ] | 739 ] |
| OLD | NEW |