OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux64 - internal snapshot", | 10 "V8 Linux64 - internal snapshot", |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 "name": "compile", | 140 "name": "compile", |
141 "~followup_annotations": [ | 141 "~followup_annotations": [ |
142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
143 "@@@STEP_LOG_END@json.output (invalid)@@@" | 143 "@@@STEP_LOG_END@json.output (invalid)@@@" |
144 ] | 144 ] |
145 }, | 145 }, |
146 { | 146 { |
147 "cmd": [ | 147 "cmd": [ |
148 "python", | 148 "python", |
149 "-u", | 149 "-u", |
150 "RECIPE_MODULE[isolate]/resources/isolate.py", | 150 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
151 "[SLAVE_BUILD]/v8/tools/swarming_client", | 151 "[SLAVE_BUILD]/v8/tools/swarming_client", |
152 "batcharchive", | 152 "batcharchive", |
153 "--dump-json", | 153 "--dump-json", |
154 "/path/to/tmp/json", | 154 "/path/to/tmp/json", |
155 "--isolate-server", | 155 "--isolate-server", |
156 "https://isolateserver.appspot.com", | 156 "https://isolateserver.appspot.com", |
157 "--verbose", | 157 "--verbose", |
158 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json" | 158 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json" |
159 ], | 159 ], |
160 "cwd": "[SLAVE_BUILD]", | 160 "cwd": "[SLAVE_BUILD]", |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 "@@@STEP_LOG_LINE@json.output@}@@@", | 259 "@@@STEP_LOG_LINE@json.output@}@@@", |
260 "@@@STEP_LOG_END@json.output@@@", | 260 "@@@STEP_LOG_END@json.output@@@", |
261 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 261 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
262 ] | 262 ] |
263 }, | 263 }, |
264 { | 264 { |
265 "allow_subannotations": true, | 265 "allow_subannotations": true, |
266 "cmd": [ | 266 "cmd": [ |
267 "python", | 267 "python", |
268 "-u", | 268 "-u", |
269 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 269 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
270 "--swarming-client-dir", | 270 "--swarming-client-dir", |
271 "[SLAVE_BUILD]/v8/tools/swarming_client", | 271 "[SLAVE_BUILD]/v8/tools/swarming_client", |
272 "--temp-root-dir", | 272 "--temp-root-dir", |
273 "[TMP_BASE]", | 273 "[TMP_BASE]", |
274 "--merged-test-output", | 274 "--merged-test-output", |
275 "/path/to/tmp/json", | 275 "/path/to/tmp/json", |
276 "--", | 276 "--", |
277 "collect", | 277 "collect", |
278 "--swarming", | 278 "--swarming", |
279 "https://chromium-swarm.appspot.com", | 279 "https://chromium-swarm.appspot.com", |
(...skipping 21 matching lines...) Expand all Loading... |
301 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 301 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
302 "@@@STEP_LOG_END@durations@@@" | 302 "@@@STEP_LOG_END@durations@@@" |
303 ] | 303 ] |
304 }, | 304 }, |
305 { | 305 { |
306 "name": "$result", | 306 "name": "$result", |
307 "recipe_result": null, | 307 "recipe_result": null, |
308 "status_code": 0 | 308 "status_code": 0 |
309 } | 309 } |
310 ] | 310 ] |
OLD | NEW |