Set warnings threshold to 0 for liburcu
[lttng-ci.git] / jobs / liburcu.yaml
index 78eec5358517cbfe858e1a1d04db39ab2abed578..089b057652891bacdf06b8e95ec9e217d9430047 100644 (file)
@@ -56,7 +56,7 @@
 
 ## Templates
 - job-template:
-    name: liburcu_{version}_build
+    name: liburcu_{version}_{buildtype}
     defaults: liburcu
 
     project-type: matrix
@@ -64,9 +64,7 @@
       - axis:
          type: slave
          name: arch
-         values:
-          - x86-32
-          - x86-64
+         values: '{obj:arch}'
       - axis:
          type: user-defined
          name: conf
       - warnings:
           console-log-parsers:
             - 'GNU Make + GNU C Compiler (gcc)'
+          total-thresholds:
+            failed:
+              total-all: 0
+              total-high: 0
+              total-normal: 0
+              total-low: 0
       - archive:
           artifacts: 'build/**'
           allow-empty: false
 # TODO: liburcu_{version}_coverity
 
 
+- job-group:
+    name: 'liburcu_{version}_build'
+    buildtype: 'build'
+    jobs:
+      - 'liburcu_{version}_{buildtype}'
+
+- job-group:
+    name: 'liburcu_{version}_portbuild'
+    buildtype: 'portbuild'
+    jobs:
+      - 'liburcu_{version}_{buildtype}'
+
 ## Project
 - project:
     name: liburcu
       - stable-0.8
       - master
     jobs:
-      - 'liburcu_{version}_build'
+      - 'liburcu_{version}_build':
+          arch: !!python/tuple [x86-32, x86-64]
+      - 'liburcu_{version}_portbuild':
+          arch: !!python/tuple [armhf, powerpc]
       - 'liburcu_{version}_cppcheck'
       - 'liburcu_{version}_scan-build'
 
This page took 0.02276 seconds and 4 git commands to generate.