From 02986c9cec59597c3b95c11ce54fe7ada5bdfbfd Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Tue, 11 Nov 2025 10:30:58 +0100 Subject: [PATCH] ci/lava: Use a660_zap.mbn from linux-firmware This is now available in linux-firmware, so we can update the gfx-ci/firmware archive to include the zap shader for a660 instead of manually injecting it in LAVA. https://gitlab.freedesktop.org/gfx-ci/firmware/-/commit/e16373de805fce1f71db4405dbc36919b538e7e0 https://gitlab.freedesktop.org/gfx-ci/lava-job-submitter/-/commit/6bff1a1967d522fbd9e49d0ffe3f3db91217bbf1 Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/image-tags.yml | 2 +- .gitlab-ci/lava/gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 6abda720d52..44f339ff91c 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -35,7 +35,7 @@ variables: KERNEL_TAG: "v6.17-mesa-ceea" KERNEL_REPO: "gfx-ci/linux" PKG_REPO_REV: "0d2527f6" - FIRMWARE_TAG: "9f163db2" + FIRMWARE_TAG: "e16373de" FIRMWARE_REPO: "gfx-ci/firmware" WINDOWS_X64_MSVC_TAG: "20250906-d3d10umd" diff --git a/.gitlab-ci/lava/gitlab-ci.yml b/.gitlab-ci/lava/gitlab-ci.yml index e3522ede8ce..46ae6dd081f 100644 --- a/.gitlab-ci/lava/gitlab-ci.yml +++ b/.gitlab-ci/lava/gitlab-ci.yml @@ -13,7 +13,7 @@ variables: # 4. lava/health-check-docker - the slim container used for fastboot # Set image: directly instead of extending .set-image to avoid conflicts # with MESA_IMAGE_PATH and FDO_DISTRIBUTION_TAG between the containers. - image: registry.freedesktop.org/gfx-ci/lava-job-submitter/alpine/x86_64_lava-trigger:20251009-fastboot + image: registry.freedesktop.org/gfx-ci/lava-job-submitter/alpine/x86_64_lava-trigger:20251111.0 # Cancel job if a newer commit is pushed to the same branch interruptible: true # The jobs themselves shouldn't actually run for an hour, of course.