From dabc52899b481e36e120a04b09762bbf23b06cc9 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Fri, 5 May 2023 14:57:01 +0200 Subject: [PATCH] ci: uprev kernel to 6.3.1 with fixed patch for Adreno SMMU Going from release candidate to stable kernel hopefully also improve overall stability. Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/container/gitlab-ci.yml | 2 +- .gitlab-ci/image-tags.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/container/gitlab-ci.yml b/.gitlab-ci/container/gitlab-ci.yml index a1ab5a39de3..0ccfa81c628 100644 --- a/.gitlab-ci/container/gitlab-ci.yml +++ b/.gitlab-ci/container/gitlab-ci.yml @@ -191,7 +191,7 @@ debian/android_build: debian/x86_test-base: extends: debian/x86_build-base variables: - KERNEL_URL: &kernel-rootfs-url "https://gitlab.freedesktop.org/gfx-ci/linux/-/archive/v6.3-for-mesa-ci-43c973a8ff91/linux-v6.3-for-mesa-ci-43c973a8ff91.tar.bz2" + KERNEL_URL: &kernel-rootfs-url "https://gitlab.freedesktop.org/gfx-ci/linux/-/archive/v6.3-for-mesa-ci-43c973a8ff91/linux-v6.3-for-mesa-ci-6fc749a2a59a.tar.bz2" MESA_IMAGE_TAG: &debian-x86_test-base ${DEBIAN_BASE_TAG} .use-debian/x86_test-base: diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 9b5b654b363..25c4468cfc3 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -1,6 +1,6 @@ variables: DEBIAN_X86_BUILD_BASE_IMAGE: "debian/x86_build-base" - DEBIAN_BASE_TAG: "2023-05-02-virglrenderer-patch" + DEBIAN_BASE_TAG: "2023-05-05-kernel-6.3.1" DEBIAN_X86_BUILD_IMAGE_PATH: "debian/x86_build" DEBIAN_BUILD_TAG: "2023-04-29-mold" @@ -21,7 +21,7 @@ variables: ALPINE_X86_BUILD_TAG: "2023-03-20-3.17-bump" FEDORA_X86_BUILD_TAG: "2023-04-26-rusticl" - KERNEL_ROOTFS_TAG: "2023-05-04-piglit-79a084c5" + KERNEL_ROOTFS_TAG: "2023-05-05-kernel-6.3.1" WINDOWS_X64_VS_PATH: "windows/x64_vs" WINDOWS_X64_VS_TAG: "2022-10-20-upgrade-zlib"