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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 377 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
378 "@@@STEP_LOG_LINE@json.output@ }@@@", | 378 "@@@STEP_LOG_LINE@json.output@ }@@@", |
379 "@@@STEP_LOG_LINE@json.output@}@@@", | 379 "@@@STEP_LOG_LINE@json.output@}@@@", |
380 "@@@STEP_LOG_END@json.output@@@" | 380 "@@@STEP_LOG_END@json.output@@@" |
381 ] | 381 ] |
382 }, | 382 }, |
383 { | 383 { |
384 "cmd": [ | 384 "cmd": [ |
385 "python", | 385 "python", |
386 "-u", | 386 "-u", |
387 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
388 "--target", | |
389 "Release" | |
390 ], | |
391 "cwd": "[SLAVE_BUILD]", | |
392 "name": "test r1.start_crash_service", | |
393 "~followup_annotations": [ | |
394 "@@@STEP_NEST_LEVEL@1@@@" | |
395 ] | |
396 }, | |
397 { | |
398 "cmd": [ | |
399 "python", | |
400 "-u", | |
401 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 387 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
402 "--target", | 388 "--target", |
403 "Release" | 389 "Release" |
404 ], | 390 ], |
405 "cwd": "[SLAVE_BUILD]", | 391 "cwd": "[SLAVE_BUILD]", |
406 "name": "test r1.process_dumps", | 392 "name": "test r1.process_dumps", |
407 "~followup_annotations": [ | 393 "~followup_annotations": [ |
408 "@@@STEP_NEST_LEVEL@1@@@" | 394 "@@@STEP_NEST_LEVEL@1@@@" |
409 ] | 395 ] |
410 }, | 396 }, |
(...skipping 22 matching lines...) Expand all Loading... |
433 "@@@STEP_LOG_END@report@@@", | 419 "@@@STEP_LOG_END@report@@@", |
434 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"newly_added_tests\": {\"status\": \"skipped\", \"vali
d\": true}}}}@@@" | 420 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"newly_added_tests\": {\"status\": \"skipped\", \"vali
d\": true}}}}@@@" |
435 ] | 421 ] |
436 }, | 422 }, |
437 { | 423 { |
438 "name": "$result", | 424 "name": "$result", |
439 "recipe_result": null, | 425 "recipe_result": null, |
440 "status_code": 0 | 426 "status_code": 0 |
441 } | 427 } |
442 ] | 428 ] |
OLD | NEW |