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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 "ninja", | 230 "ninja", |
231 "--compiler", | 231 "--compiler", |
232 "goma", | 232 "goma", |
233 "--goma-jsonstatus", | 233 "--goma-jsonstatus", |
234 "/path/to/tmp/json", | 234 "/path/to/tmp/json", |
235 "--goma-dir", | 235 "--goma-dir", |
236 "[BUILD]\\goma", | 236 "[BUILD]\\goma", |
237 "--", | 237 "--", |
238 "browser_tests", | 238 "browser_tests", |
239 "browser_tests_run", | 239 "browser_tests_run", |
240 "chromium_builder_tests", | 240 "chromium_builder_tests" |
241 "crash_service" | |
242 ], | 241 ], |
243 "cwd": "[SLAVE_BUILD]", | 242 "cwd": "[SLAVE_BUILD]", |
244 "name": "compile", | 243 "name": "compile", |
245 "~followup_annotations": [ | 244 "~followup_annotations": [ |
246 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 245 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
247 "@@@STEP_LOG_END@json.output (invalid)@@@" | 246 "@@@STEP_LOG_END@json.output (invalid)@@@" |
248 ] | 247 ] |
249 }, | 248 }, |
250 { | 249 { |
251 "cmd": [ | 250 "cmd": [ |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 "~followup_annotations": [ | 331 "~followup_annotations": [ |
333 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" | 332 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" |
334 ] | 333 ] |
335 }, | 334 }, |
336 { | 335 { |
337 "name": "$result", | 336 "name": "$result", |
338 "recipe_result": null, | 337 "recipe_result": null, |
339 "status_code": 0 | 338 "status_code": 0 |
340 } | 339 } |
341 ] | 340 ] |
OLD | NEW |