| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "--ninja-path", | 339 "--ninja-path", |
| 340 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 340 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 341 "--target", | 341 "--target", |
| 342 "Release", | 342 "Release", |
| 343 "--src-dir", | 343 "--src-dir", |
| 344 "[BUILDER_CACHE]\\Win_Builder_Trybot\\src", | 344 "[BUILDER_CACHE]\\Win_Builder_Trybot\\src", |
| 345 "--goma-cache-dir", | 345 "--goma-cache-dir", |
| 346 "[GOMA_CACHE]", | 346 "[GOMA_CACHE]", |
| 347 "--goma-deps-cache-dir", | 347 "--goma-deps-cache-dir", |
| 348 "[GOMA_DEPS_CACHE]", | 348 "[GOMA_DEPS_CACHE]", |
| 349 "--build-tool", | |
| 350 "ninja", | |
| 351 "--build-data-dir", | 349 "--build-data-dir", |
| 352 "[ROOT]\\build_data_dir", | 350 "[ROOT]\\build_data_dir", |
| 353 "--compiler", | 351 "--compiler", |
| 354 "goma", | 352 "goma", |
| 355 "--goma-jsonstatus", | 353 "--goma-jsonstatus", |
| 356 "/path/to/tmp/json", | 354 "/path/to/tmp/json", |
| 357 "--goma-service-account-json-file", | 355 "--goma-service-account-json-file", |
| 358 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 356 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 359 "--goma-dir", | 357 "--goma-dir", |
| 360 "[CACHE]\\cipd\\goma", | 358 "[CACHE]\\cipd\\goma", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 "~followup_annotations": [ | 464 "~followup_annotations": [ |
| 467 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" | 465 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" |
| 468 ] | 466 ] |
| 469 }, | 467 }, |
| 470 { | 468 { |
| 471 "name": "$result", | 469 "name": "$result", |
| 472 "recipe_result": null, | 470 "recipe_result": null, |
| 473 "status_code": 0 | 471 "status_code": 0 |
| 474 } | 472 } |
| 475 ] | 473 ] |
| OLD | NEW |