Skip to content
Snippets Groups Projects
Verified Commit 9bfd0eed authored by David Hoese's avatar David Hoese
Browse files

Try more error checking in ci tests

parent e9dbdd37
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ set -e
source ci_tests/_tests_common.sh
ns=$(./helpers/get_namespace.sh)
source ci_tests/get_release_names.sh
install_basic_grb_charts "ci_tests/basic_grb"
install_basic_grb_charts "ci_tests/basic_grb" || error "Failed to install charts"
# give kubernetes a bit to create the resources
debug "Waiting for Kubernetes to deploy and schedule components..."
......
......@@ -16,7 +16,7 @@ set -e
source ci_tests/_tests_common.sh
ns=$(./helpers/get_namespace.sh)
source ci_tests/get_release_names.sh
install_basic_postgres_charts "ci_tests/basic_postgres"
install_basic_postgres_charts "ci_tests/basic_postgres" || error "Failed to install charts"
# give kubernetes a bit to create the resources
debug "Waiting for Kubernetes to deploy and schedule components..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment