Skip to content
Snippets Groups Projects
Commit 78d20f2b authored by Sam Kagan's avatar Sam Kagan
Browse files

Revert "Allowed all unit-test CI jobs to run when template changes"

This reverts commit 7e1c0417.
parent 2ac9d5ec
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1649Show unit test reports in Gitlab
This commit is part of merge request !1649. Comments created here will be created in the context of that merge request.
......@@ -22,24 +22,20 @@
IMAGE_TAG: $CI_COMMIT_BRANCH
changes:
- ${PATH_PREFIX}${SERVICE_NAME}/**/*
- ci/unit-test.template.yml
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
variables:
IMAGE_TAG: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
changes:
- ${PATH_PREFIX}${SERVICE_NAME}/**/*
- ci/unit-test.template.yml
- if: '$CI_COMMIT_TAG =~ /^end-of-sprint-[0-9]+/ || $CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+-rc[0-9]+/ || $CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+\.[0.9]+-rc[0-9]+/'
variables:
IMAGE_TAG: $CI_COMMIT_TAG
changes:
- ${PATH_PREFIX}${SERVICE_NAME}/**/*
- ci/unit-test.template.yml
- if: '$CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+$/ || $CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$/'
variables:
IMAGE_TAG: $CI_COMMIT_TAG
changes:
- ${PATH_PREFIX}${SERVICE_NAME}/**/*
- ci/unit-test.template.yml
dependencies: []
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