| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "--gsutil-py-path", | 342 "--gsutil-py-path", |
| 343 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 343 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 344 "--ninja-path", | 344 "--ninja-path", |
| 345 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 345 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 346 "--target", | 346 "--target", |
| 347 "Release", | 347 "Release", |
| 348 "--src-dir", | 348 "--src-dir", |
| 349 "[BUILDER_CACHE]\\win\\src", | 349 "[BUILDER_CACHE]\\win\\src", |
| 350 "--goma-cache-dir", | 350 "--goma-cache-dir", |
| 351 "[GOMA_CACHE]", | 351 "[GOMA_CACHE]", |
| 352 "--buildbot-buildername", | |
| 353 "Win Builder", | |
| 354 "--buildbot-mastername", | |
| 355 "chromium.win", | |
| 356 "--buildbot-slavename", | |
| 357 "TestSlavename", | |
| 358 "--goma-deps-cache-dir", | 352 "--goma-deps-cache-dir", |
| 359 "[GOMA_DEPS_CACHE]", | 353 "[GOMA_DEPS_CACHE]", |
| 360 "--build-data-dir", | 354 "--build-data-dir", |
| 361 "[ROOT]\\build_data_dir", | 355 "[ROOT]\\build_data_dir", |
| 362 "--compiler", | 356 "--compiler", |
| 363 "goma", | 357 "goma", |
| 364 "--goma-jsonstatus", | 358 "--goma-jsonstatus", |
| 365 "/path/to/tmp/json", | 359 "/path/to/tmp/json", |
| 366 "--goma-service-account-json-file", | 360 "--goma-service-account-json-file", |
| 367 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 361 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 "~followup_annotations": [ | 485 "~followup_annotations": [ |
| 492 "@@@STEP_TEXT@Win7 (32) Tests<br />Win7 Tests (1)@@@" | 486 "@@@STEP_TEXT@Win7 (32) Tests<br />Win7 Tests (1)@@@" |
| 493 ] | 487 ] |
| 494 }, | 488 }, |
| 495 { | 489 { |
| 496 "name": "$result", | 490 "name": "$result", |
| 497 "recipe_result": null, | 491 "recipe_result": null, |
| 498 "status_code": 0 | 492 "status_code": 0 |
| 499 } | 493 } |
| 500 ] | 494 ] |
| OLD | NEW |