X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbabeltrace.yaml;h=931e274e68e64510d80dd0b81fd49b3de06cf42c;hb=0ecb76529f15cf5935ac7179f42c1b2ecb15d6fe;hp=b5f9a359f018d4277bfbebb6374b84d17fd0a918;hpb=4f04deeb6908d8603302ae2ee1813648cbe622b3;p=lttng-ci.git diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index b5f9a35..931e274 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -215,7 +215,7 @@ - archive: &babeltrace_publisher_archive_defaults - artifacts: 'build/**,tap/**' + artifacts: 'build/**,tap/**,log/**' allow-empty: false - workspace-cleanup: &babeltrace_publisher_workspace-cleanup_defaults clean-if: @@ -525,26 +525,26 @@ buildtype: linuxbuild platforms: !!python/tuple [jammy-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] - confs: !!python/tuple [std, static, prod, min, doc] - filter: '' + confs: !!python/tuple [std, static, prod, min, doc, asan] + filter: '(build=="std") || (conf=="std") || (conf=="doc")' touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: build platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] - confs: !!python/tuple [std, static, prod, min, doc] - filter: '' + confs: !!python/tuple [std, static, prod, min, doc, asan] + filter: '(build=="std") || (conf=="std") || (conf=="doc")' touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, prod] filter: '' touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: slesbuild - platforms: !!python/tuple [sles12sp5-amd64] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std, prod] filter: '' @@ -556,6 +556,13 @@ confs: !!python/tuple [std, prod] filter: '' touchstone: '' + - '{job_prefix}babeltrace_{version}_{buildtype}': + buildtype: yoctobuild + platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + filter: '' + touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: macosbuild platforms: !!python/tuple [macos-amd64, macos-arm64] @@ -602,7 +609,7 @@ jobs: - 'dev_gerrit_babeltrace_{buildtype}': buildtype: build - platforms: !!python/tuple [bionic-amd64, deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [bionic-amd64, deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, static, prod, min] filter: '(build=="std" && conf=="std") || (platform=="bionic-amd64")' @@ -642,14 +649,14 @@ touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, python-bindings] filter: '' touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: slesbuild - platforms: !!python/tuple [sles12sp5-amd64] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std] filter: ''