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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 ], | 447 ], |
448 "cwd": "[SLAVE_BUILD]", | 448 "cwd": "[SLAVE_BUILD]", |
449 "name": "test r1.compile", | 449 "name": "test r1.compile", |
450 "~followup_annotations": [ | 450 "~followup_annotations": [ |
451 "@@@STEP_NEST_LEVEL@1@@@", | 451 "@@@STEP_NEST_LEVEL@1@@@", |
452 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 452 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
453 "@@@STEP_LOG_END@json.output (invalid)@@@" | 453 "@@@STEP_LOG_END@json.output (invalid)@@@" |
454 ] | 454 ] |
455 }, | 455 }, |
456 { | 456 { |
| 457 "cmd": [ |
| 458 "python", |
| 459 "-u", |
| 460 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 461 "--target", |
| 462 "Release" |
| 463 ], |
| 464 "cwd": "[SLAVE_BUILD]", |
| 465 "name": "test r1.start_crash_service", |
| 466 "~followup_annotations": [ |
| 467 "@@@STEP_NEST_LEVEL@1@@@" |
| 468 ] |
| 469 }, |
| 470 { |
457 "allow_subannotations": true, | 471 "allow_subannotations": true, |
458 "cmd": [ | 472 "cmd": [ |
459 "python", | 473 "python", |
460 "-u", | 474 "-u", |
461 "[SLAVE_BUILD]\\src\\infra\\scripts\\runtest_wrapper.py", | 475 "[SLAVE_BUILD]\\src\\infra\\scripts\\runtest_wrapper.py", |
462 "--", | 476 "--", |
463 "--target", | 477 "--target", |
464 "Release", | 478 "Release", |
465 "--factory-properties", | 479 "--factory-properties", |
466 "{\"bad_revision\": \"r1\", \"buildername\": \"win_chromium_variable\", \"
buildnumber\": 1, \"good_revision\": \"r0\", \"mastername\": \"tryserver.chromiu
m.win\", \"recipe\": \"findit/chromium/test\", \"slavename\": \"build1-a1\", \"t
arget_mastername\": \"chromium.win\", \"target_testername\": \"Win7 Tests (1)\",
\"tests\": {\"gl_tests\": [\"Test.One\", \"Test.Two\", \"Test.Three\"]}, \"use_
analyze\": false}", | 480 "{\"bad_revision\": \"r1\", \"buildername\": \"win_chromium_variable\", \"
buildnumber\": 1, \"good_revision\": \"r0\", \"mastername\": \"tryserver.chromiu
m.win\", \"recipe\": \"findit/chromium/test\", \"slavename\": \"build1-a1\", \"t
arget_mastername\": \"chromium.win\", \"target_testername\": \"Win7 Tests (1)\",
\"tests\": {\"gl_tests\": [\"Test.One\", \"Test.Two\", \"Test.Three\"]}, \"use_
analyze\": false}", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 "@@@STEP_LOG_END@report@@@", | 546 "@@@STEP_LOG_END@report@@@", |
533 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" | 547 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" |
534 ] | 548 ] |
535 }, | 549 }, |
536 { | 550 { |
537 "name": "$result", | 551 "name": "$result", |
538 "recipe_result": null, | 552 "recipe_result": null, |
539 "status_code": 0 | 553 "status_code": 0 |
540 } | 554 } |
541 ] | 555 ] |
OLD | NEW |