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 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 "--src-dir", | 288 "--src-dir", |
289 "[SLAVE_BUILD]\\v8", | 289 "[SLAVE_BUILD]\\v8", |
290 "--goma-cache-dir", | 290 "--goma-cache-dir", |
291 "[GOMA_CACHE]", | 291 "[GOMA_CACHE]", |
292 "--buildbot-buildername", | 292 "--buildbot-buildername", |
293 "V8 Win64 - clang", | 293 "V8 Win64 - clang", |
294 "--buildbot-mastername", | 294 "--buildbot-mastername", |
295 "client.v8", | 295 "client.v8", |
296 "--buildbot-slavename", | 296 "--buildbot-slavename", |
297 "TestSlavename", | 297 "TestSlavename", |
| 298 "--goma-deps-cache-file", |
| 299 "V8_Win64___clang.gomadeps", |
298 "--compiler", | 300 "--compiler", |
299 "goma-clang", | 301 "goma-clang", |
300 "--goma-jsonstatus", | 302 "--goma-jsonstatus", |
301 "/path/to/tmp/json", | 303 "/path/to/tmp/json", |
302 "--goma-service-account-json-file", | 304 "--goma-service-account-json-file", |
303 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 305 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
304 "--goma-dir", | 306 "--goma-dir", |
305 "[CACHE]\\cipd\\goma", | 307 "[CACHE]\\cipd\\goma", |
306 "--" | 308 "--" |
307 ], | 309 ], |
308 "env": { | 310 "env": { |
309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
310 }, | 312 }, |
311 "name": "compile", | 313 "name": "compile", |
312 "~followup_annotations": [ | 314 "~followup_annotations": [ |
313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 315 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
314 "@@@STEP_LOG_END@json.output (invalid)@@@" | 316 "@@@STEP_LOG_END@json.output (invalid)@@@" |
315 ] | 317 ] |
316 }, | 318 }, |
317 { | 319 { |
318 "name": "$result", | 320 "name": "$result", |
319 "recipe_result": null, | 321 "recipe_result": null, |
320 "status_code": 0 | 322 "status_code": 0 |
321 } | 323 } |
322 ] | 324 ] |
OLD | NEW |