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.

e16373de80
6bff1a1967

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38368>
This commit is contained in:
Valentine Burley
2025-11-11 10:30:58 +01:00
committed by Marge Bot
parent 12b2476b40
commit 02986c9cec
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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.