Commit b91ce290 by Toshio Kuratomi

Go to next task when we get an error in linear

parent bbda86ad
...@@ -280,6 +280,7 @@ class StrategyModule(StrategyBase): ...@@ -280,6 +280,7 @@ class StrategyModule(StrategyBase):
iterator.mark_host_failed(host) iterator.mark_host_failed(host)
# FIXME: callback here? # FIXME: callback here?
print(e) print(e)
continue
for new_block in new_blocks: for new_block in new_blocks:
noop_block = Block(parent_block=task._block) noop_block = Block(parent_block=task._block)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment