Skip to content

Commit babe493

Browse files
asaezpercodebot
authored andcommitted
ci: allow cache-related jobs to fail
1 parent f11bfbc commit babe493

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab/ci/src_cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ push_src_cache amd:
2222
stage: .pre
2323
rules:
2424
- if: $CI_DESCRIPTION =~ /Nightly/
25+
allow_failure: true
2526
interruptible: false
2627
script:
2728
- echo "Saving git repo in cache"
@@ -37,6 +38,7 @@ pull_src_cache amd:
3738
stage: .pre
3839
rules:
3940
- if: $CI_DESCRIPTION =~ /Nightly/
41+
allow_failure: true
4042
interruptible: false
4143
variables:
4244
GIT_STRATEGY: none

0 commit comments

Comments
 (0)