aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/update-osmo-ci-on-slaves.yml
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-09 01:11:01 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-12-09 01:13:18 +0100
commit28564a6977cd60085d67b48b8a08d8ba3848fd6a (patch)
tree9797616c1ec1e81390ed290ca15d312cbf704267 /jobs/update-osmo-ci-on-slaves.yml
parent6655542cec3a2195d228e66ce065a61b496d4324 (diff)
jobs: gerrit, master, update-osmo-ci: fix build-discarder section
The build-discarder section was silently not working. It needs to be nested below a 'properties' node. Also the names need to be dashed and not camelCased. Change-Id: I9503200a8873e616f9195d4bb1d6163c464b305e
Diffstat (limited to 'jobs/update-osmo-ci-on-slaves.yml')
-rw-r--r--jobs/update-osmo-ci-on-slaves.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/jobs/update-osmo-ci-on-slaves.yml b/jobs/update-osmo-ci-on-slaves.yml
index 0ec665e..e0f082f 100644
--- a/jobs/update-osmo-ci-on-slaves.yml
+++ b/jobs/update-osmo-ci-on-slaves.yml
@@ -6,9 +6,10 @@
type: slave
name: label
values: [ OsmocomBuild1 , build1-debian9-lxc ]
- build-discarder:
- daysToKeep: 30
- numToKeep: 120
+ properties:
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 120
scm:
- git:
url: git://git.osmocom.org/osmo-ci