Revert "workflow: run assembler tests in parallel"
This reverts commit ea36e25b09.
This commit is contained in:
parent
37d5a23a64
commit
87636878da
2 changed files with 1 additions and 5 deletions
|
|
@ -252,8 +252,7 @@ def loop_create_device(ctl, fd, offset=None, sizelimit=None):
|
|||
lo = ctl.loop_for_fd(fd,
|
||||
offset=offset,
|
||||
sizelimit=sizelimit,
|
||||
autoclear=True,
|
||||
lock=True)
|
||||
autoclear=True)
|
||||
yield lo
|
||||
finally:
|
||||
if lo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue