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

Clear cache of all builds in TRIGGER_CACHE_UPDATE_PIPELINE


Signed-off-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
parent 634455a2a9f3
No related branches found
No related tags found
3 merge requests!165Merge upstream Omnibus GitLab into Omnibus Heptapod,!164Merge upstream Omnibus GitLab into Omnibus Heptapod,!163Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -65,6 +65,9 @@
rules:
- !reference [.default_rules, rules]
- if: '$PIPELINE_TYPE =~ /_(NIGHTLY|BRANCH)_BUILD_PIPELINE$/'
# Include it in TRIGGER_CACHE_UPDATE_PIPELINE pipeline cache used by
# nightlies and triggered builds are refreshed periodically
- if: '$PIPELINE_TYPE == "TRIGGER_CACHE_UPDATE_PIPELINE"'
.fips_branch_template:
extends: .branch_template
......@@ -73,6 +76,9 @@
rules:
- !reference [.default_rules, rules]
- if: '$PIPELINE_TYPE == "EE_NIGHTLY_BUILD_PIPELINE"'
# Include it in TRIGGER_CACHE_UPDATE_PIPELINE pipeline cache used by
# nightlies and triggered builds are refreshed periodically
- if: '$PIPELINE_TYPE == "TRIGGER_CACHE_UPDATE_PIPELINE"'
- if: '$PIPELINE_TYPE == "EE_BRANCH_BUILD_PIPELINE"'
when: manual
allow_failure: true
......@@ -92,6 +98,9 @@
- if: '$PIPELINE_TYPE == "CE_BRANCH_BUILD_PIPELINE"'
- if: '$PIPELINE_TYPE == "CE_NIGHTLY_BUILD_PIPELINE"'
- if: '$PIPELINE_TYPE == "EE_BRANCH_BUILD_PIPELINE" && $CI_PIPELINE_SOURCE == "parent_pipeline"'
# Include it in TRIGGER_CACHE_UPDATE_PIPELINE pipeline cache used by
# nightlies and triggered builds are refreshed periodically
- if: '$PIPELINE_TYPE == "TRIGGER_CACHE_UPDATE_PIPELINE"'
.tag_template:
stage: package
......
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