| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 "--gsutil-py-path", | 306 "--gsutil-py-path", |
| 307 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 307 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 308 "--ninja-path", | 308 "--ninja-path", |
| 309 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 309 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 310 "--target", | 310 "--target", |
| 311 "Release", | 311 "Release", |
| 312 "--src-dir", | 312 "--src-dir", |
| 313 "[BUILDER_CACHE]\\Win_Builder\\src", | 313 "[BUILDER_CACHE]\\Win_Builder\\src", |
| 314 "--goma-cache-dir", | 314 "--goma-cache-dir", |
| 315 "[GOMA_CACHE]", | 315 "[GOMA_CACHE]", |
| 316 "--buildbot-buildername", |
| 317 "Win Builder", |
| 318 "--buildbot-mastername", |
| 319 "chromium.webrtc", |
| 320 "--buildbot-slavename", |
| 321 "TestSlavename", |
| 316 "--goma-deps-cache-dir", | 322 "--goma-deps-cache-dir", |
| 317 "[GOMA_DEPS_CACHE]", | 323 "[GOMA_DEPS_CACHE]", |
| 318 "--build-data-dir", | 324 "--build-data-dir", |
| 319 "[ROOT]\\build_data_dir", | 325 "[ROOT]\\build_data_dir", |
| 320 "--compiler", | 326 "--compiler", |
| 321 "goma", | 327 "goma", |
| 322 "--goma-jsonstatus", | 328 "--goma-jsonstatus", |
| 323 "/path/to/tmp/json", | 329 "/path/to/tmp/json", |
| 324 "--goma-service-account-json-file", | 330 "--goma-service-account-json-file", |
| 325 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 331 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 "~followup_annotations": [ | 452 "~followup_annotations": [ |
| 447 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" | 453 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" |
| 448 ] | 454 ] |
| 449 }, | 455 }, |
| 450 { | 456 { |
| 451 "name": "$result", | 457 "name": "$result", |
| 452 "recipe_result": null, | 458 "recipe_result": null, |
| 453 "status_code": 0 | 459 "status_code": 0 |
| 454 } | 460 } |
| 455 ] | 461 ] |
| OLD | NEW |