From 594c12df5447f3bcb18bf003a95c5ce9263f2884 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Wed, 10 May 2017 15:31:32 -0400 Subject: [PATCH] jjb: Keep the log of the last 100 `build_kernel_PARAM` jobs 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 --- jobs/lttng-baremetal-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/lttng-baremetal-tests.yaml b/jobs/lttng-baremetal-tests.yaml index 253671a..e1a3b6a 100644 --- a/jobs/lttng-baremetal-tests.yaml +++ b/jobs/lttng-baremetal-tests.yaml @@ -410,7 +410,7 @@ concurrent: true logrotate: - numToKeep: 50 + numToKeep: 100 node: 'x86-64' wrappers: -- 2.34.1