lttng-tools: Remove combination filter
[lttng-ci.git] / jobs / babeltrace.yaml
index 1e333aea4be62ea8c71ccb903f54068a123dd040..637a997318e4ff9b438bb5223b48960b957714a3 100644 (file)
@@ -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:
             - 'GNU Make + GNU C Compiler (gcc)'
           total-thresholds:
             unstable:
-              total-all: 1
-              total-high: 1
-              total-normal: 1
-              total-low: 1
+              total-all: 0
+              total-high: 0
+              total-normal: 0
+              total-low: 0
       - archive:
           artifacts: 'build/**'
           allow-empty: false
@@ -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:
             - 'GNU Make + GNU C Compiler (gcc)'
           total-thresholds:
             unstable:
-              total-all: 1
-              total-high: 1
-              total-normal: 1
-              total-low: 1
+              total-all: 0
+              total-high: 0
+              total-normal: 0
+              total-low: 0
 
 - job-template:
     name: babeltrace_{version}_cppcheck
           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]
           version:
             - stable-1.3
             - master
+      - 'babeltrace_{version}_{buildtype}':
+          buildtype: macosxbuild
+          arch: !!python/tuple [macosx]
+          build: !!python/tuple [std]
+          conf: !!python/tuple [std, static]
+          version:
+            - master
       - 'babeltrace_{version}_cppcheck'
       - 'babeltrace_{version}_scan-build'
       - 'babeltrace_{version}_pylint'
This page took 0.025607 seconds and 4 git commands to generate.