From: Michael Jeanson Date: Mon, 29 Apr 2024 19:55:09 +0000 (-0400) Subject: jjb: lttng-tools: fix dev_review_*_root_linuxbuild jobs X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=7588e01393026c587202898117b7597e143ed8ba;p=lttng-ci.git 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 --- 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