From e29a6402e679a426b1dea5d9331d58cb10158e83 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 3 Jan 2019 23:32:04 +0000 Subject: [PATCH] increasing prod taskotron log life to 108d --- inventory/group_vars/taskotron-prod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/group_vars/taskotron-prod b/inventory/group_vars/taskotron-prod index 46e856253e..abf3875664 100644 --- a/inventory/group_vars/taskotron-prod +++ b/inventory/group_vars/taskotron-prod @@ -60,6 +60,9 @@ landingpage_instance: "prod" public_artifacts_dir: /srv/taskotron/artifacts cgit_root_title: "Taskotron Git Mirror" +# increase the max life of artifacts +artifacts_max_life: '180d' + ############################################################ # buildbot details ############################################################