# Example config for the linux kernel num_worktrees = 4 [[tests]] name = "checkpatch" command = "./scripts/checkpatch.pl --git $LIMMAT_COMMIT" requires_worktree = false [[tests]] name = "sleep" command = "sleep 1" [[tests]] depends_on = ["sleep"] name = "vmlinux-defconfig" command = """ set -e make -j defconfig make -j100 vmlinux CC="ccache gcc" KBUILD_BUILD_TIMESTAMP= """