X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbabeltrace.yaml;h=637a997318e4ff9b438bb5223b48960b957714a3;hb=e6be9fb081c8e72001399813d032124d0117899d;hp=53afda79edb86f2a2c6a9b3ce430a0847f67320a;hpb=221450b6653154d154fdad4080ee2870a21c078d;p=lttng-ci.git diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 53afda7..637a997 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -30,6 +30,7 @@ browser-url: https://github.com/{github_user}/{github_name} branches: - origin/{version} + basedir: src/babeltrace triggers: - pollscm: @@ -72,7 +73,7 @@ # TODO: Scan for open tasks publishers: - tap: - results: 'tap/**/*.tap' + results: 'tap/**/*.log' failed-tests-mark-build-as-failure: true todo-is-failure: false - warnings: @@ -98,7 +99,7 @@ <<: *babeltrace_version_buildtype_anchor publishers: - tap: - results: 'tap/**/*.tap' + results: 'tap/**/*.log' failed-tests-mark-build-as-failure: true todo-is-failure: false - warnings: @@ -270,6 +271,11 @@ arch: !!python/tuple [x86-32, x86-64] build: !!python/tuple [std, oot, dist] conf: !!python/tuple [std, static, python-bindings] + - 'babeltrace_{version}_{buildtype}': + buildtype: clangbuild + arch: !!python/tuple [x86-32, x86-64] + build: !!python/tuple [clang] + conf: !!python/tuple [std, static] - 'babeltrace_{version}_{buildtype}': buildtype: portbuild arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]