From 37eab7ddf858e30fbf81d2f06bb151909b9647e9 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel <sebastian.reichel@collabora.com> Date: Tue, 27 Feb 2024 16:47:58 +0100 Subject: [PATCH] add allmod CI scenario Build everything as a module. This should test build any new code. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> --- ci/gitlab-ci/yml/scenarios/allmod.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ci/gitlab-ci/yml/scenarios/allmod.yml diff --git a/ci/gitlab-ci/yml/scenarios/allmod.yml b/ci/gitlab-ci/yml/scenarios/allmod.yml new file mode 100644 index 0000000000000..c4cbd24dc5a1f --- /dev/null +++ b/ci/gitlab-ci/yml/scenarios/allmod.yml @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +.kernel-combinations: + parallel: + matrix: + - KCI_KERNEL_ARCH: "x86_64" + KCI_DEFCONFIG: "allmodconfig" + + - KCI_KERNEL_ARCH: "arm64" + KCI_DEFCONFIG: "allmodconfig" + + - KCI_KERNEL_ARCH: "arm" + KCI_DEFCONFIG: "allmodconfig" -- GitLab