From: Kienan Stewart Date: Mon, 20 Jan 2025 20:17:44 +0000 (-0500) Subject: jjb: lttng-tools/ust test agents conf only for elbuilds X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=a01f8118dbd1dce640b955949f0af2c238466305;p=lttng-ci.git jjb: lttng-tools/ust test agents conf only for elbuilds 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 --- diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 776cfdd..a81b821 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -1325,7 +1325,7 @@ 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] @@ -1369,7 +1369,7 @@ 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] @@ -1418,7 +1418,7 @@ 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 @@ -1473,7 +1473,7 @@ 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 @@ -1522,7 +1522,7 @@ 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 @@ -1573,7 +1573,7 @@ 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 diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 552cca8..cdb8703 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -633,7 +633,7 @@ 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: '' @@ -702,7 +702,7 @@ 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: '' @@ -760,7 +760,7 @@ 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: ''