Build only the standard configuration in portbuild jobs
[lttng-ci.git] / jobs / babeltrace.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'
This page took 0.021817 seconds and 4 git commands to generate.