| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "--buildbot-slavename", | 276 "--buildbot-slavename", |
| 277 "TestSlavename", | 277 "TestSlavename", |
| 278 "--compiler", | 278 "--compiler", |
| 279 "goma", | 279 "goma", |
| 280 "--goma-jsonstatus", | 280 "--goma-jsonstatus", |
| 281 "/path/to/tmp/json", | 281 "/path/to/tmp/json", |
| 282 "--goma-service-account-json-file", | 282 "--goma-service-account-json-file", |
| 283 "/creds/service_accounts/service-account-goma-client.json", | 283 "/creds/service_accounts/service-account-goma-client.json", |
| 284 "--goma-dir", | 284 "--goma-dir", |
| 285 "[CACHE]/cipd/goma", | 285 "[CACHE]/cipd/goma", |
| 286 "--ninja-ensure-up-to-date", | |
| 287 "--", | 286 "--", |
| 288 "cronet_package", | 287 "cronet_package", |
| 289 "cronet_perf_test_apk", | 288 "cronet_perf_test_apk", |
| 290 "cronet_sample_test_apk", | 289 "cronet_sample_test_apk", |
| 291 "cronet_test_instrumentation_apk", | 290 "cronet_test_instrumentation_apk", |
| 292 "cronet_unittests", | 291 "cronet_unittests", |
| 293 "cronet_unittests_apk", | 292 "cronet_unittests_apk", |
| 294 "net_unittests", | 293 "net_unittests", |
| 295 "net_unittests_apk" | 294 "net_unittests_apk" |
| 296 ], | 295 ], |
| (...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 729 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 728 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 730 "@@@STEP_LOG_END@python.inline@@@" | 729 "@@@STEP_LOG_END@python.inline@@@" |
| 731 ] | 730 ] |
| 732 }, | 731 }, |
| 733 { | 732 { |
| 734 "name": "$result", | 733 "name": "$result", |
| 735 "recipe_result": null, | 734 "recipe_result": null, |
| 736 "status_code": 0 | 735 "status_code": 0 |
| 737 } | 736 } |
| 738 ] | 737 ] |
| OLD | NEW |