| 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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 "--src-dir", | 602 "--src-dir", |
| 603 "[BUILDER_CACHE]\\win\\src", | 603 "[BUILDER_CACHE]\\win\\src", |
| 604 "--goma-cache-dir", | 604 "--goma-cache-dir", |
| 605 "[GOMA_CACHE]", | 605 "[GOMA_CACHE]", |
| 606 "--buildbot-buildername", | 606 "--buildbot-buildername", |
| 607 "win_chromium_variable", | 607 "win_chromium_variable", |
| 608 "--buildbot-mastername", | 608 "--buildbot-mastername", |
| 609 "tryserver.chromium.win", | 609 "tryserver.chromium.win", |
| 610 "--buildbot-slavename", | 610 "--buildbot-slavename", |
| 611 "build1-a1", | 611 "build1-a1", |
| 612 "--goma-deps-cache-dir", | 612 "--goma-deps-cache-file", |
| 613 "[GOMA_DEPS_CACHE]", | 613 "win_chromium_variable.gomadeps", |
| 614 "--compiler", | 614 "--compiler", |
| 615 "goma", | 615 "goma", |
| 616 "--goma-jsonstatus", | 616 "--goma-jsonstatus", |
| 617 "/path/to/tmp/json", | 617 "/path/to/tmp/json", |
| 618 "--goma-service-account-json-file", | 618 "--goma-service-account-json-file", |
| 619 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 619 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 620 "--goma-dir", | 620 "--goma-dir", |
| 621 "[CACHE]\\cipd\\goma", | 621 "[CACHE]\\cipd\\goma", |
| 622 "--ninja-ensure-up-to-date", | 622 "--ninja-ensure-up-to-date", |
| 623 "--", | 623 "--", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 "@@@STEP_LOG_END@report@@@", | 723 "@@@STEP_LOG_END@report@@@", |
| 724 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\":
\"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \
"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"],
\"status\": \"failed\", \"valid\": true}}}}@@@" | 724 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\":
\"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \
"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"],
\"status\": \"failed\", \"valid\": true}}}}@@@" |
| 725 ] | 725 ] |
| 726 }, | 726 }, |
| 727 { | 727 { |
| 728 "name": "$result", | 728 "name": "$result", |
| 729 "recipe_result": null, | 729 "recipe_result": null, |
| 730 "status_code": 0 | 730 "status_code": 0 |
| 731 } | 731 } |
| 732 ] | 732 ] |
| OLD | NEW |