| 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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 "--src-dir", | 675 "--src-dir", |
| 676 "[SLAVE_BUILD]\\src", | 676 "[SLAVE_BUILD]\\src", |
| 677 "--goma-cache-dir", | 677 "--goma-cache-dir", |
| 678 "[GOMA_CACHE]", | 678 "[GOMA_CACHE]", |
| 679 "--build-tool", | 679 "--build-tool", |
| 680 "ninja", | 680 "ninja", |
| 681 "--compiler", | 681 "--compiler", |
| 682 "goma", | 682 "goma", |
| 683 "--goma-jsonstatus", | 683 "--goma-jsonstatus", |
| 684 "/path/to/tmp/json", | 684 "/path/to/tmp/json", |
| 685 "--goma-service-account-json-file", | |
| 686 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
| 687 "--goma-dir", | 685 "--goma-dir", |
| 688 "[CACHE]\\cipd\\goma", | 686 "[CACHE]\\cipd\\goma", |
| 689 "--ninja-ensure-up-to-date", | 687 "--ninja-ensure-up-to-date", |
| 690 "--", | 688 "--", |
| 691 "affected_tests", | 689 "affected_tests", |
| 692 "affected_tests_run" | 690 "affected_tests_run" |
| 693 ], | 691 ], |
| 694 "cwd": "[SLAVE_BUILD]", | 692 "cwd": "[SLAVE_BUILD]", |
| 695 "name": "test r1.compile", | 693 "name": "test r1.compile", |
| 696 "~followup_annotations": [ | 694 "~followup_annotations": [ |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 920 "@@@STEP_LOG_END@report@@@", | 918 "@@@STEP_LOG_END@report@@@", |
| 921 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\":
true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" | 919 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\":
true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" |
| 922 ] | 920 ] |
| 923 }, | 921 }, |
| 924 { | 922 { |
| 925 "name": "$result", | 923 "name": "$result", |
| 926 "recipe_result": null, | 924 "recipe_result": null, |
| 927 "status_code": 0 | 925 "status_code": 0 |
| 928 } | 926 } |
| 929 ] | 927 ] |
| OLD | NEW |