jjb: lttng-tools: rename TAP_AUTOTIME to LTTNG_TESTS_TAP_AUTOTIME
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 29 Feb 2024 20:45:11 +0000 (15:45 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Thu, 29 Feb 2024 20:45:20 +0000 (15:45 -0500)
Change-Id: I88194b83b2de0f45feb6a4e635f49733e1d1bbdf
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/lttng-tools.yaml

index 06c6a538dd586ecb75205bbf32e93d320558c7d0..a980b8d34048d706a6fd1a8a74dd3c02d5447e88 100644 (file)
           fi
           if [ "{buildtype}" = "slesbuild" ] ; then
             echo "TAP_AUTOTIME=0" >> env.properties
+            echo "LTTNG_TESTS_TAP_AUTOTIME=0" >> env.properties
             # On SLES, force log4j to 2.17.1
             echo "LTTNG_TOOLS_UST_JAVA_TESTS_LOG4J_API_VERSION=2.17.1" >> env.properties
           fi
           fi
           if [ "{buildtype}" = "slesbuild" ] ; then
             echo "TAP_AUTOTIME=0" >> env.properties
+            echo "LTTNG_TESTS_TAP_AUTOTIME=0" >> env.properties
           fi
       - inject:
           properties-file: env.properties
This page took 0.025029 seconds and 4 git commands to generate.