From 85d7c882f51de21494e4ac81d1b06a2a67ec0c2d Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 23 Mar 2020 11:24:37 -0400 Subject: [PATCH] jjb: lttng-ust: Update discard strategy of the gerrit job Signed-off-by: Michael Jeanson --- jobs/lttng-ust.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 39eabd1..77aaa53 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -180,6 +180,17 @@ <<: *lttng-ust_build_axes_defaults <<: *lttng-ust_build_builders_defaults + properties: + - inject: + properties-content: | + PROJECT_NAME=lttng-ust + - build-discarder: + days-to-keep: 1 + - throttle: + option: 'category' + categories: + - 'gerrit-{buildtype}' + publishers: - tap: results: 'tap/**/*.log' -- 2.34.1