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