From 4b96734e6dfccaddb2356259fed4726a6b86c12f Mon Sep 17 00:00:00 2001 From: RKGarcia <r.keoni@gmail.com> Date: Thu, 13 Jan 2022 17:34:03 -0600 Subject: [PATCH] reroute gamma ci tests to geosphere-test namespace --- helpers/get_namespace.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helpers/get_namespace.sh b/helpers/get_namespace.sh index a5531b8..7f234b1 100755 --- a/helpers/get_namespace.sh +++ b/helpers/get_namespace.sh @@ -15,6 +15,9 @@ error() { test_namespace() { if [[ $CI_ENVIRONMENT_NAME == "gcp" ]]; then echo "${GCP_NAMESPACE}" + elif [[ $CI_COMMIT_TAG =~ $GAMMA_GEOSPHERE_TEST_TAG_REGEX ]]; then + # put in same namespace because that's all we're allowed + echo "${GAMMA_GEOSPHERE_TEST_NAMESPACE}" else echo "${TESTS_NAMESPACE}" fi -- GitLab