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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 "name": "compile", | 139 "name": "compile", |
140 "~followup_annotations": [ | 140 "~followup_annotations": [ |
141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
142 "@@@STEP_LOG_END@json.output (invalid)@@@" | 142 "@@@STEP_LOG_END@json.output (invalid)@@@" |
143 ] | 143 ] |
144 }, | 144 }, |
145 { | 145 { |
146 "cmd": [ | 146 "cmd": [ |
147 "python", | 147 "python", |
148 "-u", | 148 "-u", |
149 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 149 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
150 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", | 150 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
151 "batcharchive", | 151 "batcharchive", |
152 "--dump-json", | 152 "--dump-json", |
153 "/path/to/tmp/json", | 153 "/path/to/tmp/json", |
154 "--isolate-server", | 154 "--isolate-server", |
155 "https://isolateserver.appspot.com", | 155 "https://isolateserver.appspot.com", |
156 "--verbose", | 156 "--verbose", |
157 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\bot_default.isolated.gen.json", | 157 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\bot_default.isolated.gen.json", |
158 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\simdjs.isolated.gen.json" | 158 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\simdjs.isolated.gen.json" |
159 ], | 159 ], |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 "~followup_annotations": [ | 198 "~followup_annotations": [ |
199 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" | 199 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" |
200 ] | 200 ] |
201 }, | 201 }, |
202 { | 202 { |
203 "name": "$result", | 203 "name": "$result", |
204 "recipe_result": null, | 204 "recipe_result": null, |
205 "status_code": 0 | 205 "status_code": 0 |
206 } | 206 } |
207 ] | 207 ] |
OLD | NEW |