Simplify buildtype jobs
[lttng-ci.git] / jobs / babeltrace.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'
This page took 0.022969 seconds and 4 git commands to generate.