From: Jonathan Rajotte Date: Tue, 5 Jul 2016 18:28:11 +0000 (-0400) Subject: Keep 20 build but only 2 build of artifacts X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=a3636f2465d1786c14114d01f502496c47fe76df;p=lttng-ci.git Keep 20 build but only 2 build of artifacts --- 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'