]> git.lttng.org Git - lttng-ci.git/commitdiff
jjb: lttng-tools/ust test agents conf only for elbuilds
authorKienan Stewart <kstewart@efficios.com>
Mon, 20 Jan 2025 20:17:44 +0000 (15:17 -0500)
committerKienan Stewart <kstewart@efficios.com>
Mon, 20 Jan 2025 20:17:44 +0000 (15:17 -0500)
The EL resources are limited, and the agents builds also cover the
tests present in the std configuration.

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

index 776cfdd7a421e283cb2850854238785f4ecf4507..a81b8214036d82ac2cab499f796939429a96f875 100644 (file)
           confs: !!python/tuple [agents]
       - '{job_prefix}lttng-tools_{version}_{buildtype}':
           buildtype: elbuild
-          confs: !!python/tuple [std, agents]
+          confs: !!python/tuple [agents]
           java_agents: 'false'
           version: master
           platforms: !!python/tuple [el8-amd64, el9-amd64, el8-arm64, el9-arm64]
           filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")'
       - '{job_prefix}lttng-tools_{version}_root_{buildtype}':
           buildtype: elbuild
-          confs: !!python/tuple [std, agents]
+          confs: !!python/tuple [agents]
           java_agents: 'false'
           version: master
           platforms: !!python/tuple [el8-amd64]
           urcuversions: !!python/tuple [stable-0.13]
       - '{job_prefix}lttng-tools_{version}_{buildtype}':
           buildtype: elbuild
-          confs: !!python/tuple [std, agents]
+          confs: !!python/tuple [agents]
           java_agents: 'false'
           version: stable-2.13
           ustversion: stable-2.13
           filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")'
       - '{job_prefix}lttng-tools_{version}_root_{buildtype}':
           buildtype: elbuild
-          confs: !!python/tuple [std, agents]
+          confs: !!python/tuple [agents]
           java_agents: 'false'
           version: stable-2.13
           ustversion: stable-2.13
           confs: !!python/tuple [agents]
       - '{job_prefix}lttng-tools_{version}_{buildtype}':
           buildtype: elbuild
-          confs: !!python/tuple [std, agents]
+          confs: !!python/tuple [agents]
           java_agents: 'false'
           version: stable-2.12
           ustversion: stable-2.12
           filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")'
       - '{job_prefix}lttng-tools_{version}_root_{buildtype}':
           buildtype: elbuild
-          confs: !!python/tuple [std, agents]
+          confs: !!python/tuple [agents]
           java_agents: 'false'
           version: stable-2.12
           ustversion: stable-2.12
index 552cca8532965fa9518fa6b636da29c2d3ae6445..cdb870322e780d1613ec98dbdb0e2cc910128886 100644 (file)
           version: master
           platforms: !!python/tuple [el8-amd64, el9-amd64, el8-arm64, el9-arm64]
           builds: !!python/tuple [std]
-          confs: !!python/tuple [std, agents]
+          confs: !!python/tuple [agents]
           java_agents: 'false'
           filter: ''
           touchstone: ''
           version: stable-2.13
           platforms: !!python/tuple [el8-amd64, el9-amd64, el8-arm64, el9-arm64]
           builds: !!python/tuple [std]
-          confs: !!python/tuple [std, agents]
+          confs: !!python/tuple [agents]
           java_agents: 'false'
           filter: ''
           touchstone: ''
           version: stable-2.12
           platforms: !!python/tuple [el8-amd64, el9-amd64, el8-arm64, el9-arm64]
           builds: !!python/tuple [std]
-          confs: !!python/tuple [std, agents]
+          confs: !!python/tuple [agents]
           java_agents: 'false'
           filter: ''
           touchstone: ''
This page took 0.0277 seconds and 4 git commands to generate.