jjb: lttng-tools: fix dev_review_*_root_linuxbuild jobs
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 29 Apr 2024 19:55:09 +0000 (15:55 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 29 Apr 2024 19:55:17 +0000 (15:55 -0400)
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 <mjeanson@efficios.com>
jobs/lttng-tools.yaml

index 2f86a38fac9f516d0c44e7b031ceb9f51a2a8eb7..88575157eb448c319c078ed91e7be62d09fb6edb 100644 (file)
           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
 
This page took 0.02483 seconds and 4 git commands to generate.