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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 "--src-dir", | 132 "--src-dir", |
133 "[SLAVE_BUILD]\\v8", | 133 "[SLAVE_BUILD]\\v8", |
134 "--goma-cache-dir", | 134 "--goma-cache-dir", |
135 "[GOMA_CACHE]", | 135 "[GOMA_CACHE]", |
136 "--build-tool", | 136 "--build-tool", |
137 "ninja", | 137 "ninja", |
138 "--compiler", | 138 "--compiler", |
139 "goma", | 139 "goma", |
140 "--goma-jsonstatus", | 140 "--goma-jsonstatus", |
141 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
142 "--goma-service-account-json-file", | |
143 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
144 "--goma-dir", | 142 "--goma-dir", |
145 "[BUILD]\\goma", | 143 "[BUILD]\\goma", |
146 "--" | 144 "--" |
147 ], | 145 ], |
148 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
149 "name": "compile", | 147 "name": "compile", |
150 "~followup_annotations": [ | 148 "~followup_annotations": [ |
151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
152 "@@@STEP_LOG_END@json.output (invalid)@@@" | 150 "@@@STEP_LOG_END@json.output (invalid)@@@" |
153 ] | 151 ] |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 "~followup_annotations": [ | 250 "~followup_annotations": [ |
253 "@@@STEP_TEXT@V8 Win32 - debug@@@" | 251 "@@@STEP_TEXT@V8 Win32 - debug@@@" |
254 ] | 252 ] |
255 }, | 253 }, |
256 { | 254 { |
257 "name": "$result", | 255 "name": "$result", |
258 "recipe_result": null, | 256 "recipe_result": null, |
259 "status_code": 0 | 257 "status_code": 0 |
260 } | 258 } |
261 ] | 259 ] |
OLD | NEW |