- 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'
- 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'