jjb: Disable TAP timing on slesbuilds of lttng-tools
[lttng-ci.git] / 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.02258 seconds and 4 git commands to generate.