From: Michael Jeanson Date: Thu, 27 Aug 2015 21:37:38 +0000 (-0400) Subject: Build only the standard configuration in portbuild jobs X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=9d0846f313b81fe2d15db9037a2d59ad333f7f99;p=lttng-ci.git Build only the standard configuration in portbuild jobs --- diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 48cbaca..3bba355 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -62,10 +62,7 @@ - axis: type: user-defined name: build - values: - - std - - oot - - dist + values: '{obj:build}' builders: - shell: @@ -202,9 +199,11 @@ - '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' diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 75e554a..cc41a8e 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -75,10 +75,7 @@ - axis: type: user-defined name: build - values: - - std - - oot - - dist + values: '{obj:build}' builders: - shell: @@ -159,9 +156,11 @@ - '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'