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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 "@@@STEP_LOG_LINE@analyze_details@ \"unaffected_tests_run\"@@@", | 466 "@@@STEP_LOG_LINE@analyze_details@ \"unaffected_tests_run\"@@@", |
467 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", | 467 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", |
468 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 468 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
469 "@@@STEP_LOG_END@analyze_details@@@" | 469 "@@@STEP_LOG_END@analyze_details@@@" |
470 ] | 470 ] |
471 }, | 471 }, |
472 { | 472 { |
473 "cmd": [ | 473 "cmd": [ |
474 "python", | 474 "python", |
475 "-u", | 475 "-u", |
| 476 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 477 "--target", |
| 478 "Release" |
| 479 ], |
| 480 "cwd": "[SLAVE_BUILD]", |
| 481 "name": "test r1.start_crash_service", |
| 482 "~followup_annotations": [ |
| 483 "@@@STEP_NEST_LEVEL@1@@@" |
| 484 ] |
| 485 }, |
| 486 { |
| 487 "cmd": [ |
| 488 "python", |
| 489 "-u", |
476 "[SLAVE_BUILD]\\src\\testing\\scripts\\checkperms.py", | 490 "[SLAVE_BUILD]\\src\\testing\\scripts\\checkperms.py", |
477 "--build-config-fs", | 491 "--build-config-fs", |
478 "Release", | 492 "Release", |
479 "--use-src-side-runtest-py", | 493 "--use-src-side-runtest-py", |
480 "--paths", | 494 "--paths", |
481 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 495 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
482 "--properties", | 496 "--properties", |
483 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"win\"}", | 497 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"win\"}", |
484 "run", | 498 "run", |
485 "--output", | 499 "--output", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 "@@@STEP_LOG_END@report@@@", | 553 "@@@STEP_LOG_END@report@@@", |
540 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" | 554 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" |
541 ] | 555 ] |
542 }, | 556 }, |
543 { | 557 { |
544 "name": "$result", | 558 "name": "$result", |
545 "recipe_result": null, | 559 "recipe_result": null, |
546 "status_code": 0 | 560 "status_code": 0 |
547 } | 561 } |
548 ] | 562 ] |
OLD | NEW |