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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 "goma", | 214 "goma", |
215 "--goma-jsonstatus", | 215 "--goma-jsonstatus", |
216 "/path/to/tmp/json", | 216 "/path/to/tmp/json", |
217 "--goma-dir", | 217 "--goma-dir", |
218 "[BUILD]\\goma", | 218 "[BUILD]\\goma", |
219 "--", | 219 "--", |
220 "browser_tests", | 220 "browser_tests", |
221 "chromium_builder_webrtc", | 221 "chromium_builder_webrtc", |
222 "content_browsertests", | 222 "content_browsertests", |
223 "content_unittests", | 223 "content_unittests", |
| 224 "crash_service", |
224 "media_unittests", | 225 "media_unittests", |
225 "remoting_unittests" | 226 "remoting_unittests" |
226 ], | 227 ], |
227 "cwd": "[SLAVE_BUILD]", | 228 "cwd": "[SLAVE_BUILD]", |
228 "name": "compile", | 229 "name": "compile", |
229 "~followup_annotations": [ | 230 "~followup_annotations": [ |
230 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 231 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
231 "@@@STEP_LOG_END@json.output (invalid)@@@" | 232 "@@@STEP_LOG_END@json.output (invalid)@@@" |
232 ] | 233 ] |
233 }, | 234 }, |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 "~followup_annotations": [ | 316 "~followup_annotations": [ |
316 "@@@STEP_TEXT@Win7 Tester@@@" | 317 "@@@STEP_TEXT@Win7 Tester@@@" |
317 ] | 318 ] |
318 }, | 319 }, |
319 { | 320 { |
320 "name": "$result", | 321 "name": "$result", |
321 "recipe_result": null, | 322 "recipe_result": null, |
322 "status_code": 0 | 323 "status_code": 0 |
323 } | 324 } |
324 ] | 325 ] |
OLD | NEW |