freedreno/ci: Switch sm8650 to gfx-ci/linux kernel

Use the standard gfx-ci/linux v6.19.5 kernel for the a750 jobs on
sm8650-hdk.

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:
Valentine Burley 2026-02-09 12:44:38 +01:00 committed by Marge Bot
parent 31090dea4c
commit 68e0eb78d1
2 changed files with 7 additions and 3 deletions

View file

@ -34,6 +34,11 @@ dEQP-VK.binding_model.descriptor_buffer.traditional_buffer.capture_replay.sparse
dEQP-VK.pipeline.monolithic.misc.identically_defined_layout,Fail
gmem-dEQP-VK.binding_model.descriptor_buffer.traditional_buffer.capture_replay.sparse_buffer_descriptor_data_consistency_and_usage,Fail
# New failures when updating kernel from msm-next at 6.16 to 6.19.5
# https://gitlab.freedesktop.org/drm/msm/-/issues/93
dEQP-VK.pipeline.monolithic.timestamp.calibrated.calibration_test,Fail
dEQP-VK.pipeline.monolithic.timestamp.calibrated.dev_domain_test,Fail
# Bad assumptions in piglit about layout of multiplanar formats,
# it should use separate buffers per plane:

View file

@ -306,12 +306,11 @@
variables:
FDO_CI_CONCURRENT: 8
CI_TRON_DUT_SETUP_TAGS: dt_gpu:codename:a750
CI_TRON_KERNEL__URL: 'https://fs.mupuf.org/hdk8650/2025-08-22-msm-fixes-for-mesa-ci//linux-arm64'
CI_TRON_KERNEL__URL: '$KERNEL_IMAGE_BASE/arm64/Image.gz'
CI_TRON_INITRAMFS_CATEGORY__50_PLATFORM__0__URL: "https://${S3_BASE_PATH}/${FIRMWARE_REPO}/qcom-${FIRMWARE_TAG}.tar"
CI_TRON_INITRAMFS_CATEGORY__50_PLATFORM__0__FORMAT__0__ARCHIVE__EXTENSION: cpio
CI_TRON_INITRAMFS_CATEGORY__50_PLATFORM__0__FORMAT__0__ARCHIVE__KEEP__0__PATH: './lib/firmware/qcom/(sm8650/)?.*gen70900.*'
CI_TRON_DTB__0__URL: 'https://fs.mupuf.org/hdk8650/2025-08-22-msm-fixes-for-mesa-ci//linux-arm64.dtbs.cpio.xz'
CI_TRON_DTB__0__FORMAT__0__ARCHIVE__MATCH: 'boot/dtbs/qcom/sm8650-hdk.dtb'
CI_TRON_DTB__0__URL: '$KERNEL_IMAGE_BASE/arm64/sm8650-hdk.dtb'
CI_TRON__B2C_SWAP_SIZE: '16g'
CI_TRON_TIMEOUT__FIRST_CONSOLE_ACTIVITY__MINUTES: 0.5
CI_TRON_TIMEOUT__FIRST_CONSOLE_ACTIVITY__RETRIES: 3