Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-deploy
Commits
0b9a7946
Verified
Commit
0b9a7946
authored
3 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Use newer kubectl to run curl tests to have -q available
parent
ef475ca3
No related branches found
Branches containing commit
Tags
gamma-test-r20220119_1945
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci_tests/_tests_common.sh
+2
-1
2 additions, 1 deletion
ci_tests/_tests_common.sh
with
2 additions
and
1 deletion
ci_tests/_tests_common.sh
+
2
−
1
View file @
0b9a7946
...
...
@@ -95,7 +95,8 @@ run_remote_curl_pod() {
shift
2
other_args
=
"
$@
"
fi
kubectl run
-qit
--rm
--restart
=
Never curl-test-
${
pod_prefix
}
--image
=
curlimages/curl:7.81.0
--
curl
$other_args
"
${
curl_target
}
"
# 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
}
"
}
run_grb_checks
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment