| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 { | 168 { |
| 169 "cmd": [ | 169 "cmd": [ |
| 170 "python", | 170 "python", |
| 171 "-u", | 171 "-u", |
| 172 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 172 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 173 "--version" | 173 "--version" |
| 174 ], | 174 ], |
| 175 "name": "swarming.py --version", | 175 "name": "swarming.py --version", |
| 176 "stdout": "/path/to/tmp/", | 176 "stdout": "/path/to/tmp/", |
| 177 "~followup_annotations": [ | 177 "~followup_annotations": [ |
| 178 "@@@STEP_TEXT@0.8.6@@@" | 178 "@@@STEP_TEXT@0.4.10@@@" |
| 179 ] | 179 ] |
| 180 }, | 180 }, |
| 181 { | 181 { |
| 182 "cmd": [ | 182 "cmd": [ |
| 183 "python", | 183 "python", |
| 184 "-u", | 184 "-u", |
| 185 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 185 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 186 "runhooks" | 186 "runhooks" |
| 187 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]\\src", | 188 "cwd": "[SLAVE_BUILD]\\src", |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 "@@@STEP_LOG_END@report@@@", | 667 "@@@STEP_LOG_END@report@@@", |
| 668 "@@@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}}}}@@@" | 668 "@@@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}}}}@@@" |
| 669 ] | 669 ] |
| 670 }, | 670 }, |
| 671 { | 671 { |
| 672 "name": "$result", | 672 "name": "$result", |
| 673 "recipe_result": null, | 673 "recipe_result": null, |
| 674 "status_code": 0 | 674 "status_code": 0 |
| 675 } | 675 } |
| 676 ] | 676 ] |
| OLD | NEW |