Make provisioner script execution more robust #91
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ensure that failures are handled more gracefully.
changed milestone to %3
Also, support aborting of VM provisioning.
This cannot be improved.
After spending a bunch of time fighting with this, it seems impossible to do what I wish: to implement a way to forcibly terminate a running provision task (including anything that might be going on in the arbitrary
install()
function).Thus, this must remain as-is: provisioning tasks cannot be cancelled, and must be allowed to either complete or fail out.
closed
mentioned in commit
5526e13da9