| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 "@@@STEP_LOG_END@report@@@", | 818 "@@@STEP_LOG_END@report@@@", |
| 817 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" | 819 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" |
| 818 ] | 820 ] |
| 819 }, | 821 }, |
| 820 { | 822 { |
| 821 "name": "$result", | 823 "name": "$result", |
| 822 "recipe_result": null, | 824 "recipe_result": null, |
| 823 "status_code": 0 | 825 "status_code": 0 |
| 824 } | 826 } |
| 825 ] | 827 ] |
| OLD | NEW |