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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 "--src-dir", | 307 "--src-dir", |
308 "[BUILDER_CACHE]\\win_chrome\\src", | 308 "[BUILDER_CACHE]\\win_chrome\\src", |
309 "--goma-cache-dir", | 309 "--goma-cache-dir", |
310 "[GOMA_CACHE]", | 310 "[GOMA_CACHE]", |
311 "--buildbot-buildername", | 311 "--buildbot-buildername", |
312 "Google Chrome Win", | 312 "Google Chrome Win", |
313 "--buildbot-mastername", | 313 "--buildbot-mastername", |
314 "chromium.chrome", | 314 "chromium.chrome", |
315 "--buildbot-slavename", | 315 "--buildbot-slavename", |
316 "TestSlavename", | 316 "TestSlavename", |
317 "--goma-deps-cache-dir", | 317 "--goma-deps-cache-file", |
318 "[GOMA_DEPS_CACHE]", | 318 "Google_Chrome_Win.gomadeps", |
319 "--build-data-dir", | 319 "--build-data-dir", |
320 "[ROOT]\\build_data_dir", | 320 "[ROOT]\\build_data_dir", |
321 "--compiler", | 321 "--compiler", |
322 "goma", | 322 "goma", |
323 "--goma-jsonstatus", | 323 "--goma-jsonstatus", |
324 "/path/to/tmp/json", | 324 "/path/to/tmp/json", |
325 "--goma-service-account-json-file", | 325 "--goma-service-account-json-file", |
326 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 326 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
327 "--mode", | 327 "--mode", |
328 "official", | 328 "official", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 388 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
389 }, | 389 }, |
390 "name": "process_dumps" | 390 "name": "process_dumps" |
391 }, | 391 }, |
392 { | 392 { |
393 "name": "$result", | 393 "name": "$result", |
394 "recipe_result": null, | 394 "recipe_result": null, |
395 "status_code": 0 | 395 "status_code": 0 |
396 } | 396 } |
397 ] | 397 ] |
OLD | NEW |