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