| 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 "--gsutil-py-path", | 405 "--gsutil-py-path", |
| 406 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 406 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 407 "--ninja-path", | 407 "--ninja-path", |
| 408 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 408 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 409 "--target", | 409 "--target", |
| 410 "Release", | 410 "Release", |
| 411 "--src-dir", | 411 "--src-dir", |
| 412 "[BUILDER_CACHE]\\win\\src", | 412 "[BUILDER_CACHE]\\win\\src", |
| 413 "--goma-cache-dir", | 413 "--goma-cache-dir", |
| 414 "[GOMA_CACHE]", | 414 "[GOMA_CACHE]", |
| 415 "--buildbot-buildername", |
| 416 "GPU Win Builder", |
| 417 "--buildbot-mastername", |
| 418 "chromium.gpu.fyi", |
| 419 "--buildbot-slavename", |
| 420 "TestSlavename", |
| 415 "--goma-deps-cache-dir", | 421 "--goma-deps-cache-dir", |
| 416 "[GOMA_DEPS_CACHE]", | 422 "[GOMA_DEPS_CACHE]", |
| 417 "--build-data-dir", | 423 "--build-data-dir", |
| 418 "[ROOT]\\build_data_dir", | 424 "[ROOT]\\build_data_dir", |
| 419 "--compiler", | 425 "--compiler", |
| 420 "goma", | 426 "goma", |
| 421 "--goma-jsonstatus", | 427 "--goma-jsonstatus", |
| 422 "/path/to/tmp/json", | 428 "/path/to/tmp/json", |
| 423 "--goma-service-account-json-file", | 429 "--goma-service-account-json-file", |
| 424 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 430 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 "~followup_annotations": [ | 665 "~followup_annotations": [ |
| 660 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID
IA)<br />Win7 Release (AMD R7 240)<br />Win7 Release (ATI)<br />Win7 Release (NV
IDIA GeForce 730)<br />Win7 Release (NVIDIA)<br />Win7 Release (New Intel)<br />
Win8 Release (NVIDIA)@@@" | 666 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID
IA)<br />Win7 Release (AMD R7 240)<br />Win7 Release (ATI)<br />Win7 Release (NV
IDIA GeForce 730)<br />Win7 Release (NVIDIA)<br />Win7 Release (New Intel)<br />
Win8 Release (NVIDIA)@@@" |
| 661 ] | 667 ] |
| 662 }, | 668 }, |
| 663 { | 669 { |
| 664 "name": "$result", | 670 "name": "$result", |
| 665 "recipe_result": null, | 671 "recipe_result": null, |
| 666 "status_code": 0 | 672 "status_code": 0 |
| 667 } | 673 } |
| 668 ] | 674 ] |
| OLD | NEW |