| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 "--ninja-path", | 291 "--ninja-path", |
| 292 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 292 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 293 "--target", | 293 "--target", |
| 294 "Release", | 294 "Release", |
| 295 "--src-dir", | 295 "--src-dir", |
| 296 "[BUILDER_CACHE]\\Win_ASan_Release\\src", | 296 "[BUILDER_CACHE]\\Win_ASan_Release\\src", |
| 297 "--goma-cache-dir", | 297 "--goma-cache-dir", |
| 298 "[GOMA_CACHE]", | 298 "[GOMA_CACHE]", |
| 299 "--goma-deps-cache-dir", | 299 "--goma-deps-cache-dir", |
| 300 "[GOMA_DEPS_CACHE]", | 300 "[GOMA_DEPS_CACHE]", |
| 301 "--build-tool", | |
| 302 "ninja", | |
| 303 "--build-data-dir", | 301 "--build-data-dir", |
| 304 "[ROOT]\\build_data_dir", | 302 "[ROOT]\\build_data_dir", |
| 305 "--compiler", | 303 "--compiler", |
| 306 "goma-clang", | 304 "goma-clang", |
| 307 "--goma-jsonstatus", | 305 "--goma-jsonstatus", |
| 308 "/path/to/tmp/json", | 306 "/path/to/tmp/json", |
| 309 "--goma-service-account-json-file", | 307 "--goma-service-account-json-file", |
| 310 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 308 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 311 "--goma-dir", | 309 "--goma-dir", |
| 312 "[CACHE]\\cipd\\goma", | 310 "[CACHE]\\cipd\\goma", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 393 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 396 "@@@STEP_LOG_END@python.inline@@@" | 394 "@@@STEP_LOG_END@python.inline@@@" |
| 397 ] | 395 ] |
| 398 }, | 396 }, |
| 399 { | 397 { |
| 400 "name": "$result", | 398 "name": "$result", |
| 401 "recipe_result": null, | 399 "recipe_result": null, |
| 402 "status_code": 0 | 400 "status_code": 0 |
| 403 } | 401 } |
| 404 ] | 402 ] |
| OLD | NEW |