projects
/
lttng-ci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ac936b
)
jjb: Disable UST java tests by default on non-linuxbuild targets
author
Kienan Stewart
<kstewart@efficios.com>
Wed, 10 Jan 2024 15:18:04 +0000
(10:18 -0500)
committer
Kienan Stewart
<kstewart@efficios.com>
Wed, 10 Jan 2024 15:18:04 +0000
(10:18 -0500)
Change-Id: I451abf33352c8953a0b909974597a0b9916898ce
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
jobs/lttng-tools.yaml
patch
|
blob
|
blame
|
history
diff --git
a/jobs/lttng-tools.yaml
b/jobs/lttng-tools.yaml
index 6e40af06a09223dc2d3d608e14522168f96d0a1f..abc59232a21dd74343755dd3ad1a29eaba2e52ed 100644
(file)
--- a/
jobs/lttng-tools.yaml
+++ b/
jobs/lttng-tools.yaml
@@
-157,6
+157,8
@@
# Run java tests only on 'linuxbuild' jobs
if [ "{buildtype}" = "linuxbuild" ]; then
echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=yes" >> env.properties
+ else
+ echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=no" >> env.properties
fi
echo "liburcu_conf=$liburcu_conf" >> env.properties
echo "babeltrace_conf=$babeltrace_conf" >> env.properties
This page took
0.024199 seconds
and
4
git commands to generate.