| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 "--gsutil-py-path", | 287 "--gsutil-py-path", |
| 288 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 288 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 289 "--ninja-path", | 289 "--ninja-path", |
| 290 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 290 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 291 "--target", | 291 "--target", |
| 292 "Debug", | 292 "Debug", |
| 293 "--src-dir", | 293 "--src-dir", |
| 294 "[SLAVE_BUILD]/src", | 294 "[SLAVE_BUILD]/src", |
| 295 "--goma-cache-dir", | 295 "--goma-cache-dir", |
| 296 "[GOMA_CACHE]", | 296 "[GOMA_CACHE]", |
| 297 "--buildbot-buildername", | |
| 298 "android_cronet_tester", | |
| 299 "--buildbot-mastername", | |
| 300 "chromium.testing.master", | |
| 301 "--buildbot-slavename", | |
| 302 "TestSlavename", | |
| 303 "--compiler", | 297 "--compiler", |
| 304 "goma", | 298 "goma", |
| 305 "--goma-jsonstatus", | 299 "--goma-jsonstatus", |
| 306 "/path/to/tmp/json", | 300 "/path/to/tmp/json", |
| 307 "--goma-service-account-json-file", | 301 "--goma-service-account-json-file", |
| 308 "/creds/service_accounts/service-account-goma-client.json", | 302 "/creds/service_accounts/service-account-goma-client.json", |
| 309 "--goma-dir", | 303 "--goma-dir", |
| 310 "[CACHE]/cipd/goma", | 304 "[CACHE]/cipd/goma", |
| 311 "--goma-fail-fast", | 305 "--goma-fail-fast", |
| 312 "--goma-disable-local-fallback", | 306 "--goma-disable-local-fallback", |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 706 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 713 "@@@STEP_LOG_END@python.inline@@@" | 707 "@@@STEP_LOG_END@python.inline@@@" |
| 714 ] | 708 ] |
| 715 }, | 709 }, |
| 716 { | 710 { |
| 717 "name": "$result", | 711 "name": "$result", |
| 718 "recipe_result": null, | 712 "recipe_result": null, |
| 719 "status_code": 0 | 713 "status_code": 0 |
| 720 } | 714 } |
| 721 ] | 715 ] |
| OLD | NEW |