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 <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40159>
This commit is contained in:
parent
de7a584093
commit
efd980aa15
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue