| 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 "--ninja-path", | 368 "--ninja-path", |
| 369 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 369 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 370 "--target", | 370 "--target", |
| 371 "Release", | 371 "Release", |
| 372 "--src-dir", | 372 "--src-dir", |
| 373 "[BUILDER_CACHE]\\CrWinClang\\src", | 373 "[BUILDER_CACHE]\\CrWinClang\\src", |
| 374 "--goma-cache-dir", | 374 "--goma-cache-dir", |
| 375 "[GOMA_CACHE]", | 375 "[GOMA_CACHE]", |
| 376 "--goma-deps-cache-dir", | 376 "--goma-deps-cache-dir", |
| 377 "[GOMA_DEPS_CACHE]", | 377 "[GOMA_DEPS_CACHE]", |
| 378 "--build-tool", | |
| 379 "ninja", | |
| 380 "--build-data-dir", | 378 "--build-data-dir", |
| 381 "[ROOT]\\build_data_dir", | 379 "[ROOT]\\build_data_dir", |
| 382 "--compiler", | 380 "--compiler", |
| 383 "goma-clang", | 381 "goma-clang", |
| 384 "--goma-jsonstatus", | 382 "--goma-jsonstatus", |
| 385 "/path/to/tmp/json", | 383 "/path/to/tmp/json", |
| 386 "--goma-service-account-json-file", | 384 "--goma-service-account-json-file", |
| 387 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 385 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 388 "--mode", | 386 "--mode", |
| 389 "official", | 387 "official", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 "~followup_annotations": [ | 489 "~followup_annotations": [ |
| 492 "@@@STEP_TEXT@CrWinClang tester@@@" | 490 "@@@STEP_TEXT@CrWinClang tester@@@" |
| 493 ] | 491 ] |
| 494 }, | 492 }, |
| 495 { | 493 { |
| 496 "name": "$result", | 494 "name": "$result", |
| 497 "recipe_result": null, | 495 "recipe_result": null, |
| 498 "status_code": 0 | 496 "status_code": 0 |
| 499 } | 497 } |
| 500 ] | 498 ] |
| OLD | NEW |