Skip to content
Snippets Groups Projects
Commit af251ab274de authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Do not reuse cache on trigger cache update pipeline


Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent 888c994585e1
No related branches found
No related tags found
1 merge request!155Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -33,6 +33,8 @@
- if: '$PIPELINE_TYPE == null && $CI_PROJECT_PATH == $QA_PROJECT_PATH && $CACHE_UPDATE == "true"'
variables:
PIPELINE_TYPE: TRIGGER_CACHE_UPDATE_PIPELINE
# We want to rebuild the cache from scratch to ensure stale dependencies are cleaned up.
CACHE_POLICY: 'push'
- if: '$PIPELINE_TYPE == null && $CI_PROJECT_PATH == $QA_PROJECT_PATH && $DURATION_PLOTTER == "true" && $CI_PIPELINE_SOURCE == "schedule"'
variables:
PIPELINE_TYPE: DURATION_PLOTTER_PIPELINE
......
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