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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 "--src-dir", | 403 "--src-dir", |
404 "[BUILDER_CACHE]\\win\\src", | 404 "[BUILDER_CACHE]\\win\\src", |
405 "--goma-cache-dir", | 405 "--goma-cache-dir", |
406 "[GOMA_CACHE]", | 406 "[GOMA_CACHE]", |
407 "--buildbot-buildername", | 407 "--buildbot-buildername", |
408 "GPU Win Builder", | 408 "GPU Win Builder", |
409 "--buildbot-mastername", | 409 "--buildbot-mastername", |
410 "chromium.gpu.fyi", | 410 "chromium.gpu.fyi", |
411 "--buildbot-slavename", | 411 "--buildbot-slavename", |
412 "TestSlavename", | 412 "TestSlavename", |
413 "--goma-deps-cache-dir", | 413 "--goma-deps-cache-file", |
414 "[GOMA_DEPS_CACHE]", | 414 "GPU_Win_Builder.gomadeps", |
415 "--build-data-dir", | 415 "--build-data-dir", |
416 "[ROOT]\\build_data_dir", | 416 "[ROOT]\\build_data_dir", |
417 "--compiler", | 417 "--compiler", |
418 "goma", | 418 "goma", |
419 "--goma-jsonstatus", | 419 "--goma-jsonstatus", |
420 "/path/to/tmp/json", | 420 "/path/to/tmp/json", |
421 "--goma-service-account-json-file", | 421 "--goma-service-account-json-file", |
422 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 422 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
423 "--goma-dir", | 423 "--goma-dir", |
424 "[CACHE]\\cipd\\goma", | 424 "[CACHE]\\cipd\\goma", |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 "~followup_annotations": [ | 657 "~followup_annotations": [ |
658 "@@@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)@@@" | 658 "@@@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)@@@" |
659 ] | 659 ] |
660 }, | 660 }, |
661 { | 661 { |
662 "name": "$result", | 662 "name": "$result", |
663 "recipe_result": null, | 663 "recipe_result": null, |
664 "status_code": 0 | 664 "status_code": 0 |
665 } | 665 } |
666 ] | 666 ] |
OLD | NEW |