X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fliburcu.yaml;h=f22d19b44e8d5eaf97030991961c28440f53bf2b;hb=0dc6aca08567d3ff637bd65f798610b961170df5;hp=78eec5358517cbfe858e1a1d04db39ab2abed578;hpb=e3022ad9162a856857f743fe1555e67dcba8d3d4;p=lttng-ci.git diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 78eec53..f22d19b 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -56,17 +56,16 @@ ## Templates - job-template: - name: liburcu_{version}_build + name: liburcu_{version}_{buildtype} defaults: liburcu project-type: matrix + node: 'x86-32 || x86-64' # Applies only to matrix flyweight task axes: - axis: type: slave name: arch - values: - - x86-32 - - x86-64 + values: '{obj:arch}' - axis: type: user-defined name: conf @@ -77,10 +76,7 @@ - axis: type: user-defined name: build - values: - - std - - oot - - dist + values: '{obj:build}' builders: - shell: @@ -91,6 +87,12 @@ - warnings: console-log-parsers: - 'GNU Make + GNU C Compiler (gcc)' + total-thresholds: + failed: + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 - archive: artifacts: 'build/**' allow-empty: false @@ -148,11 +150,16 @@ - project: name: liburcu version: - - stable-0.7 - - stable-0.8 - - master + !include jobs/inc/liburcu-versions.yaml.inc jobs: - - 'liburcu_{version}_build' + - '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'