OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
7 "--show-path", | 7 "--show-path", |
8 "python", | 8 "python", |
9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
10 ], | 10 ], |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 "--src-dir", | 186 "--src-dir", |
187 "[SLAVE_BUILD]\\src", | 187 "[SLAVE_BUILD]\\src", |
188 "--goma-cache-dir", | 188 "--goma-cache-dir", |
189 "[GOMA_CACHE]", | 189 "[GOMA_CACHE]", |
190 "--buildbot-buildername", | 190 "--buildbot-buildername", |
191 "Win64 Release (GN)", | 191 "Win64 Release (GN)", |
192 "--buildbot-mastername", | 192 "--buildbot-mastername", |
193 "client.libyuv", | 193 "client.libyuv", |
194 "--buildbot-slavename", | 194 "--buildbot-slavename", |
195 "slavename", | 195 "slavename", |
| 196 "--goma-deps-cache-file", |
| 197 "Win64_Release__GN_.gomadeps", |
196 "--compiler", | 198 "--compiler", |
197 "goma-clang", | 199 "goma-clang", |
198 "--goma-jsonstatus", | 200 "--goma-jsonstatus", |
199 "/path/to/tmp/json", | 201 "/path/to/tmp/json", |
200 "--goma-service-account-json-file", | 202 "--goma-service-account-json-file", |
201 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 203 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
202 "--goma-dir", | 204 "--goma-dir", |
203 "[CACHE]\\cipd\\goma", | 205 "[CACHE]\\cipd\\goma", |
204 "--", | 206 "--", |
205 "all" | 207 "all" |
206 ], | 208 ], |
207 "env": { | 209 "env": { |
208 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 210 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
209 }, | 211 }, |
210 "name": "compile", | 212 "name": "compile", |
211 "~followup_annotations": [ | 213 "~followup_annotations": [ |
212 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
213 "@@@STEP_LOG_END@json.output (invalid)@@@" | 215 "@@@STEP_LOG_END@json.output (invalid)@@@" |
214 ] | 216 ] |
215 }, | 217 }, |
216 { | 218 { |
217 "name": "$result", | 219 "name": "$result", |
218 "recipe_result": null, | 220 "recipe_result": null, |
219 "status_code": 0 | 221 "status_code": 0 |
220 } | 222 } |
221 ] | 223 ] |
OLD | NEW |