From af978102378ede618ff34fe82fb4d008df87c045 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 25 Aug 2015 20:31:54 -0400 Subject: [PATCH] Disable portbuild for kernel jobs --- jobs/kernel.yaml | 6 +++--- jobs/lttng-modules.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jobs/kernel.yaml b/jobs/kernel.yaml index ebe604b..cb968d2 100644 --- a/jobs/kernel.yaml +++ b/jobs/kernel.yaml @@ -71,6 +71,6 @@ - 'kernel_{kversion}_{buildtype}': buildtype: build arch: !!python/tuple [x86-32, x86-64] - - 'kernel_{kversion}_{buildtype}': - buildtype: portbuild - arch: !!python/tuple [armhf, powerpc] + #- 'kernel_{kversion}_{buildtype}': + # buildtype: portbuild + # arch: !!python/tuple [armhf, powerpc] diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index 195c0e5..23eb06b 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -81,6 +81,6 @@ - 'lttng-modules_{mversion}_{kversion}_{buildtype}': buildtype: build arch: !!python/tuple [x86-32, x86-64] - - 'lttng-modules_{mversion}_{kversion}_{buildtype}': - buildtype: portbuild - arch: !!python/tuple [armhf, powerpc] + #- 'lttng-modules_{mversion}_{kversion}_{buildtype}': + # buildtype: portbuild + # arch: !!python/tuple [armhf, powerpc] -- 2.34.1