From: Michael Jeanson Date: Wed, 26 Aug 2015 00:31:54 +0000 (-0400) Subject: Disable portbuild for kernel jobs X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=af978102378ede618ff34fe82fb4d008df87c045;hp=bb2f38b122b0f3c45437656e149a7efb3ef7ef7b;p=lttng-ci.git Disable portbuild for kernel jobs --- 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]