| 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 "@@@STEP_LOG_LINE@json.output@{@@@", | 510 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 511 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
"@@@", | 511 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
"@@@", |
| 512 "@@@STEP_LOG_LINE@json.output@}@@@", | 512 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 513 "@@@STEP_LOG_END@json.output@@@" | 513 "@@@STEP_LOG_END@json.output@@@" |
| 514 ] | 514 ] |
| 515 }, | 515 }, |
| 516 { | 516 { |
| 517 "cmd": [ | 517 "cmd": [ |
| 518 "python", | 518 "python", |
| 519 "-u", | 519 "-u", |
| 520 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
| 521 "--target", | |
| 522 "Release" | |
| 523 ], | |
| 524 "cwd": "[SLAVE_BUILD]", | |
| 525 "name": "test r1.start_crash_service", | |
| 526 "~followup_annotations": [ | |
| 527 "@@@STEP_NEST_LEVEL@1@@@" | |
| 528 ] | |
| 529 }, | |
| 530 { | |
| 531 "cmd": [ | |
| 532 "python", | |
| 533 "-u", | |
| 534 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 520 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 535 "trigger", | 521 "trigger", |
| 536 "--swarming", | 522 "--swarming", |
| 537 "https://chromium-swarm.appspot.com", | 523 "https://chromium-swarm.appspot.com", |
| 538 "--isolate-server", | 524 "--isolate-server", |
| 539 "https://isolateserver.appspot.com", | 525 "https://isolateserver.appspot.com", |
| 540 "--priority", | 526 "--priority", |
| 541 "25", | 527 "25", |
| 542 "--shards", | 528 "--shards", |
| 543 "1", | 529 "1", |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 "@@@STEP_LOG_END@report@@@", | 698 "@@@STEP_LOG_END@report@@@", |
| 713 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On
e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" | 699 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On
e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" |
| 714 ] | 700 ] |
| 715 }, | 701 }, |
| 716 { | 702 { |
| 717 "name": "$result", | 703 "name": "$result", |
| 718 "recipe_result": null, | 704 "recipe_result": null, |
| 719 "status_code": 0 | 705 "status_code": 0 |
| 720 } | 706 } |
| 721 ] | 707 ] |
| OLD | NEW |