Disable portbuild for kernel jobs
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 26 Aug 2015 00:31:54 +0000 (20:31 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 26 Aug 2015 00:31:54 +0000 (20:31 -0400)
jobs/kernel.yaml
jobs/lttng-modules.yaml

index ebe604b84102e591177d57efcf09ae828dde05f9..cb968d2a2e3a46d30c268eff4e4591c5c7689ca9 100644 (file)
@@ -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]
index 195c0e5e2f54f5095db38bbf53bd2df200de2a4e..23eb06b96fadde570ed9576120fcf6936a2a6618 100644 (file)
@@ -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]
This page took 0.025523 seconds and 4 git commands to generate.