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

Fix ci_tests rabbitmq and geo2grid installations

parent 98705921
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ error() {
install_charts() {
# use the production rabbitmq config
./helpers/deploy_rabbitmq.sh ci_geosphere
./helpers/deploy_rabbitmq.sh "ci_tests"
# GRB
pushd geosphere-grb/chart
......@@ -19,7 +19,7 @@ install_charts() {
popd
# Geo2Grid
./helpers/deploy_geo2grid.sh "ci_tests" "-g16-radm1"
./helpers/deploy_geo2grid.sh "ci_tests" "${RELEASE_PREFIX}" "-g16-radm1"
}
get_pod_name() {
......
# persisting the secret only causes issues for failed tests
persistence:
enabled: false
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