| 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 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "--src-dir", | 207 "--src-dir", |
| 208 "[SLAVE_BUILD]/src", | 208 "[SLAVE_BUILD]/src", |
| 209 "--goma-cache-dir", | 209 "--goma-cache-dir", |
| 210 "[GOMA_CACHE]", | 210 "[GOMA_CACHE]", |
| 211 "--build-tool", | 211 "--build-tool", |
| 212 "ninja", | 212 "ninja", |
| 213 "--compiler", | 213 "--compiler", |
| 214 "goma", | 214 "goma", |
| 215 "--goma-jsonstatus", | 215 "--goma-jsonstatus", |
| 216 "/path/to/tmp/json", | 216 "/path/to/tmp/json", |
| 217 "--goma-service-account-json-file", |
| 218 "/creds/service_accounts/service-account-goma-client.json", |
| 217 "--goma-dir", | 219 "--goma-dir", |
| 218 "[BUILD]/goma", | 220 "[BUILD]/goma", |
| 219 "--goma-fail-fast", | 221 "--goma-fail-fast", |
| 220 "--goma-disable-local-fallback", | 222 "--goma-disable-local-fallback", |
| 221 "--clobber", | 223 "--clobber", |
| 222 "--", | 224 "--", |
| 223 "cronet_package", | 225 "cronet_package", |
| 224 "cronet_sample_test_apk", | 226 "cronet_sample_test_apk", |
| 225 "cronet_test_instrumentation_apk", | 227 "cronet_test_instrumentation_apk", |
| 226 "cronet_unittests", | 228 "cronet_unittests", |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 588 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 587 "@@@STEP_LOG_END@python.inline@@@" | 589 "@@@STEP_LOG_END@python.inline@@@" |
| 588 ] | 590 ] |
| 589 }, | 591 }, |
| 590 { | 592 { |
| 591 "name": "$result", | 593 "name": "$result", |
| 592 "recipe_result": null, | 594 "recipe_result": null, |
| 593 "status_code": 0 | 595 "status_code": 0 |
| 594 } | 596 } |
| 595 ] | 597 ] |
| OLD | NEW |