From: Kienan Stewart Date: Fri, 10 Jan 2025 18:26:50 +0000 (-0500) Subject: jjb: Limit lttng-tool oot and dist linuxbuilds to those with liburcu-master X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=7581c6dbb986340bfe7e8b501c39f8edcaf9bf96;p=lttng-ci.git jjb: Limit lttng-tool oot and dist linuxbuilds to those with liburcu-master Change-Id: Id8f8a966180288429b4f8819fd4f44837e945457 Signed-off-by: Kienan Stewart --- diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 54a49cf..9fdc7ea 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -1312,7 +1312,7 @@ builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] babelversions: !!python/tuple [stable-2.0, master] - filter: '(build=="std") || ((babeltrace_version=="master" && (conf=="std" || conf=="agents" || conf=="no-ust")))' + filter: '(build=="std") || ((babeltrace_version=="master" && (conf=="std" || conf=="agents" || conf=="no-ust") && liburcu_version=="master"))' - '{job_prefix}lttng-tools_{version}_{buildtype}': buildtype: portbuild version: master @@ -1400,7 +1400,7 @@ builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] urcuversions: !!python/tuple [stable-0.13, stable-0.14, stable-0.15, master] - filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust")))' + filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust") && liburcu_version=="master"))' - '{job_prefix}lttng-tools_{version}_{buildtype}': buildtype: portbuild version: stable-2.13 @@ -1506,7 +1506,7 @@ builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] urcuversions: !!python/tuple [stable-0.13, stable-0.14, stable-0.15, master] - filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust")))' + filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust") && liburcu_version=="master"))' - '{job_prefix}lttng-tools_{version}_{buildtype}': buildtype: portbuild version: stable-2.12