| 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "--src-dir", | 280 "--src-dir", |
| 281 "[SLAVE_BUILD]/src", | 281 "[SLAVE_BUILD]/src", |
| 282 "--goma-cache-dir", | 282 "--goma-cache-dir", |
| 283 "[GOMA_CACHE]", | 283 "[GOMA_CACHE]", |
| 284 "--buildbot-buildername", | 284 "--buildbot-buildername", |
| 285 "Android Cronet Data Reduction Proxy Builder", | 285 "Android Cronet Data Reduction Proxy Builder", |
| 286 "--buildbot-mastername", | 286 "--buildbot-mastername", |
| 287 "chromium.testing.master", | 287 "chromium.testing.master", |
| 288 "--buildbot-slavename", | 288 "--buildbot-slavename", |
| 289 "TestSlavename", | 289 "TestSlavename", |
| 290 "--goma-deps-cache-file", |
| 291 "Android_Cronet_Data_Reduction_Proxy_Builder.gomadeps", |
| 290 "--compiler", | 292 "--compiler", |
| 291 "goma", | 293 "goma", |
| 292 "--goma-jsonstatus", | 294 "--goma-jsonstatus", |
| 293 "/path/to/tmp/json", | 295 "/path/to/tmp/json", |
| 294 "--goma-service-account-json-file", | 296 "--goma-service-account-json-file", |
| 295 "/creds/service_accounts/service-account-goma-client.json", | 297 "/creds/service_accounts/service-account-goma-client.json", |
| 296 "--goma-dir", | 298 "--goma-dir", |
| 297 "[CACHE]/cipd/goma", | 299 "[CACHE]/cipd/goma", |
| 298 "--", | 300 "--", |
| 299 "cronet_package", | 301 "cronet_package", |
| (...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 881 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 880 "@@@STEP_LOG_END@python.inline@@@" | 882 "@@@STEP_LOG_END@python.inline@@@" |
| 881 ] | 883 ] |
| 882 }, | 884 }, |
| 883 { | 885 { |
| 884 "name": "$result", | 886 "name": "$result", |
| 885 "recipe_result": null, | 887 "recipe_result": null, |
| 886 "status_code": 0 | 888 "status_code": 0 |
| 887 } | 889 } |
| 888 ] | 890 ] |
| OLD | NEW |