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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 "--src-dir", | 296 "--src-dir", |
297 "[SLAVE_BUILD]\\v8", | 297 "[SLAVE_BUILD]\\v8", |
298 "--goma-cache-dir", | 298 "--goma-cache-dir", |
299 "[GOMA_CACHE]", | 299 "[GOMA_CACHE]", |
300 "--buildbot-buildername", | 300 "--buildbot-buildername", |
301 "v8_win64_dbg", | 301 "v8_win64_dbg", |
302 "--buildbot-mastername", | 302 "--buildbot-mastername", |
303 "tryserver.v8", | 303 "tryserver.v8", |
304 "--buildbot-slavename", | 304 "--buildbot-slavename", |
305 "TestSlavename", | 305 "TestSlavename", |
| 306 "--goma-deps-cache-file", |
| 307 "v8_win64_dbg.gomadeps", |
306 "--compiler", | 308 "--compiler", |
307 "goma", | 309 "goma", |
308 "--goma-jsonstatus", | 310 "--goma-jsonstatus", |
309 "/path/to/tmp/json", | 311 "/path/to/tmp/json", |
310 "--goma-service-account-json-file", | 312 "--goma-service-account-json-file", |
311 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 313 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
312 "--goma-dir", | 314 "--goma-dir", |
313 "[CACHE]\\cipd\\goma", | 315 "[CACHE]\\cipd\\goma", |
314 "--goma-fail-fast", | 316 "--goma-fail-fast", |
315 "--goma-disable-local-fallback", | 317 "--goma-disable-local-fallback", |
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1062 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1064 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1063 "@@@STEP_LOG_END@durations@@@" | 1065 "@@@STEP_LOG_END@durations@@@" |
1064 ] | 1066 ] |
1065 }, | 1067 }, |
1066 { | 1068 { |
1067 "name": "$result", | 1069 "name": "$result", |
1068 "recipe_result": null, | 1070 "recipe_result": null, |
1069 "status_code": 0 | 1071 "status_code": 0 |
1070 } | 1072 } |
1071 ] | 1073 ] |
OLD | NEW |