| 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", | |
| 322 "--goma-deps-cache-dir", | 316 "--goma-deps-cache-dir", |
| 323 "[GOMA_DEPS_CACHE]", | 317 "[GOMA_DEPS_CACHE]", |
| 324 "--build-data-dir", | 318 "--build-data-dir", |
| 325 "[ROOT]\\build_data_dir", | 319 "[ROOT]\\build_data_dir", |
| 326 "--compiler", | 320 "--compiler", |
| 327 "goma", | 321 "goma", |
| 328 "--goma-jsonstatus", | 322 "--goma-jsonstatus", |
| 329 "/path/to/tmp/json", | 323 "/path/to/tmp/json", |
| 330 "--goma-service-account-json-file", | 324 "--goma-service-account-json-file", |
| 331 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 325 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 "~followup_annotations": [ | 446 "~followup_annotations": [ |
| 453 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" | 447 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" |
| 454 ] | 448 ] |
| 455 }, | 449 }, |
| 456 { | 450 { |
| 457 "name": "$result", | 451 "name": "$result", |
| 458 "recipe_result": null, | 452 "recipe_result": null, |
| 459 "status_code": 0 | 453 "status_code": 0 |
| 460 } | 454 } |
| 461 ] | 455 ] |
| OLD | NEW |