From: Michael Jeanson Date: Wed, 8 Mar 2023 18:37:32 +0000 (-0500) Subject: jjb: lttng-tools: use urcu stable-0.14 in gerrit jobs X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=ef9a7b8b9209bb7a61511b12bef919981168b312;p=lttng-ci.git jjb: lttng-tools: use urcu stable-0.14 in gerrit jobs Change-Id: Ie90f29a5b3b49809efe49c6810f92d1989f2b1f3 Signed-off-by: Michael Jeanson --- diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 7352b7e..2f922d8 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -1508,7 +1508,7 @@ platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, no-ust, agents] - urcuversions: !!python/tuple [master] # Switch to stable-0.14 when released (for C++ support) + urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] filter: '' @@ -1518,7 +1518,7 @@ platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] - urcuversions: !!python/tuple [master] # Switch to stable-0.14 when released (for C++ support) + urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] filter: '(node=="amd64-rootnode" && platform=="bionic-amd64")'