| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 "--gsutil-py-path", | 312 "--gsutil-py-path", |
| 313 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 313 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 314 "--ninja-path", | 314 "--ninja-path", |
| 315 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 315 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 316 "--target", | 316 "--target", |
| 317 "Release", | 317 "Release", |
| 318 "--src-dir", | 318 "--src-dir", |
| 319 "[BUILDER_CACHE]\\Win_Builder\\src", | 319 "[BUILDER_CACHE]\\Win_Builder\\src", |
| 320 "--goma-cache-dir", | 320 "--goma-cache-dir", |
| 321 "[GOMA_CACHE]", | 321 "[GOMA_CACHE]", |
| 322 "--buildbot-buildername", | |
| 323 "Win Builder", | |
| 324 "--buildbot-mastername", | |
| 325 "chromium.webrtc.fyi", | |
| 326 "--buildbot-slavename", | |
| 327 "TestSlavename", | |
| 328 "--goma-deps-cache-dir", | 322 "--goma-deps-cache-dir", |
| 329 "[GOMA_DEPS_CACHE]", | 323 "[GOMA_DEPS_CACHE]", |
| 330 "--build-data-dir", | 324 "--build-data-dir", |
| 331 "[ROOT]\\build_data_dir", | 325 "[ROOT]\\build_data_dir", |
| 332 "--compiler", | 326 "--compiler", |
| 333 "goma", | 327 "goma", |
| 334 "--goma-jsonstatus", | 328 "--goma-jsonstatus", |
| 335 "/path/to/tmp/json", | 329 "/path/to/tmp/json", |
| 336 "--goma-service-account-json-file", | 330 "--goma-service-account-json-file", |
| 337 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 331 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 "~followup_annotations": [ | 429 "~followup_annotations": [ |
| 436 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" | 430 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" |
| 437 ] | 431 ] |
| 438 }, | 432 }, |
| 439 { | 433 { |
| 440 "name": "$result", | 434 "name": "$result", |
| 441 "recipe_result": null, | 435 "recipe_result": null, |
| 442 "status_code": 0 | 436 "status_code": 0 |
| 443 } | 437 } |
| 444 ] | 438 ] |
| OLD | NEW |