| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 { | 180 { |
| 181 "cmd": [ | 181 "cmd": [ |
| 182 "python", | 182 "python", |
| 183 "-u", | 183 "-u", |
| 184 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 184 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 185 "--version" | 185 "--version" |
| 186 ], | 186 ], |
| 187 "name": "swarming.py --version", | 187 "name": "swarming.py --version", |
| 188 "stdout": "/path/to/tmp/", | 188 "stdout": "/path/to/tmp/", |
| 189 "~followup_annotations": [ | 189 "~followup_annotations": [ |
| 190 "@@@STEP_TEXT@0.8.6@@@" | 190 "@@@STEP_TEXT@0.4.10@@@" |
| 191 ] | 191 ] |
| 192 }, | 192 }, |
| 193 { | 193 { |
| 194 "cmd": [ | 194 "cmd": [ |
| 195 "python", | 195 "python", |
| 196 "-u", | 196 "-u", |
| 197 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 197 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 198 "runhooks" | 198 "runhooks" |
| 199 ], | 199 ], |
| 200 "cwd": "[SLAVE_BUILD]\\src", | 200 "cwd": "[SLAVE_BUILD]\\src", |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 "~followup_annotations": [ | 435 "~followup_annotations": [ |
| 436 "@@@STEP_TEXT@Win7 Tests (1)@@@" | 436 "@@@STEP_TEXT@Win7 Tests (1)@@@" |
| 437 ] | 437 ] |
| 438 }, | 438 }, |
| 439 { | 439 { |
| 440 "name": "$result", | 440 "name": "$result", |
| 441 "recipe_result": null, | 441 "recipe_result": null, |
| 442 "status_code": 0 | 442 "status_code": 0 |
| 443 } | 443 } |
| 444 ] | 444 ] |
| OLD | NEW |