[gimp/wip/schumaml/crossraods-optimization: 311/311] gitlab-ci: lowered artifact expiry to 2 hours
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/schumaml/crossraods-optimization: 311/311] gitlab-ci: lowered artifact expiry to 2 hours
- Date: Sat, 13 Feb 2021 18:46:50 +0000 (UTC)
commit 590ef819223fe8915b05b0b6cdfe0715522030fd
Author: Michael Schumacher <schumaml gmx de>
Date: Thu Dec 10 18:58:13 2020 +0100
gitlab-ci: lowered artifact expiry to 2 hours
Variables are not supported yet at this place, unfortunately.
.gitlab-ci.yml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eabd03fce0..a622aa8eeb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,7 +74,7 @@ deps-debian:
paths:
- apt-cache
artifacts:
- expire_in: ${ARTIFACT_EXPIRY_DEPS}
+ expire_in: 2 hours
when: always
paths:
- "${INSTALL_DIR}"
@@ -108,7 +108,7 @@ deps-debian:
paths:
- apt-cache
artifacts:
- expire_in: ${ARTIFACT_EXPIRY_GIMP}
+ expire_in: 2 hours
when: always
name: "app-build-${CI_JOB_NAME}-${CI_COMMIT_REF_SLUG}"
paths:
@@ -203,7 +203,7 @@ deps-win64:
artifacts:
name: "${CI_JOB_NAME}-${CI_COMMIT_REF_SLUG}"
when: always
- expire_in: ${ARTIFACT_EXPIRY_DEPS}
+ expire_in: 2 hours
paths:
- .local/
- _deps/
@@ -240,7 +240,7 @@ gimp-win64:
artifacts:
name: "${CI_JOB_NAME}-${CI_COMMIT_REF_SLUG}"
when: always
- expire_in: ${ARTIFACT_EXPIRY_GIMP}
+ expire_in: 2 hours
paths:
- _build/
- gimp-prefix/
@@ -279,7 +279,7 @@ deps-win32:
artifacts:
name: "${CI_JOB_NAME}-${CI_COMMIT_REF_SLUG}"
when: always
- expire_in: ${ARTIFACT_EXPIRY_DEPS}
+ expire_in: 2 hours
paths:
- .local/
- _deps/
@@ -316,7 +316,7 @@ gimp-win32:
artifacts:
name: "${CI_JOB_NAME}-${CI_COMMIT_REF_SLUG}"
when: always
- expire_in: ${ARTIFACT_EXPIRY_GIMP}
+ expire_in: 2 hours
paths:
- _build/
- gimp-prefix/
@@ -333,7 +333,7 @@ cppcheck:
- cppcheck-htmlreport --source-dir=. --title=gimp --file=cppcheck.xml --report-dir=report
artifacts:
name: "${CI_JOB_NAME}-${CI_COMMIT_REF_SLUG}"
- expire_in: ${ARTIFACT_EXPIRY_GIMP}
+ expire_in: 2 hours
when: always
paths:
- report
@@ -348,7 +348,7 @@ sources:
artifacts:
name: "GIMP-sources-${CI_COMMIT_SHORT_SHA}"
when: always
- expire_in: ${ARTIFACT_EXPIRY_GIMP}
+ expire_in: 2 hours
paths:
- gimp-*.tar.*
- SHA256SUMS
@@ -367,7 +367,7 @@ win64-nightly:
artifacts:
name: "GIMP-Win64-CI-${CI_COMMIT_SHORT_SHA}"
when: always
- expire_in: ${ARTIFACT_EXPIRY_GIMP}
+ expire_in: 2 hours
paths:
- gimp-w64
script:
@@ -444,7 +444,7 @@ win32-nightly:
artifacts:
name: "GIMP-Win32-${CI_COMMIT_SHORT_SHA}"
when: always
- expire_in: ${ARTIFACT_EXPIRY_GIMP}
+ expire_in: 2 hours
paths:
- gimp-w32
script:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]