| 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", | |
| 404 "--goma-deps-cache-dir", | 398 "--goma-deps-cache-dir", |
| 405 "[GOMA_DEPS_CACHE]", | 399 "[GOMA_DEPS_CACHE]", |
| 406 "--compiler", | 400 "--compiler", |
| 407 "goma", | 401 "goma", |
| 408 "--goma-jsonstatus", | 402 "--goma-jsonstatus", |
| 409 "/path/to/tmp/json", | 403 "/path/to/tmp/json", |
| 410 "--goma-service-account-json-file", | 404 "--goma-service-account-json-file", |
| 411 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 405 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 412 "--goma-dir", | 406 "--goma-dir", |
| 413 "[CACHE]\\cipd\\goma", | 407 "[CACHE]\\cipd\\goma", |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 502 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 509 }, | 503 }, |
| 510 "name": "process_dumps" | 504 "name": "process_dumps" |
| 511 }, | 505 }, |
| 512 { | 506 { |
| 513 "name": "$result", | 507 "name": "$result", |
| 514 "recipe_result": null, | 508 "recipe_result": null, |
| 515 "status_code": 0 | 509 "status_code": 0 |
| 516 } | 510 } |
| 517 ] | 511 ] |
| OLD | NEW |