Added portbuild jobs to liburcu
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 18 Aug 2015 20:39:43 +0000 (16:39 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 18 Aug 2015 20:39:43 +0000 (16:39 -0400)
jobs/liburcu.yaml

index 78eec5358517cbfe858e1a1d04db39ab2abed578..3c0e3f3c95678f81672b77f590112bc830a3407b 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
 # 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.024632 seconds and 4 git commands to generate.