| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "--src-dir", | 116 "--src-dir", |
| 117 "[SLAVE_BUILD]\\v8", | 117 "[SLAVE_BUILD]\\v8", |
| 118 "--goma-cache-dir", | 118 "--goma-cache-dir", |
| 119 "[GOMA_CACHE]", | 119 "[GOMA_CACHE]", |
| 120 "--build-tool", | 120 "--build-tool", |
| 121 "ninja", | 121 "ninja", |
| 122 "--compiler", | 122 "--compiler", |
| 123 "goma", | 123 "goma", |
| 124 "--goma-jsonstatus", | 124 "--goma-jsonstatus", |
| 125 "/path/to/tmp/json", | 125 "/path/to/tmp/json", |
| 126 "--goma-service-account-json-file", |
| 127 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 126 "--goma-dir", | 128 "--goma-dir", |
| 127 "[BUILD]\\goma", | 129 "[BUILD]\\goma", |
| 128 "--goma-fail-fast", | 130 "--goma-fail-fast", |
| 129 "--goma-disable-local-fallback", | 131 "--goma-disable-local-fallback", |
| 130 "--" | 132 "--" |
| 131 ], | 133 ], |
| 132 "cwd": "[SLAVE_BUILD]", | 134 "cwd": "[SLAVE_BUILD]", |
| 133 "name": "compile", | 135 "name": "compile", |
| 134 "~followup_annotations": [ | 136 "~followup_annotations": [ |
| 135 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 137 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 136 "@@@STEP_LOG_END@json.output (invalid)@@@" | 138 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 137 ] | 139 ] |
| 138 }, | 140 }, |
| 139 { | 141 { |
| 140 "name": "$result", | 142 "name": "$result", |
| 141 "recipe_result": null, | 143 "recipe_result": null, |
| 142 "status_code": 0 | 144 "status_code": 0 |
| 143 } | 145 } |
| 144 ] | 146 ] |
| OLD | NEW |