aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-05 16:50:58 +0100
committerOliver Smith <osmith@sysmocom.de>2018-12-05 16:50:58 +0100
commit298747c735793da3f3fa89b18698ae4322673d52 (patch)
tree892a31501459f4ea28fe267fac2130ae01116083 /jobs
parentd77968c3d64751a5ff9b08a378e118980ada1c3e (diff)
jobs/ttcn3-testsuites.yml: add build-discarder
Add the same build discarder as we have in master-builds.yml. This should help with the disk space problems. Change-Id: Ib7f01751ca5f6fb3e29a436982e2891d9cab0488
Diffstat (limited to 'jobs')
-rw-r--r--jobs/ttcn3-testsuites.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index a5c5fe4..ba0ce2a 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -109,5 +109,10 @@
use-build-blocker: true
blocking-jobs:
- "^{job-name}.*"
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 120
+ artifact-days-to-keep: -1
+ artifact-num-to-keep: -1
# vim: expandtab tabstop=2 shiftwidth=2