| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "--src-dir", | 181 "--src-dir", |
| 182 "[SLAVE_BUILD]/src", | 182 "[SLAVE_BUILD]/src", |
| 183 "--goma-cache-dir", | 183 "--goma-cache-dir", |
| 184 "[GOMA_CACHE]", | 184 "[GOMA_CACHE]", |
| 185 "--build-tool", | 185 "--build-tool", |
| 186 "ninja", | 186 "ninja", |
| 187 "--compiler", | 187 "--compiler", |
| 188 "goma", | 188 "goma", |
| 189 "--goma-jsonstatus", | 189 "--goma-jsonstatus", |
| 190 "/path/to/tmp/json", | 190 "/path/to/tmp/json", |
| 191 "--goma-service-account-json-file", |
| 192 "/creds/service_accounts/service-account-goma-client.json", |
| 191 "--goma-dir", | 193 "--goma-dir", |
| 192 "[BUILD]/goma", | 194 "[BUILD]/goma", |
| 193 "--clobber", | 195 "--clobber", |
| 194 "--", | 196 "--", |
| 195 "cronet_package", | 197 "cronet_package", |
| 196 "cronet_sample_test_apk", | 198 "cronet_sample_test_apk", |
| 197 "cronet_test_instrumentation_apk", | 199 "cronet_test_instrumentation_apk", |
| 198 "cronet_unittests", | 200 "cronet_unittests", |
| 199 "cronet_unittests_apk", | 201 "cronet_unittests_apk", |
| 200 "net_unittests", | 202 "net_unittests", |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 606 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 605 "@@@STEP_LOG_END@python.inline@@@" | 607 "@@@STEP_LOG_END@python.inline@@@" |
| 606 ] | 608 ] |
| 607 }, | 609 }, |
| 608 { | 610 { |
| 609 "name": "$result", | 611 "name": "$result", |
| 610 "recipe_result": null, | 612 "recipe_result": null, |
| 611 "status_code": 0 | 613 "status_code": 0 |
| 612 } | 614 } |
| 613 ] | 615 ] |
| OLD | NEW |