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 Mac64 ASAN", | 10 "V8 Mac64 ASAN", |
(...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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", | 278 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", |
279 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@", | 279 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@", |
280 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@
@@" | 280 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@
@@" |
281 ] | 281 ] |
282 }, | 282 }, |
283 { | 283 { |
284 "allow_subannotations": true, | 284 "allow_subannotations": true, |
285 "cmd": [ | 285 "cmd": [ |
286 "python", | 286 "python", |
287 "-u", | 287 "-u", |
288 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 288 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
289 "--swarming-client-dir", | 289 "--swarming-client-dir", |
290 "[SLAVE_BUILD]/v8/tools/swarming_client", | 290 "[SLAVE_BUILD]/v8/tools/swarming_client", |
291 "--temp-root-dir", | 291 "--temp-root-dir", |
292 "[TMP_BASE]", | 292 "[TMP_BASE]", |
293 "--merged-test-output", | 293 "--merged-test-output", |
294 "/path/to/tmp/json", | 294 "/path/to/tmp/json", |
295 "--", | 295 "--", |
296 "collect", | 296 "collect", |
297 "--swarming", | 297 "--swarming", |
298 "https://chromium-swarm.appspot.com", | 298 "https://chromium-swarm.appspot.com", |
(...skipping 21 matching lines...) Expand all Loading... |
320 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 320 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
321 "@@@STEP_LOG_END@durations@@@" | 321 "@@@STEP_LOG_END@durations@@@" |
322 ] | 322 ] |
323 }, | 323 }, |
324 { | 324 { |
325 "name": "$result", | 325 "name": "$result", |
326 "recipe_result": null, | 326 "recipe_result": null, |
327 "status_code": 0 | 327 "status_code": 0 |
328 } | 328 } |
329 ] | 329 ] |
OLD | NEW |