From: Kienan Stewart Date: Fri, 10 Jan 2025 19:04:18 +0000 (-0500) Subject: jjb: Add extended yoctobuild coverage X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=35db722844042a7606336cdd5484dab990eb8e16;p=lttng-ci.git jjb: Add extended yoctobuild coverage Change-Id: Ib7a6540da34a5cacb167b32fe38c53cbb484abd3 Signed-off-by: Kienan Stewart --- diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 5f21c62..0eac519 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -618,6 +618,11 @@ confs: !!python/tuple [std] filter: '' touchstone: '' + version: + - stable-1.5 + - stable-2.0 + - stable-2.1 + - master - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: macosbuild platforms: !!python/tuple [macos-arm64] diff --git a/jobs/barectf.yaml b/jobs/barectf.yaml index 160bf38..b46ca0a 100644 --- a/jobs/barectf.yaml +++ b/jobs/barectf.yaml @@ -168,6 +168,9 @@ - 'barectf_{version}_{buildtype}': buildtype: linuxbuild platforms: !!python/tuple [deb12-amd64] + - 'barectf_{version}_{buildtype}': + buildtype: yoctobuild + platforms: !!python/tuple [yocto23-powerpc, yocto40-powerpc, yocto40-ppc64] - project: name: review-barectf diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 6a5b1da..ed3ca05 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -408,6 +408,13 @@ builds: !!python/tuple [std] confs: !!python/tuple [std] touchstone: '(build == "std")' + version: + - stable-0.11 + - stable-0.12 + - stable-0.13 + - stable-0.14 + - stable-0.15 + - master - '{job_prefix}liburcu_{version}_{buildtype}': buildtype: macosbuild platforms: !!python/tuple [macos-arm64]