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
cb6952a7
Verified
Commit
cb6952a7
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
More CI test fixes
parent
044c6e50
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci_tests/cleanup_basic_grb_test.sh
+4
-3
4 additions, 3 deletions
ci_tests/cleanup_basic_grb_test.sh
ci_tests/run_basic_grb_test.sh
+2
-1
2 additions, 1 deletion
ci_tests/run_basic_grb_test.sh
with
6 additions
and
4 deletions
ci_tests/cleanup_basic_grb_test.sh
+
4
−
3
View file @
cb6952a7
...
...
@@ -10,9 +10,10 @@ error() {
}
check_and_uninstall
()
{
release_name
=
$1
if
[[
-z
${
release_name
}
]]
;
then
release_name
=
"
$1
"
if
[[
-z
"
${
release_name
}
"
]]
;
then
# the chart was never created
debug
"Release doesn't exist"
return
fi
debug
"Uninstalling
${
release_name
}
"
...
...
@@ -20,4 +21,4 @@ check_and_uninstall() {
}
source
./ci_tests/get_release_names.sh
check_and_uninstall
${
GRB_RELEASE_NAME
}
\ No newline at end of file
check_and_uninstall
"
${
GRB_RELEASE_NAME
}
"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ci_tests/run_basic_grb_test.sh
+
2
−
1
View file @
cb6952a7
...
...
@@ -12,8 +12,9 @@ error() {
set
-e
ns
=
$(
./helpers/get_namespace.sh
)
pushd
geosphere-grb/chart
source
ci_tests/get_release_names.sh
pushd
geosphere-grb/chart
helm upgrade
-v
2
--install
--namespace
$ns
-f
../../ci_tests/values-grb-g16.yaml
${
GRB_RELEASE_NAME
}
cspp-geo-grb/
popd
...
...
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