| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 "--ninja-path", | 308 "--ninja-path", |
| 309 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 309 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 310 "--target", | 310 "--target", |
| 311 "Release", | 311 "Release", |
| 312 "--src-dir", | 312 "--src-dir", |
| 313 "[BUILDER_CACHE]\\Win_Builder\\src", | 313 "[BUILDER_CACHE]\\Win_Builder\\src", |
| 314 "--goma-cache-dir", | 314 "--goma-cache-dir", |
| 315 "[GOMA_CACHE]", | 315 "[GOMA_CACHE]", |
| 316 "--goma-deps-cache-dir", | 316 "--goma-deps-cache-dir", |
| 317 "[GOMA_DEPS_CACHE]", | 317 "[GOMA_DEPS_CACHE]", |
| 318 "--build-tool", | |
| 319 "ninja", | |
| 320 "--build-data-dir", | 318 "--build-data-dir", |
| 321 "[ROOT]\\build_data_dir", | 319 "[ROOT]\\build_data_dir", |
| 322 "--compiler", | 320 "--compiler", |
| 323 "goma", | 321 "goma", |
| 324 "--goma-jsonstatus", | 322 "--goma-jsonstatus", |
| 325 "/path/to/tmp/json", | 323 "/path/to/tmp/json", |
| 326 "--goma-service-account-json-file", | 324 "--goma-service-account-json-file", |
| 327 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 325 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 328 "--goma-dir", | 326 "--goma-dir", |
| 329 "[CACHE]\\cipd\\goma", | 327 "[CACHE]\\cipd\\goma", |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 "~followup_annotations": [ | 423 "~followup_annotations": [ |
| 426 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" | 424 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" |
| 427 ] | 425 ] |
| 428 }, | 426 }, |
| 429 { | 427 { |
| 430 "name": "$result", | 428 "name": "$result", |
| 431 "recipe_result": null, | 429 "recipe_result": null, |
| 432 "status_code": 0 | 430 "status_code": 0 |
| 433 } | 431 } |
| 434 ] | 432 ] |
| OLD | NEW |