wait_crd in BB CI doesn't exit on failure
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