UNCLASSIFIED - NO CUI

wait_crd in BB CI doesn't exit on failure

https://repo1.dso.mil/platform-one/big-bang/bigbang/-/blob/master/tests/deploy/02_wait_for_helmreleases.sh#L137-160

I believe due to the set +e this function will never exit. We should be able to remove the set +e and set -e within this function since those values are used/done in each of the individual CRD wait scripts.

Job for reference: https://repo1.dso.mil/platform-one/big-bang/bigbang/-/jobs/7392558 - notice that the Jaeger CRD check times out but then it continues on to the other waits.

AC:

  • Wait script (specifically wait_crd) updated to properly exit on failure