From 7588e01393026c587202898117b7597e143ed8ba Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 29 Apr 2024 15:55:09 -0400 Subject: [PATCH] jjb: lttng-tools: fix dev_review_*_root_linuxbuild jobs These jobs inherited the default wrappers for lttng-tools, including the proccleaner which doesn't work for 'root' builds as it tries to kill all processes owned by root that are not started by the jenkins agent before starting the build. Set the same custom wrappers as the other 'root' builds. Change-Id: I793235a8c5037a07fe610b89e63834cccac2e2b8 Signed-off-by: Michael Jeanson --- jobs/lttng-tools.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 2f86a38..8857515 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -865,6 +865,13 @@ categories: - 'gerrit-{buildtype}' + wrappers: + - ansicolor: *lttng-tools_wrapper_ansicolor_defaults + - timeout: + <<: *lttng-tools_wrapper_timeout_defaults + timeout: 10 + - timestamps + <<: *lttng-tools_matrix_axes_rootbuild <<: *lttng-tools_builders_review -- 2.34.1