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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 "--src-dir", | 275 "--src-dir", |
276 "[SLAVE_BUILD]\\v8", | 276 "[SLAVE_BUILD]\\v8", |
277 "--goma-cache-dir", | 277 "--goma-cache-dir", |
278 "[GOMA_CACHE]", | 278 "[GOMA_CACHE]", |
279 "--buildbot-buildername", | 279 "--buildbot-buildername", |
280 "v8_win_compile_dbg", | 280 "v8_win_compile_dbg", |
281 "--buildbot-mastername", | 281 "--buildbot-mastername", |
282 "tryserver.v8", | 282 "tryserver.v8", |
283 "--buildbot-slavename", | 283 "--buildbot-slavename", |
284 "TestSlavename", | 284 "TestSlavename", |
| 285 "--goma-deps-cache-file", |
| 286 "v8_win_compile_dbg.gomadeps", |
285 "--compiler", | 287 "--compiler", |
286 "goma", | 288 "goma", |
287 "--goma-jsonstatus", | 289 "--goma-jsonstatus", |
288 "/path/to/tmp/json", | 290 "/path/to/tmp/json", |
289 "--goma-service-account-json-file", | 291 "--goma-service-account-json-file", |
290 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 292 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
291 "--goma-dir", | 293 "--goma-dir", |
292 "[CACHE]\\cipd\\goma", | 294 "[CACHE]\\cipd\\goma", |
293 "--goma-fail-fast", | 295 "--goma-fail-fast", |
294 "--goma-disable-local-fallback", | 296 "--goma-disable-local-fallback", |
295 "--" | 297 "--" |
296 ], | 298 ], |
297 "env": { | 299 "env": { |
298 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
299 }, | 301 }, |
300 "name": "compile", | 302 "name": "compile", |
301 "~followup_annotations": [ | 303 "~followup_annotations": [ |
302 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 304 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
303 "@@@STEP_LOG_END@json.output (invalid)@@@" | 305 "@@@STEP_LOG_END@json.output (invalid)@@@" |
304 ] | 306 ] |
305 }, | 307 }, |
306 { | 308 { |
307 "name": "$result", | 309 "name": "$result", |
308 "recipe_result": null, | 310 "recipe_result": null, |
309 "status_code": 0 | 311 "status_code": 0 |
310 } | 312 } |
311 ] | 313 ] |
OLD | NEW |