jjb: Keep the log of the last 100 `build_kernel_PARAM` jobs
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 10 May 2017 19:31:32 +0000 (15:31 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 10 May 2017 19:53:20 +0000 (15:53 -0400)
When multiple commits are pushed on kernel and lttng-modules branches
close in time, a large number of kernel build jobs are launched.

The logs of build failures sometimes got deleted to make room for new
logs thus making the investigation for those failures impossible.

To prevent that, double the number of build logs kept.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
jobs/lttng-baremetal-tests.yaml

index 253671a4b1226f736b5ea59e4c25cb4cd8a9fcaf..e1a3b6a5773d8ca531bff2dd8da423ff66163344 100644 (file)
     concurrent: true
 
     logrotate:
-      numToKeep: 50
+      numToKeep: 100
     node: 'x86-64'
 
     wrappers:
This page took 0.024414 seconds and 4 git commands to generate.