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", |
387 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 401 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
388 "--target", | 402 "--target", |
389 "Release" | 403 "Release" |
390 ], | 404 ], |
391 "cwd": "[SLAVE_BUILD]", | 405 "cwd": "[SLAVE_BUILD]", |
392 "name": "test r1.process_dumps", | 406 "name": "test r1.process_dumps", |
393 "~followup_annotations": [ | 407 "~followup_annotations": [ |
394 "@@@STEP_NEST_LEVEL@1@@@" | 408 "@@@STEP_NEST_LEVEL@1@@@" |
395 ] | 409 ] |
396 }, | 410 }, |
(...skipping 22 matching lines...) Expand all Loading... |
419 "@@@STEP_LOG_END@report@@@", | 433 "@@@STEP_LOG_END@report@@@", |
420 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"newly_added_tests\": {\"status\": \"skipped\", \"vali
d\": true}}}}@@@" | 434 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"newly_added_tests\": {\"status\": \"skipped\", \"vali
d\": true}}}}@@@" |
421 ] | 435 ] |
422 }, | 436 }, |
423 { | 437 { |
424 "name": "$result", | 438 "name": "$result", |
425 "recipe_result": null, | 439 "recipe_result": null, |
426 "status_code": 0 | 440 "status_code": 0 |
427 } | 441 } |
428 ] | 442 ] |
OLD | NEW |