From 5e951352069e9f00bc81aebcf747ec67c5d7b9c2 Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Mon, 23 Nov 2020 11:24:22 -0600 Subject: [PATCH] Fix ci_tests rabbitmq and geo2grid installations --- ci_tests/run_basic_grb_test.sh | 4 ++-- ci_tests/values-geosphere-rabbit.yaml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 ci_tests/values-geosphere-rabbit.yaml diff --git a/ci_tests/run_basic_grb_test.sh b/ci_tests/run_basic_grb_test.sh index 7557548..53d133f 100755 --- a/ci_tests/run_basic_grb_test.sh +++ b/ci_tests/run_basic_grb_test.sh @@ -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() { diff --git a/ci_tests/values-geosphere-rabbit.yaml b/ci_tests/values-geosphere-rabbit.yaml new file mode 100644 index 0000000..98bf879 --- /dev/null +++ b/ci_tests/values-geosphere-rabbit.yaml @@ -0,0 +1,3 @@ +# persisting the secret only causes issues for failed tests +persistence: + enabled: false -- GitLab