From efd980aa157110bef3fe5bf8f6cc715900661b33 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 16 Feb 2026 11:07:36 +0100 Subject: [PATCH] ci/lava: Uprev lava-job-submitter The new version drops our internal timestamp handling since newer gitlab-runner versions already provide native timestamp support. It also prepares for future CI-tron support in gfx-ci/linux by appending `noinitrd` and `initcall_blacklist=cdc_driver_init` to the kernel cmdline, disabling the initramdisk and CDC Composite Device that CI-tron needs. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/lava/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/lava/gitlab-ci.yml b/.gitlab-ci/lava/gitlab-ci.yml index 2d99269be0b..2b62b414b06 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:20251111.0 + image: registry.freedesktop.org/gfx-ci/lava-job-submitter/alpine/x86_64_lava-trigger:20260302.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.