Simplify buildtype jobs
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 21 Aug 2015 22:05:11 +0000 (18:05 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 21 Aug 2015 22:05:11 +0000 (18:05 -0400)
jobs/babeltrace.yaml
jobs/liburcu.yaml

index 333c4f4cd267fc346cdee66d0d9ce854f53bed41..48cbacaf946fe71382f88cccdbdc4814ac5d8775 100644 (file)
           send-to-individuals: false
 
 
-## Job groups
-- job-group:
-    name: 'babeltrace_{version}_build'
-    buildtype: 'build'
-    jobs:
-      - 'babeltrace_{version}_{buildtype}'
-
-- job-group:
-    name: 'babeltrace_{version}_portbuild'
-    buildtype: 'portbuild'
-    jobs:
-      - 'babeltrace_{version}_{buildtype}'
-
 ## Project
 - project:
     name: babeltrace
       - stable-1.2
       - master
     jobs:
-      - 'babeltrace_{version}_build':
+      - 'babeltrace_{version}_{buildtype}':
+          buildtype: build
           arch: !!python/tuple [x86-32, x86-64]
-      - 'babeltrace_{version}_portbuild':
+      - 'babeltrace_{version}_{buildtype}':
+          buildtype: portbuild
           arch: !!python/tuple [armhf, powerpc]
       - 'babeltrace_{version}_cppcheck'
       - 'babeltrace_{version}_scan-build'
index 089b057652891bacdf06b8e95ec9e217d9430047..75e554acdeeff5503b6500827830d9ee5aa317bd 100644 (file)
 # 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.024321 seconds and 4 git commands to generate.