From 9d0846f313b81fe2d15db9037a2d59ad333f7f99 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 27 Aug 2015 17:37:38 -0400 Subject: [PATCH] Build only the standard configuration in portbuild jobs --- jobs/babeltrace.yaml | 7 +++---- jobs/liburcu.yaml | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) 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' -- 2.34.1