Skip to content
Snippets Groups Projects
Commit c087e9a3 authored by Chris Cantwell's avatar Chris Cantwell
Browse files

Merge branch 'fix/reduce-artifact-expiry' into 'master'

Reduce expiry time for CI artifacts.

See merge request nektar/nektar!1856
parents 394df9e9 687f0eb2
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ include:
- docker rm $CONTAINER_NAME
- exit $exit_code;
artifacts:
expire_in: 1 month
expire_in: 14 days
paths:
- log/
timeout: 3h
......@@ -179,7 +179,7 @@ include:
allow_failure: true
timeout: 1h
artifacts:
expire_in: 1 month
expire_in: 14 days
when: on_failure
paths:
- clang-tidy.diff
......@@ -435,7 +435,6 @@ user-guide-build:
- cmake -Bbuild -DCMAKE_BUILD_TYPE:STRING=Release -DNEKTAR_BUILD_LIBRARY:BOOL=OFF -DNEKTAR_BUILD_SOLVERS:BOOL=OFF -DNEKTAR_BUILD_UTILITIES:BOOL=OFF -DNEKTAR_BUILD_TESTS:BOOL=OFF -DNEKTAR_BUILD_DOC:BOOL=ON .
- make -C build -j 4 user-guide-pdf user-guide-html developer-guide-pdf developer-guide-html
artifacts:
expire_in: 1 month
paths:
- build/docs/user-guide/user-guide.pdf
- build/docs/user-guide/html
......@@ -448,7 +447,6 @@ doxygen-build:
- cmake -Bbuild -DCMAKE_BUILD_TYPE:STRING=Release -DNEKTAR_BUILD_LIBRARY:BOOL=OFF -DNEKTAR_BUILD_SOLVERS:BOOL=OFF -DNEKTAR_BUILD_UTILITIES:BOOL=OFF -DNEKTAR_BUILD_TESTS:BOOL=OFF -DNEKTAR_BUILD_DOC:BOOL=ON .
- make -C build doc
artifacts:
expire_in: 1 month
paths:
- build/docs/doxygen/html/
......@@ -460,7 +458,6 @@ tutorials-build:
- cmake -Bbuild -DCMAKE_BUILD_TYPE:STRING=Release .
- make -C build -j 2 tutorials-pdf tutorials-html
artifacts:
expire_in: 1 month
paths:
- build/docs/tutorial/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment