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.