9 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build.sh
14 - .use-debian/arm64_build
18 DEFCONFIG: "arch/arm/configs/multi_v7_defconfig"
19 KERNEL_IMAGE_NAME: "zImage"
25 - .use-debian/arm64_build
29 DEFCONFIG: "arch/arm64/configs/defconfig"
30 KERNEL_IMAGE_NAME: "Image"
36 - .use-debian/x86_64_build
38 DEFCONFIG: "arch/x86/configs/x86_64_defconfig"
39 KERNEL_IMAGE_NAME: "bzImage"
43 # Build IGT for testing on devices
48 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build-igt.sh
53 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build-igt.sh
56 extends: .build:x86_64
58 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build-igt.sh
60 # Build kernels for testing on devices
65 # Would be good to have DEBUG_KMEMLEAK, but it doesn't work well with any of
66 # PROVE_LOCKING and KASAN as of 5.17.
68 # db410c and db820c don't boot with KASAN_INLINE, probably due to the kernel
69 # becoming too big for their bootloaders.
70 ENABLE_KCONFIGS: "PROVE_LOCKING DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT"
72 MERGE_FRAGMENT: arm.config
77 # Would be good to have DEBUG_KMEMLEAK, but it doesn't work well with any of
78 # PROVE_LOCKING and KASAN as of 5.17.
80 # db410c and db820c don't boot with KASAN_INLINE, probably due to the kernel
81 # becoming too big for their bootloaders.
82 ENABLE_KCONFIGS: "PROVE_LOCKING DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT"
84 MERGE_FRAGMENT: arm64.config
87 extends: .build:x86_64
89 # Would be good to have DEBUG_KMEMLEAK, but it doesn't work well with any of
90 # PROVE_LOCKING and KASAN as of 5.17.
92 # db410c and db820c don't boot with KASAN_INLINE, probably due to the kernel
93 # becoming too big for their bootloaders.
94 ENABLE_KCONFIGS: "PROVE_LOCKING DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT"
96 MERGE_FRAGMENT: x86_64.config
99 # Jobs for build-testing different configurations
102 extends: .build:arm32
104 build-nodebugfs:arm64:
105 extends: .build:arm64
107 DISABLE_KCONFIGS: "DEBUG_FS"
110 extends: .build:x86_64