| 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 "--gsutil-py-path", | 388 "--gsutil-py-path", |
| 389 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 389 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 390 "--ninja-path", | 390 "--ninja-path", |
| 391 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 391 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 392 "--target", | 392 "--target", |
| 393 "Release", | 393 "Release", |
| 394 "--src-dir", | 394 "--src-dir", |
| 395 "[BUILDER_CACHE]\\win_layout\\src", | 395 "[BUILDER_CACHE]\\win_layout\\src", |
| 396 "--goma-cache-dir", | 396 "--goma-cache-dir", |
| 397 "[GOMA_CACHE]", | 397 "[GOMA_CACHE]", |
| 398 "--buildbot-buildername", |
| 399 "win7_blink_rel", |
| 400 "--buildbot-mastername", |
| 401 "tryserver.blink", |
| 402 "--buildbot-slavename", |
| 403 "TestSlavename", |
| 398 "--goma-deps-cache-dir", | 404 "--goma-deps-cache-dir", |
| 399 "[GOMA_DEPS_CACHE]", | 405 "[GOMA_DEPS_CACHE]", |
| 400 "--compiler", | 406 "--compiler", |
| 401 "goma", | 407 "goma", |
| 402 "--goma-jsonstatus", | 408 "--goma-jsonstatus", |
| 403 "/path/to/tmp/json", | 409 "/path/to/tmp/json", |
| 404 "--goma-service-account-json-file", | 410 "--goma-service-account-json-file", |
| 405 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 411 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 406 "--goma-dir", | 412 "--goma-dir", |
| 407 "[CACHE]\\cipd\\goma", | 413 "[CACHE]\\cipd\\goma", |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 508 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 503 }, | 509 }, |
| 504 "name": "process_dumps" | 510 "name": "process_dumps" |
| 505 }, | 511 }, |
| 506 { | 512 { |
| 507 "name": "$result", | 513 "name": "$result", |
| 508 "recipe_result": null, | 514 "recipe_result": null, |
| 509 "status_code": 0 | 515 "status_code": 0 |
| 510 } | 516 } |
| 511 ] | 517 ] |
| OLD | NEW |