| 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 "--ninja-path", | 357 "--ninja-path", |
| 358 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 358 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 359 "--target", | 359 "--target", |
| 360 "Debug", | 360 "Debug", |
| 361 "--src-dir", | 361 "--src-dir", |
| 362 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src", | 362 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src", |
| 363 "--goma-cache-dir", | 363 "--goma-cache-dir", |
| 364 "[GOMA_CACHE]", | 364 "[GOMA_CACHE]", |
| 365 "--goma-deps-cache-dir", | 365 "--goma-deps-cache-dir", |
| 366 "[GOMA_DEPS_CACHE]", | 366 "[GOMA_DEPS_CACHE]", |
| 367 "--build-tool", | |
| 368 "ninja", | |
| 369 "--build-data-dir", | 367 "--build-data-dir", |
| 370 "[ROOT]\\build_data_dir", | 368 "[ROOT]\\build_data_dir", |
| 371 "--compiler", | 369 "--compiler", |
| 372 "goma-clang", | 370 "goma-clang", |
| 373 "--goma-jsonstatus", | 371 "--goma-jsonstatus", |
| 374 "/path/to/tmp/json", | 372 "/path/to/tmp/json", |
| 375 "--goma-service-account-json-file", | 373 "--goma-service-account-json-file", |
| 376 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 374 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 377 "--goma-dir", | 375 "--goma-dir", |
| 378 "[CACHE]\\cipd\\goma", | 376 "[CACHE]\\cipd\\goma", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "~followup_annotations": [ | 476 "~followup_annotations": [ |
| 479 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" | 477 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" |
| 480 ] | 478 ] |
| 481 }, | 479 }, |
| 482 { | 480 { |
| 483 "name": "$result", | 481 "name": "$result", |
| 484 "recipe_result": null, | 482 "recipe_result": null, |
| 485 "status_code": 0 | 483 "status_code": 0 |
| 486 } | 484 } |
| 487 ] | 485 ] |
| OLD | NEW |