Simplify buildtype jobs
[lttng-ci.git] / jobs / liburcu.yaml
index 3c0e3f3c95678f81672b77f590112bc830a3407b..75e554acdeeff5503b6500827830d9ee5aa317bd 100644 (file)
       - 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}_{buildtype}':
+          buildtype: build
           arch: !!python/tuple [x86-32, x86-64]
-      - 'liburcu_{version}_portbuild':
+      - 'liburcu_{version}_{buildtype}':
+          buildtype: portbuild
           arch: !!python/tuple [armhf, powerpc]
       - 'liburcu_{version}_cppcheck'
       - 'liburcu_{version}_scan-build'
This page took 0.023256 seconds and 4 git commands to generate.