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

Disable curl tests being removed so they can be checked

parent ea174bd8
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ run_remote_curl_pod() {
other_args="$@"
fi
# NOTE: Use kubectl 1.21 or greater to make sure "-q" flag exists
kubectl.1.22 run -qit --rm --restart=Never curl-test-${pod_prefix} --image=curlimages/curl:7.81.0 -- curl $other_args "${curl_target}"
kubectl.1.22 run -qit --restart=Never -n $ns curl-test-${pod_prefix} --image=curlimages/curl:7.81.0 -- curl $other_args "${curl_target}"
}
run_grb_checks() {
......
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