| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 "--gsutil-py-path", | 272 "--gsutil-py-path", |
| 273 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 273 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 274 "--ninja-path", | 274 "--ninja-path", |
| 275 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 275 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 276 "--target", | 276 "--target", |
| 277 "Release", | 277 "Release", |
| 278 "--src-dir", | 278 "--src-dir", |
| 279 "[BUILDER_CACHE]\\Win_Clang_Builder\\src", | 279 "[BUILDER_CACHE]\\Win_Clang_Builder\\src", |
| 280 "--goma-cache-dir", | 280 "--goma-cache-dir", |
| 281 "[GOMA_CACHE]", | 281 "[GOMA_CACHE]", |
| 282 "--buildbot-buildername", |
| 283 "Win Clang Builder", |
| 284 "--buildbot-mastername", |
| 285 "chromium.perf.fyi", |
| 286 "--buildbot-slavename", |
| 287 "TestSlavename", |
| 282 "--goma-deps-cache-dir", | 288 "--goma-deps-cache-dir", |
| 283 "[GOMA_DEPS_CACHE]", | 289 "[GOMA_DEPS_CACHE]", |
| 284 "--build-data-dir", | 290 "--build-data-dir", |
| 285 "[ROOT]\\build_data_dir", | 291 "[ROOT]\\build_data_dir", |
| 286 "--compiler", | 292 "--compiler", |
| 287 "goma-clang", | 293 "goma-clang", |
| 288 "--goma-jsonstatus", | 294 "--goma-jsonstatus", |
| 289 "/path/to/tmp/json", | 295 "/path/to/tmp/json", |
| 290 "--goma-service-account-json-file", | 296 "--goma-service-account-json-file", |
| 291 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 297 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 411 }, | 417 }, |
| 412 "name": "process_dumps" | 418 "name": "process_dumps" |
| 413 }, | 419 }, |
| 414 { | 420 { |
| 415 "name": "$result", | 421 "name": "$result", |
| 416 "recipe_result": null, | 422 "recipe_result": null, |
| 417 "status_code": 0 | 423 "status_code": 0 |
| 418 } | 424 } |
| 419 ] | 425 ] |
| OLD | NEW |