Merge branch 'michal/extend-artifact-lifetime-for-release-related-jobs' into 'main'
Extend artifact lifetime for release-related jobs See merge request isc-projects/bind9!7432
This commit is contained in:
@@ -1219,7 +1219,7 @@ release:
|
||||
artifacts:
|
||||
paths:
|
||||
- "*.tar.gz"
|
||||
expire_in: "1 day"
|
||||
expire_in: never
|
||||
|
||||
# Coverity Scan analysis upload
|
||||
|
||||
@@ -1383,7 +1383,7 @@ respdiff-long-third-party:
|
||||
artifacts: true
|
||||
artifacts:
|
||||
untracked: true
|
||||
expire_in: "1 day"
|
||||
expire_in: "1 week"
|
||||
when: always
|
||||
timeout: 2h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user