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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 "ninja", | 256 "ninja", |
257 "--compiler", | 257 "--compiler", |
258 "goma", | 258 "goma", |
259 "--goma-jsonstatus", | 259 "--goma-jsonstatus", |
260 "/path/to/tmp/json", | 260 "/path/to/tmp/json", |
261 "--goma-dir", | 261 "--goma-dir", |
262 "[BUILD]\\goma", | 262 "[BUILD]\\goma", |
263 "--", | 263 "--", |
264 "blink_tests", | 264 "blink_tests", |
265 "browser_tests", | 265 "browser_tests", |
266 "browser_tests_run" | 266 "browser_tests_run", |
| 267 "crash_service" |
267 ], | 268 ], |
268 "cwd": "[SLAVE_BUILD]", | 269 "cwd": "[SLAVE_BUILD]", |
269 "name": "compile", | 270 "name": "compile", |
270 "~followup_annotations": [ | 271 "~followup_annotations": [ |
271 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 272 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
272 "@@@STEP_LOG_END@json.output (invalid)@@@" | 273 "@@@STEP_LOG_END@json.output (invalid)@@@" |
273 ] | 274 ] |
274 }, | 275 }, |
275 { | 276 { |
276 "cmd": [ | 277 "cmd": [ |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 327 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
327 "@@@STEP_LOG_LINE@json.output@}@@@", | 328 "@@@STEP_LOG_LINE@json.output@}@@@", |
328 "@@@STEP_LOG_END@json.output@@@", | 329 "@@@STEP_LOG_END@json.output@@@", |
329 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 330 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
330 ] | 331 ] |
331 }, | 332 }, |
332 { | 333 { |
333 "cmd": [ | 334 "cmd": [ |
334 "python", | 335 "python", |
335 "-u", | 336 "-u", |
| 337 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 338 "--target", |
| 339 "Release_x64" |
| 340 ], |
| 341 "cwd": "[SLAVE_BUILD]", |
| 342 "name": "start_crash_service" |
| 343 }, |
| 344 { |
| 345 "cmd": [ |
| 346 "python", |
| 347 "-u", |
336 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 348 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
337 "browser_tests" | 349 "browser_tests" |
338 ], | 350 ], |
339 "cwd": "[SLAVE_BUILD]", | 351 "cwd": "[SLAVE_BUILD]", |
340 "name": "[error] browser_tests", | 352 "name": "[error] browser_tests", |
341 "~followup_annotations": [ | 353 "~followup_annotations": [ |
342 "@@@STEP_LOG_LINE@python.inline@@@@", | 354 "@@@STEP_LOG_LINE@python.inline@@@@", |
343 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 355 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
344 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 356 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
345 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 357 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
(...skipping 27 matching lines...) Expand all Loading... |
373 ], | 385 ], |
374 "cwd": "[SLAVE_BUILD]", | 386 "cwd": "[SLAVE_BUILD]", |
375 "name": "process_dumps" | 387 "name": "process_dumps" |
376 }, | 388 }, |
377 { | 389 { |
378 "name": "$result", | 390 "name": "$result", |
379 "recipe_result": null, | 391 "recipe_result": null, |
380 "status_code": 0 | 392 "status_code": 0 |
381 } | 393 } |
382 ] | 394 ] |
OLD | NEW |