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

Add more debug information and wait time to CI tests

parent 19ee0390
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,7 @@ run_grb_checks() { ...@@ -75,6 +75,7 @@ run_grb_checks() {
if [[ $count -gt 10 ]]; then if [[ $count -gt 10 ]]; then
error "Took too long for GRB to produce files ($num_files so far)" error "Took too long for GRB to produce files ($num_files so far)"
fi fi
debug "Found $num_files files, waiting for more..."
sleep 10 sleep 10
done done
} }
...@@ -91,6 +92,7 @@ run_geo2grid_checks() { ...@@ -91,6 +92,7 @@ run_geo2grid_checks() {
if [[ $count -gt 10 ]]; then if [[ $count -gt 10 ]]; then
error "Took too long for Geo2Grid to produce files ($num_files so far)" error "Took too long for Geo2Grid to produce files ($num_files so far)"
fi fi
debug "Found $num_files files, waiting for more..."
sleep 10 sleep 10
done done
} }
...@@ -117,8 +119,8 @@ ns=$(./helpers/get_namespace.sh) ...@@ -117,8 +119,8 @@ ns=$(./helpers/get_namespace.sh)
source ci_tests/get_release_names.sh source ci_tests/get_release_names.sh
install_charts install_charts
# give kubernetes a bit to create the pod # give kubernetes a bit to create the resources
sleep 30 sleep 60
debug "Getting GRB pod name" debug "Getting GRB pod name"
GRB_POD_NAME=$(get_pod_name "${GRB_RELEASE_NAME}") GRB_POD_NAME=$(get_pod_name "${GRB_RELEASE_NAME}")
......
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