OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/git_setup.py", | 6 "RECIPE_PACKAGE[build]/git_setup.py", |
7 "--path", | 7 "--path", |
8 "[SLAVE_BUILD]/swarming.client", | 8 "[SLAVE_BUILD]/swarming.client", |
9 "--url", | 9 "--url", |
10 "https://chromium.googlesource.com/external/swarming.client.git" | 10 "https://chromium.googlesource.com/external/swarming.client.git" |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 "@@@STEP_LOG_LINE@json.output@}@@@", | 283 "@@@STEP_LOG_LINE@json.output@}@@@", |
284 "@@@STEP_LOG_END@json.output@@@", | 284 "@@@STEP_LOG_END@json.output@@@", |
285 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 285 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
286 ] | 286 ] |
287 }, | 287 }, |
288 { | 288 { |
289 "allow_subannotations": true, | 289 "allow_subannotations": true, |
290 "cmd": [ | 290 "cmd": [ |
291 "python", | 291 "python", |
292 "-u", | 292 "-u", |
293 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 293 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
294 "--swarming-client-dir", | 294 "--swarming-client-dir", |
295 "[SLAVE_BUILD]/swarming.client", | 295 "[SLAVE_BUILD]/swarming.client", |
296 "--temp-root-dir", | 296 "--temp-root-dir", |
297 "[TMP_BASE]", | 297 "[TMP_BASE]", |
298 "--merged-test-output", | 298 "--merged-test-output", |
299 "/path/to/tmp/json", | 299 "/path/to/tmp/json", |
300 "--", | 300 "--", |
301 "collect", | 301 "collect", |
302 "--swarming", | 302 "--swarming", |
303 "https://chromium-swarm.appspot.com", | 303 "https://chromium-swarm.appspot.com", |
(...skipping 20 matching lines...) Expand all Loading... |
324 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 324 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
325 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 325 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
326 "@@@STEP_LOG_END@durations@@@" | 326 "@@@STEP_LOG_END@durations@@@" |
327 ] | 327 ] |
328 }, | 328 }, |
329 { | 329 { |
330 "allow_subannotations": true, | 330 "allow_subannotations": true, |
331 "cmd": [ | 331 "cmd": [ |
332 "python", | 332 "python", |
333 "-u", | 333 "-u", |
334 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", | 334 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py", |
335 "--swarming-client-dir", | 335 "--swarming-client-dir", |
336 "[SLAVE_BUILD]/swarming.client", | 336 "[SLAVE_BUILD]/swarming.client", |
337 "--temp-root-dir", | 337 "--temp-root-dir", |
338 "[TMP_BASE]", | 338 "[TMP_BASE]", |
339 "--merged-test-output", | 339 "--merged-test-output", |
340 "/path/to/tmp/json", | 340 "/path/to/tmp/json", |
341 "--", | 341 "--", |
342 "collect", | 342 "collect", |
343 "--swarming", | 343 "--swarming", |
344 "https://chromium-swarm.appspot.com", | 344 "https://chromium-swarm.appspot.com", |
(...skipping 21 matching lines...) Expand all Loading... |
366 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 366 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
367 "@@@STEP_LOG_END@durations@@@" | 367 "@@@STEP_LOG_END@durations@@@" |
368 ] | 368 ] |
369 }, | 369 }, |
370 { | 370 { |
371 "name": "$result", | 371 "name": "$result", |
372 "recipe_result": null, | 372 "recipe_result": null, |
373 "status_code": 0 | 373 "status_code": 0 |
374 } | 374 } |
375 ] | 375 ] |
OLD | NEW |