X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbabeltrace.yaml;h=931e274e68e64510d80dd0b81fd49b3de06cf42c;hb=0ecb76529f15cf5935ac7179f42c1b2ecb15d6fe;hp=978339f7cb41d490eb835d88f2a37012adc4f630;hpb=2f2289887e25a04803483efcebc32ed744a58273;p=lttng-ci.git diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 978339f..931e274 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -171,6 +171,8 @@ results: 'tap/**/*.log' fail-if-no-results: true failed-tests-mark-build-as-failure: true + include-comment-diagnostics: true + output-tap-to-console: false todo-is-failure: false - raw: &babeltrace_publisher_warnings-ng_defaults xml: | @@ -184,14 +186,6 @@ false - - - - - - - false - @@ -221,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: @@ -266,14 +260,6 @@ false - - - - - - - false - @@ -396,6 +382,7 @@ - archive: artifacts: 'out/**,tap/**' allow-empty: false + fingerprint: true - job-template: name: dev_gerrit_babeltrace_pylint @@ -437,27 +424,6 @@ - build-discarder: days-to-keep: 1 -- job-template: - name: babeltrace_{version}_cppcheck - defaults: babeltrace - - triggers: - - pollscm: - cron: "@daily" - - builders: - - shell: | - rm -f cppcheck-result.xml - cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/babeltrace 2> cppcheck-result.xml - - publishers: - - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults - - archive: - artifacts: 'cppcheck-result.xml' - allow-empty: false - - cppcheck: - pattern: 'cppcheck-result.xml' - - job-template: name: babeltrace_{version}_scan-build defaults: babeltrace @@ -559,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: '' @@ -590,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] @@ -621,7 +594,6 @@ touchstone: '' - 'babeltrace_{version}_release': version: v2.0 - - 'babeltrace_{version}_cppcheck' - 'babeltrace_{version}_scan-build' - 'babeltrace_{version}_pylint' - 'babeltrace_{version}_coverity': @@ -637,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")' @@ -677,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: ''