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", | |
219 "--goma-dir", | 217 "--goma-dir", |
220 "[BUILD]/goma", | 218 "[BUILD]/goma", |
221 "--goma-fail-fast", | 219 "--goma-fail-fast", |
222 "--goma-disable-local-fallback", | 220 "--goma-disable-local-fallback", |
223 "--clobber", | 221 "--clobber", |
224 "--", | 222 "--", |
225 "cronet_package", | 223 "cronet_package", |
226 "cronet_sample_test_apk", | 224 "cronet_sample_test_apk", |
227 "cronet_test_instrumentation_apk", | 225 "cronet_test_instrumentation_apk", |
228 "cronet_unittests", | 226 "cronet_unittests", |
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 586 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
589 "@@@STEP_LOG_END@python.inline@@@" | 587 "@@@STEP_LOG_END@python.inline@@@" |
590 ] | 588 ] |
591 }, | 589 }, |
592 { | 590 { |
593 "name": "$result", | 591 "name": "$result", |
594 "recipe_result": null, | 592 "recipe_result": null, |
595 "status_code": 0 | 593 "status_code": 0 |
596 } | 594 } |
597 ] | 595 ] |
OLD | NEW |