]> git.lttng.org Git - lttng-ci.git/commitdiff
jjb: Use strings for java_agents variable in tools jobs
authorKienan Stewart <kstewart@efficios.com>
Mon, 20 Jan 2025 14:26:57 +0000 (09:26 -0500)
committerKienan Stewart <kstewart@efficios.com>
Mon, 20 Jan 2025 17:35:55 +0000 (12:35 -0500)
The jenkins boolean `false` is represented as "False" in the shell
scripts. The build script expects "false".

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

index 7fc616cb1868dcc5a8006bda512a2c24a328d6a2..776cfdd7a421e283cb2850854238785f4ecf4507 100644 (file)
       - '{job_prefix}lttng-tools_{version}_{buildtype}':
           buildtype: elbuild
           confs: !!python/tuple [std, agents]
-          java_agents: false
+          java_agents: 'false'
           version: master
           platforms: !!python/tuple [el8-amd64, el9-amd64, el8-arm64, el9-arm64]
       - '{job_prefix}lttng-tools_{version}_{buildtype}':
       - '{job_prefix}lttng-tools_{version}_root_{buildtype}':
           buildtype: elbuild
           confs: !!python/tuple [std, agents]
-          java_agents: false
+          java_agents: 'false'
           version: master
           platforms: !!python/tuple [el8-amd64]
           nodes: !!python/tuple [el8-amd64-rootnode]
       - '{job_prefix}lttng-tools_{version}_{buildtype}':
           buildtype: elbuild
           confs: !!python/tuple [std, agents]
-          java_agents: false
+          java_agents: 'false'
           version: stable-2.13
           ustversion: stable-2.13
           platforms: !!python/tuple [el8-amd64, el9-amd64, el8-arm64, el9-arm64]
       - '{job_prefix}lttng-tools_{version}_root_{buildtype}':
           buildtype: elbuild
           confs: !!python/tuple [std, agents]
-          java_agents: false
+          java_agents: 'false'
           version: stable-2.13
           ustversion: stable-2.13
           platforms: !!python/tuple [el8-amd64]
       - '{job_prefix}lttng-tools_{version}_{buildtype}':
           buildtype: elbuild
           confs: !!python/tuple [std, agents]
-          java_agents: false
+          java_agents: 'false'
           version: stable-2.12
           ustversion: stable-2.12
           platforms: !!python/tuple [el8-amd64, el9-amd64, el8-arm64, el9-arm64]
       - '{job_prefix}lttng-tools_{version}_root_{buildtype}':
           buildtype: elbuild
           confs: !!python/tuple [std, agents]
-          java_agents: false
+          java_agents: 'false'
           version: stable-2.12
           ustversion: stable-2.12
           platforms: !!python/tuple [el8-amd64]
This page took 0.026503 seconds and 4 git commands to generate.