From 79422eccd80e3e6d0ab76a652c9b062cddc43d79 Mon Sep 17 00:00:00 2001 From: Vignesh Raman Date: Wed, 17 Jan 2024 08:13:51 +0530 Subject: [PATCH] ci: Add kmod modprobe is required in drm-ci for vkms testing. So add kmod to DEPS. Signed-off-by: Vignesh Raman Part-of: --- .gitlab-ci/container/debian/x86_64_test-gl.sh | 1 + .gitlab-ci/image-tags.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/container/debian/x86_64_test-gl.sh b/.gitlab-ci/container/debian/x86_64_test-gl.sh index 5f09fcfd036..fe105f1ea0e 100644 --- a/.gitlab-ci/container/debian/x86_64_test-gl.sh +++ b/.gitlab-ci/container/debian/x86_64_test-gl.sh @@ -46,6 +46,7 @@ EPHEMERAL=( DEPS=( clinfo iptables + kmod "libclang-common-${LLVM_VERSION}-dev" "libclang-cpp${LLVM_VERSION}" libcap2 diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index fd3b3ee109c..320db5a15ee 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -19,7 +19,7 @@ variables: DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android" DEBIAN_X86_64_TEST_ANDROID_TAG: "2024-01-14-runner" - DEBIAN_X86_64_TEST_GL_TAG: "2024-01-14-check-deqp" + DEBIAN_X86_64_TEST_GL_TAG: "2024-01-16-kmod" DEBIAN_X86_64_TEST_VK_TAG: "2024-01-14-check-deqp" ALPINE_X86_64_BUILD_TAG: "2023-01-07-libdrm2_4_119"