CI: increase expiration delay for intermediate objects

Under heavy load, it can happen that no runner is available during one hour.
issue#70
Sébastien Villemot 2020-05-13 20:43:36 +02:00
parent a2bea00fee
commit bca5e0937a
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ build_linux_32:
artifacts:
paths:
- $CI_COMMIT_SHORT_SHA/linux/32/*
expire_in: 1 hour
expire_in: 1 day
build_linux_64:
stage: build
@ -43,7 +43,7 @@ build_linux_64:
artifacts:
paths:
- $CI_COMMIT_SHORT_SHA/linux/64/*
expire_in: 1 hour
expire_in: 1 day
build_windows_32:
stage: build
@ -64,7 +64,7 @@ build_windows_32:
artifacts:
paths:
- $CI_COMMIT_SHORT_SHA/windows/32/*
expire_in: 1 hour
expire_in: 1 day
build_windows_64:
stage: build
@ -85,7 +85,7 @@ build_windows_64:
artifacts:
paths:
- $CI_COMMIT_SHORT_SHA/windows/64/*
expire_in: 1 hour
expire_in: 1 day
build_macOS:
stage: build
@ -104,7 +104,7 @@ build_macOS:
artifacts:
paths:
- $CI_COMMIT_SHORT_SHA/macOS/64/*
expire_in: 1 hour
expire_in: 1 day
aggregate_builds:
stage: prepare