OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 "--target", | 145 "--target", |
146 "Release", | 146 "Release", |
147 "--src-dir", | 147 "--src-dir", |
148 "[SLAVE_BUILD]\\src", | 148 "[SLAVE_BUILD]\\src", |
149 "--goma-cache-dir", | 149 "--goma-cache-dir", |
150 "[GOMA_CACHE]", | 150 "[GOMA_CACHE]", |
151 "--build-tool", | 151 "--build-tool", |
152 "ninja", | 152 "ninja", |
153 "--clobber", | 153 "--clobber", |
154 "--", | 154 "--", |
155 "chromium_builder_asan" | 155 "chromium_builder_asan", |
| 156 "crash_service" |
156 ], | 157 ], |
157 "cwd": "[SLAVE_BUILD]", | 158 "cwd": "[SLAVE_BUILD]", |
158 "name": "compile" | 159 "name": "compile" |
159 }, | 160 }, |
160 { | 161 { |
161 "cmd": [ | 162 "cmd": [ |
162 "python", | 163 "python", |
163 "-u", | 164 "-u", |
164 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 165 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
165 "[SLAVE_BUILD]\\src\\out\\Release", | 166 "[SLAVE_BUILD]\\src\\out\\Release", |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 235 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
235 "@@@STEP_LOG_END@python.inline@@@" | 236 "@@@STEP_LOG_END@python.inline@@@" |
236 ] | 237 ] |
237 }, | 238 }, |
238 { | 239 { |
239 "name": "$result", | 240 "name": "$result", |
240 "recipe_result": null, | 241 "recipe_result": null, |
241 "status_code": 0 | 242 "status_code": 0 |
242 } | 243 } |
243 ] | 244 ] |
OLD | NEW |