From: Kienan Stewart Date: Tue, 23 Jan 2024 15:36:52 +0000 (-0500) Subject: jjb: Add dev_review_slesbuild for lttng-tools X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=70ee484e627a40a8c6e120c488f3d4b2f8ce5258;p=lttng-ci.git jjb: Add dev_review_slesbuild for lttng-tools Signed-off-by: Kienan Stewart Change-Id: I5b4a78c9c4f28f050bfd19e250a81d7f51083ec7 --- diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 335859c..427fdcc 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -212,6 +212,20 @@ - _lttng-tools_builders_review: <tng-tools_builders_review name: 'lttng-tools_builders_review' builders: + - shell: | + #!/bin/bash + set -exu + # 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 + - inject: + properties-file: env.properties - shell: !include-raw-escape: scripts/lttng-tools/gerrit-depends-on.sh @@ -1499,6 +1513,17 @@ babelversions: !!python/tuple [stable-2.0] filter: '' touchstone: '' + - 'dev_review_lttng-tools_{version}_{buildtype}': + version: master + buildtype: slesbuild + ustversion: master + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [master] + babelversions: !!python/tuple [stable-2.0] + filter: '' + touchstone: '' - 'dev_review_lttng-tools_{version}_rootbuild': version: master buildtype: linuxbuild