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

CI: redure storage duration of artifacts

This will alleviate the disk storage pressure on eris.
parent 8f47b276
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ build_binaries: ...@@ -48,7 +48,7 @@ build_binaries:
- dynare++/*/*/*.a - dynare++/*/*/*.a
- dynare++/integ/src/quadrature-points - dynare++/integ/src/quadrature-points
- dynare++/src/dynare++ - dynare++/src/dynare++
expire_in: 1 week expire_in: 3 days
build_doc: build_doc:
stage: build stage: build
...@@ -63,7 +63,7 @@ build_doc: ...@@ -63,7 +63,7 @@ build_doc:
- doc/*/*.pdf - doc/*/*.pdf
- dynare++/doc/*.pdf - dynare++/doc/*.pdf
- preprocessor/doc/*/*.pdf - preprocessor/doc/*/*.pdf
expire_in: 1 week expire_in: 3 days
pkg_source: pkg_source:
stage: pkg stage: pkg
...@@ -76,7 +76,7 @@ pkg_source: ...@@ -76,7 +76,7 @@ pkg_source:
artifacts: artifacts:
paths: paths:
- dynare-*.tar.xz - dynare-*.tar.xz
expire_in: 1 week expire_in: 3 days
needs: [] needs: []
pkg_windows: pkg_windows:
...@@ -97,7 +97,7 @@ pkg_windows: ...@@ -97,7 +97,7 @@ pkg_windows:
- windows/exe/* - windows/exe/*
- windows/7z/* - windows/7z/*
- windows/zip/* - windows/zip/*
expire_in: 1 week expire_in: 3 days
needs: [ "build_doc" ] needs: [ "build_doc" ]
pkg_macOS: pkg_macOS:
...@@ -115,7 +115,7 @@ pkg_macOS: ...@@ -115,7 +115,7 @@ pkg_macOS:
artifacts: artifacts:
paths: paths:
- macOS/pkg/* - macOS/pkg/*
expire_in: 1 week expire_in: 3 days
needs: [ "build_doc" ] needs: [ "build_doc" ]
.test_matlab_template: .test_matlab_template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment