| 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", | |
| 288 "--goma-deps-cache-dir", | 282 "--goma-deps-cache-dir", |
| 289 "[GOMA_DEPS_CACHE]", | 283 "[GOMA_DEPS_CACHE]", |
| 290 "--build-data-dir", | 284 "--build-data-dir", |
| 291 "[ROOT]\\build_data_dir", | 285 "[ROOT]\\build_data_dir", |
| 292 "--compiler", | 286 "--compiler", |
| 293 "goma-clang", | 287 "goma-clang", |
| 294 "--goma-jsonstatus", | 288 "--goma-jsonstatus", |
| 295 "/path/to/tmp/json", | 289 "/path/to/tmp/json", |
| 296 "--goma-service-account-json-file", | 290 "--goma-service-account-json-file", |
| 297 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 291 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 417 }, | 411 }, |
| 418 "name": "process_dumps" | 412 "name": "process_dumps" |
| 419 }, | 413 }, |
| 420 { | 414 { |
| 421 "name": "$result", | 415 "name": "$result", |
| 422 "recipe_result": null, | 416 "recipe_result": null, |
| 423 "status_code": 0 | 417 "status_code": 0 |
| 424 } | 418 } |
| 425 ] | 419 ] |
| OLD | NEW |