Build only the standard configuration in portbuild jobs
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 27 Aug 2015 21:37:38 +0000 (17:37 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Thu, 27 Aug 2015 21:37:38 +0000 (17:37 -0400)
jobs/babeltrace.yaml
jobs/liburcu.yaml

index 48cbacaf946fe71382f88cccdbdc4814ac5d8775..3bba355d52c34f9e9bd5091eebfd9c25f1292e0d 100644 (file)
       - axis:
          type: user-defined
          name: build
-         values:
-          - std
-          - oot
-          - dist
+         values: '{obj:build}'
 
     builders:
       - shell:
       - 'babeltrace_{version}_{buildtype}':
           buildtype: build
           arch: !!python/tuple [x86-32, x86-64]
+          build: !!python/tuple [std, oot, dist]
       - 'babeltrace_{version}_{buildtype}':
           buildtype: portbuild
           arch: !!python/tuple [armhf, powerpc]
+          build: !!python/tuple [std]
       - 'babeltrace_{version}_cppcheck'
       - 'babeltrace_{version}_scan-build'
       - 'babeltrace_{version}_pylint'
index 75e554acdeeff5503b6500827830d9ee5aa317bd..cc41a8e08d37ce4bd0fbb0cd450b981a8ad2c5e9 100644 (file)
       - axis:
          type: user-defined
          name: build
-         values:
-          - std
-          - oot
-          - dist
+         values: '{obj:build}'
 
     builders:
       - shell:
       - 'liburcu_{version}_{buildtype}':
           buildtype: build
           arch: !!python/tuple [x86-32, x86-64]
+          build: !!python/tuple [std, oot, dist]
       - 'liburcu_{version}_{buildtype}':
           buildtype: portbuild
           arch: !!python/tuple [armhf, powerpc]
+          build: !!python/tuple [std]
       - 'liburcu_{version}_cppcheck'
       - 'liburcu_{version}_scan-build'
 
This page took 0.024075 seconds and 4 git commands to generate.