You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for such an amazing tool! It is really useful for CI setup.
One thing I am fighting with, is the fact that after the successful build phase, the cleanup fails every time. I wonder, why this code does not use -f option for umount command?
I'm not sure if we should simply use unmount -f here, because that could potentially not write some of the changes to project directory when using --dirty.
Would you mind providing some minimally reproducible example of this behavior in the form or .cirrus.yml? I wonder if this behavior could be fixed in the task specification instead.
Hello,
thank you for such an amazing tool! It is really useful for CI setup.
One thing I am fighting with, is the fact that after the successful build phase, the cleanup fails every time. I wonder, why this code does not use
-f
option forumount
command?Because essentially, VM state is ephemeral, right? So why to fail if all of the changes will not be stored anyway after the VM is killed?
Error I am getting is not verbose enough, but lsof shows the following:
If I would open an MR adding API to forcefully unmount the
$HOME/working-dir
, would such PR be accepted?Thank you for any guidance and help 🙏🏻
The text was updated successfully, but these errors were encountered: