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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 "--build-tool", | 203 "--build-tool", |
204 "ninja", | 204 "ninja", |
205 "--compiler", | 205 "--compiler", |
206 "goma", | 206 "goma", |
207 "--goma-jsonstatus", | 207 "--goma-jsonstatus", |
208 "/path/to/tmp/json", | 208 "/path/to/tmp/json", |
209 "--goma-dir", | 209 "--goma-dir", |
210 "[BUILD]\\goma", | 210 "[BUILD]\\goma", |
211 "--ninja-ensure-up-to-date", | 211 "--ninja-ensure-up-to-date", |
212 "--", | 212 "--", |
213 "chromium_builder_tests" | 213 "chromium_builder_tests", |
| 214 "crash_service" |
214 ], | 215 ], |
215 "cwd": "[SLAVE_BUILD]", | 216 "cwd": "[SLAVE_BUILD]", |
216 "name": "compile", | 217 "name": "compile", |
217 "~followup_annotations": [ | 218 "~followup_annotations": [ |
218 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 219 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
219 "@@@STEP_LOG_END@json.output (invalid)@@@" | 220 "@@@STEP_LOG_END@json.output (invalid)@@@" |
220 ] | 221 ] |
221 }, | 222 }, |
222 { | 223 { |
223 "allow_subannotations": true, | 224 "allow_subannotations": true, |
(...skipping 17 matching lines...) Expand all Loading... |
241 ], | 242 ], |
242 "cwd": "[SLAVE_BUILD]", | 243 "cwd": "[SLAVE_BUILD]", |
243 "name": "package build" | 244 "name": "package build" |
244 }, | 245 }, |
245 { | 246 { |
246 "name": "$result", | 247 "name": "$result", |
247 "recipe_result": null, | 248 "recipe_result": null, |
248 "status_code": 0 | 249 "status_code": 0 |
249 } | 250 } |
250 ] | 251 ] |
OLD | NEW |