| 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 "--gsutil-py-path", | 343 "--gsutil-py-path", |
| 344 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 344 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 345 "--ninja-path", | 345 "--ninja-path", |
| 346 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 346 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 347 "--target", | 347 "--target", |
| 348 "Release", | 348 "Release", |
| 349 "--src-dir", | 349 "--src-dir", |
| 350 "[BUILDER_CACHE]\\win\\src", | 350 "[BUILDER_CACHE]\\win\\src", |
| 351 "--goma-cache-dir", | 351 "--goma-cache-dir", |
| 352 "[GOMA_CACHE]", | 352 "[GOMA_CACHE]", |
| 353 "--buildbot-buildername", | |
| 354 "Win Builder", | |
| 355 "--buildbot-mastername", | |
| 356 "client.skia", | |
| 357 "--buildbot-slavename", | |
| 358 "TestSlavename", | |
| 359 "--goma-deps-cache-dir", | 353 "--goma-deps-cache-dir", |
| 360 "[GOMA_DEPS_CACHE]", | 354 "[GOMA_DEPS_CACHE]", |
| 361 "--build-data-dir", | 355 "--build-data-dir", |
| 362 "[ROOT]\\build_data_dir", | 356 "[ROOT]\\build_data_dir", |
| 363 "--compiler", | 357 "--compiler", |
| 364 "goma", | 358 "goma", |
| 365 "--goma-jsonstatus", | 359 "--goma-jsonstatus", |
| 366 "/path/to/tmp/json", | 360 "/path/to/tmp/json", |
| 367 "--goma-service-account-json-file", | 361 "--goma-service-account-json-file", |
| 368 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 362 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 "~followup_annotations": [ | 469 "~followup_annotations": [ |
| 476 "@@@STEP_TEXT@Win7 Tests (1)@@@" | 470 "@@@STEP_TEXT@Win7 Tests (1)@@@" |
| 477 ] | 471 ] |
| 478 }, | 472 }, |
| 479 { | 473 { |
| 480 "name": "$result", | 474 "name": "$result", |
| 481 "recipe_result": null, | 475 "recipe_result": null, |
| 482 "status_code": 0 | 476 "status_code": 0 |
| 483 } | 477 } |
| 484 ] | 478 ] |
| OLD | NEW |