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
This commit is contained in:
Oliver Smith 2018-12-05 16:50:58 +01:00
parent d77968c3d6
commit 298747c735
1 changed files with 5 additions and 0 deletions

View File

@ -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