jjb: Disable TAP timing on slesbuilds of lttng-tools
authorKienan Stewart <kstewart@efficios.com>
Tue, 23 Jan 2024 20:26:22 +0000 (15:26 -0500)
committerKienan Stewart <kstewart@efficios.com>
Fri, 2 Feb 2024 14:07:03 +0000 (09:07 -0500)
The tap results regularly have malformed YAML which causes the builds
to fail spuriously.

Change-Id: I53f28d01eb5f126d7d6803846353852bdaf2065f
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
jobs/lttng-tools.yaml

index 427fdcc030740f5407acab52ee8922d0e52f58e9..a0911646eb96b68dad49d58bcaf9c62efbdce4bb 100644 (file)
               ust_conf=std
               ;;
           esac
-          # Run java tests only on 'linuxbuild' jobs
+          # Run java tests only on 'linuxbuild' and 'slesbuild' jobs
           if [ "{buildtype}" = "linuxbuild" ] || [ "{buildtype}" = "slesbuild" ]; then
             echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=yes" >> env.properties
           else
             echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=no" >> env.properties
           fi
+          if [ "{buildtype}" = "slesbuild" ] ; then
+            echo "TAP_AUTOTIME=0" >> env.properties
+          fi
           echo "liburcu_conf=$liburcu_conf" >> env.properties
           echo "babeltrace_conf=$babeltrace_conf" >> env.properties
           echo "ust_conf=$ust_conf" >> env.properties
This page took 0.024137 seconds and 4 git commands to generate.