| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "name": "compile", | 137 "name": "compile", |
| 138 "~followup_annotations": [ | 138 "~followup_annotations": [ |
| 139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 140 "@@@STEP_LOG_END@json.output (invalid)@@@" | 140 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 141 ] | 141 ] |
| 142 }, | 142 }, |
| 143 { | 143 { |
| 144 "cmd": [ | 144 "cmd": [ |
| 145 "python", | 145 "python", |
| 146 "-u", | 146 "-u", |
| 147 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 147 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
| 148 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", | 148 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 149 "batcharchive", | 149 "batcharchive", |
| 150 "--dump-json", | 150 "--dump-json", |
| 151 "/path/to/tmp/json", | 151 "/path/to/tmp/json", |
| 152 "--isolate-server", | 152 "--isolate-server", |
| 153 "https://isolateserver.appspot.com", | 153 "https://isolateserver.appspot.com", |
| 154 "--verbose", | 154 "--verbose", |
| 155 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json" | 155 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json" |
| 156 ], | 156 ], |
| 157 "cwd": "[SLAVE_BUILD]", | 157 "cwd": "[SLAVE_BUILD]", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "~followup_annotations": [ | 193 "~followup_annotations": [ |
| 194 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" | 194 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" |
| 195 ] | 195 ] |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 "name": "$result", | 198 "name": "$result", |
| 199 "recipe_result": null, | 199 "recipe_result": null, |
| 200 "status_code": 0 | 200 "status_code": 0 |
| 201 } | 201 } |
| 202 ] | 202 ] |
| OLD | NEW |