From a3636f2465d1786c14114d01f502496c47fe76df Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 5 Jul 2016 14:28:11 -0400 Subject: [PATCH] Keep 20 build but only 2 build of artifacts --- jobs/lttng-tools.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index d16a7c3..c4ce573 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -31,7 +31,8 @@ - github: url: https://github.com/{github_user}/{github_name} - build-discarder: - num-to-keep: 2 + num-to-keep: 20 + artifact-num-to-keep: 2 ## Templates @@ -68,7 +69,8 @@ - github: url: https://github.com/{github_user}/{github_name} - build-discarder: - num-to-keep: 2 + num-to-keep: 20 + artifact-num-to-keep: 2 - throttle: max-per-node: 1 option: 'category' -- 2.34.1