| 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 "--src-dir", | 570 "--src-dir", |
| 571 "[SLAVE_BUILD]\\src", | 571 "[SLAVE_BUILD]\\src", |
| 572 "--goma-cache-dir", | 572 "--goma-cache-dir", |
| 573 "[GOMA_CACHE]", | 573 "[GOMA_CACHE]", |
| 574 "--build-tool", | 574 "--build-tool", |
| 575 "ninja", | 575 "ninja", |
| 576 "--compiler", | 576 "--compiler", |
| 577 "goma", | 577 "goma", |
| 578 "--goma-jsonstatus", | 578 "--goma-jsonstatus", |
| 579 "/path/to/tmp/json", | 579 "/path/to/tmp/json", |
| 580 "--goma-service-account-json-file", |
| 581 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 580 "--goma-dir", | 582 "--goma-dir", |
| 581 "[CACHE]\\cipd\\goma", | 583 "[CACHE]\\cipd\\goma", |
| 582 "--ninja-ensure-up-to-date", | 584 "--ninja-ensure-up-to-date", |
| 583 "--", | 585 "--", |
| 584 "gl_tests", | 586 "gl_tests", |
| 585 "gl_tests_run" | 587 "gl_tests_run" |
| 586 ], | 588 ], |
| 587 "cwd": "[SLAVE_BUILD]", | 589 "cwd": "[SLAVE_BUILD]", |
| 588 "name": "test r1.compile", | 590 "name": "test r1.compile", |
| 589 "~followup_annotations": [ | 591 "~followup_annotations": [ |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 "@@@STEP_LOG_END@report@@@", | 819 "@@@STEP_LOG_END@report@@@", |
| 818 "@@@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}}}}@@@" | 820 "@@@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}}}}@@@" |
| 819 ] | 821 ] |
| 820 }, | 822 }, |
| 821 { | 823 { |
| 822 "name": "$result", | 824 "name": "$result", |
| 823 "recipe_result": null, | 825 "recipe_result": null, |
| 824 "status_code": 0 | 826 "status_code": 0 |
| 825 } | 827 } |
| 826 ] | 828 ] |
| OLD | NEW |