jjb: lttng-tools: use urcu stable-0.14 in gerrit jobs
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 8 Mar 2023 18:37:32 +0000 (13:37 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 8 Mar 2023 18:38:03 +0000 (13:38 -0500)
Change-Id: Ie90f29a5b3b49809efe49c6810f92d1989f2b1f3
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/lttng-tools.yaml

index 7352b7e6b2527aeb09da8e906a57f22b677087df..2f922d8fcb7e732120f0245456a515febcec823b 100644 (file)
           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: ''
           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")'
This page took 0.025122 seconds and 4 git commands to generate.