| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 { | 75 { |
| 76 "cmd": [ | 76 "cmd": [ |
| 77 "python", | 77 "python", |
| 78 "-u", | 78 "-u", |
| 79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 80 "--version" | 80 "--version" |
| 81 ], | 81 ], |
| 82 "name": "swarming.py --version", | 82 "name": "swarming.py --version", |
| 83 "stdout": "/path/to/tmp/", | 83 "stdout": "/path/to/tmp/", |
| 84 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 85 "@@@STEP_TEXT@0.8.6@@@" | 85 "@@@STEP_TEXT@0.4.10@@@" |
| 86 ] | 86 ] |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 "cmd": [], | 89 "cmd": [], |
| 90 "name": "ensure_goma" | 90 "name": "ensure_goma" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "cmd": [ | 93 "cmd": [ |
| 94 "python", | 94 "python", |
| 95 "-u", | 95 "-u", |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 "~followup_annotations": [ | 403 "~followup_annotations": [ |
| 404 "@@@STEP_TEXT@V8 Win32 - debug@@@" | 404 "@@@STEP_TEXT@V8 Win32 - debug@@@" |
| 405 ] | 405 ] |
| 406 }, | 406 }, |
| 407 { | 407 { |
| 408 "name": "$result", | 408 "name": "$result", |
| 409 "recipe_result": null, | 409 "recipe_result": null, |
| 410 "status_code": 0 | 410 "status_code": 0 |
| 411 } | 411 } |
| 412 ] | 412 ] |
| OLD | NEW |