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 { | |
471 "allow_subannotations": true, | 457 "allow_subannotations": true, |
472 "cmd": [ | 458 "cmd": [ |
473 "python", | 459 "python", |
474 "-u", | 460 "-u", |
475 "[SLAVE_BUILD]\\src\\infra\\scripts\\runtest_wrapper.py", | 461 "[SLAVE_BUILD]\\src\\infra\\scripts\\runtest_wrapper.py", |
476 "--", | 462 "--", |
477 "--target", | 463 "--target", |
478 "Release", | 464 "Release", |
479 "--factory-properties", | 465 "--factory-properties", |
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}", | 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}", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 "@@@STEP_LOG_END@report@@@", | 532 "@@@STEP_LOG_END@report@@@", |
547 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" | 533 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" |
548 ] | 534 ] |
549 }, | 535 }, |
550 { | 536 { |
551 "name": "$result", | 537 "name": "$result", |
552 "recipe_result": null, | 538 "recipe_result": null, |
553 "status_code": 0 | 539 "status_code": 0 |
554 } | 540 } |
555 ] | 541 ] |
OLD | NEW |