aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/gerrit-binpkgs.yml
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-04-03 11:03:48 +0200
committerOliver Smith <osmith@sysmocom.de>2023-04-03 11:11:34 +0200
commitd9f32325e20e6f4e627608599849096ddf3ed58e (patch)
tree3cc0980a806c36a570c6bda01881d0fdd1fb0d9f /jobs/gerrit-binpkgs.yml
parentb126b77e813c545ab330fa8ed2eb78ea17b17a1d (diff)
jobs/gerrit: increase num-to-keep to 1000
Increase the logs to keep for gerrit related builds, as they may exceed the previous limit of 120 within a day. All these jobs don't save build artifacts, so they should not cause a noticable size increase. This is a much more careful version of 719ff976 ("jobs: tweak build-discarder values"), which had been reverted in a052c13c. The big problem with the previous patch was that it increased the number of jobs to keep even for jobs that had build artifacts, and so the required storage exploded. Related: OS#5980 Change-Id: I1a4604d7a5093349aee0122e74914b06045c78b8
Diffstat (limited to 'jobs/gerrit-binpkgs.yml')
-rw-r--r--jobs/gerrit-binpkgs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/gerrit-binpkgs.yml b/jobs/gerrit-binpkgs.yml
index 0e77920..7a4e9e9 100644
--- a/jobs/gerrit-binpkgs.yml
+++ b/jobs/gerrit-binpkgs.yml
@@ -19,7 +19,7 @@
properties:
- build-discarder:
days-to-keep: 30
- num-to-keep: 120
+ num-to-keep: 1000
description: |
{type} package job of CI for patches sent to
<a href="https://gerrit.osmocom.org">gerrit</a>