Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: lsstsw
-
Labels:None
-
Story Points:0.333
-
Epic Link:
-
Team:SQuaRE
Description
At present, if lsstsw/bin/deploy has successfully installed miniconda but has a failure while installing conda package, the install can not be repaired by rerunning deploy. This is due to the miniconda installer refusing to run if the install directory already exists. This deadlock scenario could be avoided if the miniconda and conda package installs were protected by different lock files.
Tested as working in a jenkins sandbox env when started from a clean workspace. It can not recover from an existing installation failure as the lockfile for the miniconda install will not be present. The fix has been merged and the stack-os-matrix workspace has been cleared (again). Holding this issue open until production is confirmed as fixed.