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_rel_ng", | 301 "v8_win64_rel_ng", |
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_rel_ng.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 "~followup_annotations": [ | 383 "~followup_annotations": [ |
382 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" | 384 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" |
383 ] | 385 ] |
384 }, | 386 }, |
385 { | 387 { |
386 "name": "$result", | 388 "name": "$result", |
387 "recipe_result": null, | 389 "recipe_result": null, |
388 "status_code": 0 | 390 "status_code": 0 |
389 } | 391 } |
390 ] | 392 ] |
OLD | NEW |