ibm-mas / cli

Maximo Application Suite command line interface
https://ibm-mas.github.io/cli/
Eclipse Public License 2.0
23 stars 17 forks source link

Deprovision should force a must gather #503

Closed IanBoden closed 10 months ago

IanBoden commented 1 year ago

The deprovision task waits for a pipeline to complete with the intention that the pipeline will run a must gather to collect all relevant information prior to it finishing. However, if the must gather fails or the upload of it fails the pipeline will complete and the deprovision will delete all evidence that anything went wrong.

The deprovision should:

essentially we need to add a wait for must gather step after: https://github.com/ibm-mas/cli/blob/4bcdf9e815701831bc47b37b5231a72f231fe46c/tekton/src/pipelines/fvt-deprovision-after.yml.j2#L36

durera commented 10 months ago

Duplicate of #476 really ... must-gather needs to be robust that we can rely on it. Through various enhancements it's better able to handle errors now.