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

Try using a more fully qualified name for client tests

parent 3c6d031e
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ run_mapcache_checks() { ...@@ -113,7 +113,7 @@ run_mapcache_checks() {
run_client_checks() { run_client_checks() {
# just try to load the webpage at all # just try to load the webpage at all
curl -s "http://${CLIENT_RELEASE_NAME}/" curl -s "http://${CLIENT_RELEASE_NAME}.${ns}/"
} }
set -e set -e
...@@ -122,7 +122,9 @@ source ci_tests/get_release_names.sh ...@@ -122,7 +122,9 @@ source ci_tests/get_release_names.sh
install_charts install_charts
# give kubernetes a bit to create the resources # give kubernetes a bit to create the resources
debug "Waiting for Kubernetes to deploy and schedule components..."
sleep 60 sleep 60
debug "Done waiting"
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