[gnome-calculator/wip/3v1n0/ci-tests: 4/4] gitlab-ci: only keep build artifacts for 2 hours
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator/wip/3v1n0/ci-tests: 4/4] gitlab-ci: only keep build artifacts for 2 hours
- Date: Tue, 11 Sep 2018 18:29:39 +0000 (UTC)
commit b99d59d021c0bafc6f9a56b530bbb38ff9a77ad4
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Tue Sep 11 17:27:21 2018 +0200
gitlab-ci: only keep build artifacts for 2 hours
Since the test timeout is set to 1 hour, we are sure that these
will be kept enough for the test job to be ran, even in case
of mayor delays.
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53397fc7..0835b0ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,7 @@
artifacts:
paths:
- _build/
+ expire_in: 2 hours
.test_template: &meson_test
stage: test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]