| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 "--compiler", | 295 "--compiler", |
| 296 "goma", | 296 "goma", |
| 297 "--goma-jsonstatus", | 297 "--goma-jsonstatus", |
| 298 "/path/to/tmp/json", | 298 "/path/to/tmp/json", |
| 299 "--goma-service-account-json-file", | 299 "--goma-service-account-json-file", |
| 300 "/creds/service_accounts/service-account-goma-client.json", | 300 "/creds/service_accounts/service-account-goma-client.json", |
| 301 "--goma-dir", | 301 "--goma-dir", |
| 302 "[CACHE]/cipd/goma", | 302 "[CACHE]/cipd/goma", |
| 303 "--goma-fail-fast", | 303 "--goma-fail-fast", |
| 304 "--goma-disable-local-fallback", | 304 "--goma-disable-local-fallback", |
| 305 "--ninja-ensure-up-to-date", | |
| 306 "--", | 305 "--", |
| 307 "cronet_package", | 306 "cronet_package", |
| 308 "cronet_perf_test_apk", | 307 "cronet_perf_test_apk", |
| 309 "cronet_sample_test_apk", | 308 "cronet_sample_test_apk", |
| 310 "cronet_test_instrumentation_apk", | 309 "cronet_test_instrumentation_apk", |
| 311 "cronet_unittests", | 310 "cronet_unittests", |
| 312 "cronet_unittests_apk", | 311 "cronet_unittests_apk", |
| 313 "net_unittests", | 312 "net_unittests", |
| 314 "net_unittests_apk" | 313 "net_unittests_apk" |
| 315 ], | 314 ], |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 704 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 706 "@@@STEP_LOG_END@python.inline@@@" | 705 "@@@STEP_LOG_END@python.inline@@@" |
| 707 ] | 706 ] |
| 708 }, | 707 }, |
| 709 { | 708 { |
| 710 "name": "$result", | 709 "name": "$result", |
| 711 "recipe_result": null, | 710 "recipe_result": null, |
| 712 "status_code": 0 | 711 "status_code": 0 |
| 713 } | 712 } |
| 714 ] | 713 ] |
| OLD | NEW |