Skip to content
Snippets Groups Projects
Verified Commit bca5e093 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: increase expiration delay for intermediate objects

Under heavy load, it can happen that no runner is available during one hour.
parent a2bea00f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment