| 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 "--gsutil-py-path", | 309 "--gsutil-py-path", |
| 310 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 310 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 311 "--ninja-path", | 311 "--ninja-path", |
| 312 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 312 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 313 "--target", | 313 "--target", |
| 314 "Release", | 314 "Release", |
| 315 "--src-dir", | 315 "--src-dir", |
| 316 "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src", | 316 "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src", |
| 317 "--goma-cache-dir", | 317 "--goma-cache-dir", |
| 318 "[GOMA_CACHE]", | 318 "[GOMA_CACHE]", |
| 319 "--buildbot-buildername", |
| 320 "CrWin7Goma(clbr)", |
| 321 "--buildbot-mastername", |
| 322 "chromium.fyi", |
| 323 "--buildbot-slavename", |
| 324 "TestSlavename", |
| 319 "--goma-deps-cache-dir", | 325 "--goma-deps-cache-dir", |
| 320 "[GOMA_DEPS_CACHE]", | 326 "[GOMA_DEPS_CACHE]", |
| 321 "--build-data-dir", | 327 "--build-data-dir", |
| 322 "[ROOT]\\build_data_dir", | 328 "[ROOT]\\build_data_dir", |
| 323 "--compiler", | 329 "--compiler", |
| 324 "goma", | 330 "goma", |
| 325 "--goma-jsonstatus", | 331 "--goma-jsonstatus", |
| 326 "/path/to/tmp/json", | 332 "/path/to/tmp/json", |
| 327 "--goma-service-account-json-file", | 333 "--goma-service-account-json-file", |
| 328 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 334 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 419 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 414 }, | 420 }, |
| 415 "name": "process_dumps" | 421 "name": "process_dumps" |
| 416 }, | 422 }, |
| 417 { | 423 { |
| 418 "name": "$result", | 424 "name": "$result", |
| 419 "recipe_result": null, | 425 "recipe_result": null, |
| 420 "status_code": 0 | 426 "status_code": 0 |
| 421 } | 427 } |
| 422 ] | 428 ] |
| OLD | NEW |