From ef9a7b8b9209bb7a61511b12bef919981168b312 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 8 Mar 2023 13:37:32 -0500 Subject: [PATCH] jjb: lttng-tools: use urcu stable-0.14 in gerrit jobs Change-Id: Ie90f29a5b3b49809efe49c6810f92d1989f2b1f3 Signed-off-by: Michael Jeanson --- jobs/lttng-tools.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")' -- 2.34.1