From 8b706f4c0fdf06931d8a8c4d30e997249709f412 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Tue, 10 Mar 2026 11:09:37 +0100 Subject: [PATCH] ci: Update kernel to pick up new network adapter The only change in this kernel is enabling CONFIG_IGB for upcoming jobs, with no impact on current jobs. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/image-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 4dc73703b88..1952481b4d3 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -32,7 +32,7 @@ variables: FEDORA_X86_64_BUILD_TAG: "20250917-rust" - KERNEL_TAG: "v6.19-mesa-0b9b" + KERNEL_TAG: "v6.19-mesa-9505" KERNEL_REPO: "gfx-ci/linux" PKG_REPO_REV: "0d2527f6" FIRMWARE_TAG: "8fc31b97"