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_win_rel_ng", | 301 "v8_win_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_win_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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 "~followup_annotations": [ | 380 "~followup_annotations": [ |
379 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" | 381 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" |
380 ] | 382 ] |
381 }, | 383 }, |
382 { | 384 { |
383 "name": "$result", | 385 "name": "$result", |
384 "recipe_result": null, | 386 "recipe_result": null, |
385 "status_code": 0 | 387 "status_code": 0 |
386 } | 388 } |
387 ] | 389 ] |
OLD | NEW |