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

More debugging

parent 639396a2
No related branches found
Tags test-r20201125_2108
No related merge requests found
......@@ -18,7 +18,8 @@ variables:
HELM_EXPERIMENTAL_OCI: "1"
CICHART_IMAGE: "$CI_REGISTRY_IMAGE/cichart:latest"
GEOSPHERE_TAG_REGEX: "^r[0-9]+_[0-9]+"
GEOSPHERE_TEST_TAG_REGEX: "^test-r[0-9]+_[0-9]+"
# GEOSPHERE_TEST_TAG_REGEX: "^test-r[0-9]+_[0-9]+"
GEOSPHERE_TEST_TAG_REGEX2: "test-r[0-9]+_[0-9]+"
GCP_TAG_REGEX: "^gcp-r[0-9]+_[0-9]+"
# TESTS_BRANCH_REGEX: "^master"
# only run tests for branches in the main repository
......
......@@ -133,7 +133,7 @@ gstest debug tags2:
- echo "Tag ${CI_COMMIT_TAG}"
- echo "Regex ${GEOSPHERE_TEST_TAG_REGEX}"
rules:
- if: $CI_COMMIT_TAG !~ /test-r[0-9]+_[0-9]+/
- if: $CI_COMMIT_TAG !~ /$GEOSPHERE_TEST_TAG_REGEX2/
when: never
- when: on_success
......@@ -144,7 +144,7 @@ gstest debug tags3:
- echo "Tag ${CI_COMMIT_TAG}"
- echo "Regex ${GEOSPHERE_TEST_TAG_REGEX}"
rules:
- if: $CI_COMMIT_TAG !~ /${GEOSPHERE_TEST_TAG_REGEX}/
- if: $CI_COMMIT_TAG !~ /$GEOSPHERE_TEST_TAG_REGEX/
when: never
- when: on_success
......
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