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
5340d5a5
Verified
Commit
5340d5a5
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Remove allowed failure from postgres test
parent
9bfd0eed
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci_tests/gitlab-ci.yaml
+1
-3
1 addition, 3 deletions
ci_tests/gitlab-ci.yaml
ci_tests/run_basic_grb_test.sh
+1
-1
1 addition, 1 deletion
ci_tests/run_basic_grb_test.sh
ci_tests/run_basic_postgres_test.sh
+1
-1
1 addition, 1 deletion
ci_tests/run_basic_postgres_test.sh
with
3 additions
and
5 deletions
ci_tests/gitlab-ci.yaml
+
1
−
3
View file @
5340d5a5
...
...
@@ -31,8 +31,7 @@ test_basic_pg:
extends
:
.helm_based_job
stage
:
test
script
:
# run, but don't care about failure
-
./ci_tests/run_basic_postgres_test.sh ||
true
-
./ci_tests/run_basic_postgres_test.sh
after_script
:
-
./ci_tests/cleanup_basic_postgres_test.sh
dependencies
:
...
...
@@ -42,6 +41,5 @@ test_basic_pg:
-
get_chart_mapserver
-
get_chart_mapcache
-
get_chart_client
allow_failure
:
true
rules
:
-
when
:
on_success
This diff is collapsed.
Click to expand it.
ci_tests/run_basic_grb_test.sh
+
1
−
1
View file @
5340d5a5
...
...
@@ -15,7 +15,7 @@ set -e
source
ci_tests/_tests_common.sh
ns
=
$(
./helpers/get_namespace.sh
)
source
ci_tests/get_release_names.sh
install_basic_grb_charts
"ci_tests/basic_grb"
||
error
"Failed to install charts"
install_basic_grb_charts
"ci_tests/basic_grb"
# give kubernetes a bit to create the resources
debug
"Waiting for Kubernetes to deploy and schedule components..."
...
...
This diff is collapsed.
Click to expand it.
ci_tests/run_basic_postgres_test.sh
+
1
−
1
View file @
5340d5a5
...
...
@@ -16,7 +16,7 @@ set -e
source
ci_tests/_tests_common.sh
ns
=
$(
./helpers/get_namespace.sh
)
source
ci_tests/get_release_names.sh
install_basic_postgres_charts
"ci_tests/basic_postgres"
||
error
"Failed to install charts"
install_basic_postgres_charts
"ci_tests/basic_postgres"
# give kubernetes a bit to create the resources
debug
"Waiting for Kubernetes to deploy and schedule components..."
...
...
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