ci: Update kernel to Linux 6.19.6
The new kernel also fixes the previous issue in the virgl-traces job, but sadly Xe regressed, so keep the 6.17 kernel in zink-anv-adl. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14161 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
efd980aa15
commit
31090dea4c
3 changed files with 4 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ variables:
|
||||||
|
|
||||||
FEDORA_X86_64_BUILD_TAG: "20250917-rust"
|
FEDORA_X86_64_BUILD_TAG: "20250917-rust"
|
||||||
|
|
||||||
KERNEL_TAG: "v6.17-mesa-ddf6"
|
KERNEL_TAG: "v6.19-mesa-0b9b"
|
||||||
KERNEL_REPO: "gfx-ci/linux"
|
KERNEL_REPO: "gfx-ci/linux"
|
||||||
PKG_REPO_REV: "0d2527f6"
|
PKG_REPO_REV: "0d2527f6"
|
||||||
FIRMWARE_TAG: "8fc31b97"
|
FIRMWARE_TAG: "8fc31b97"
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@ virgl-traces:
|
||||||
PIGLIT_REPLAY_DEVICE_NAME: "gl-virgl"
|
PIGLIT_REPLAY_DEVICE_NAME: "gl-virgl"
|
||||||
PIGLIT_RESULTS: "virgl-replay"
|
PIGLIT_RESULTS: "virgl-replay"
|
||||||
LD_LIBRARY_PATH: "${CI_PROJECT_DIR}/install/lib/" # For Crosvm
|
LD_LIBRARY_PATH: "${CI_PROJECT_DIR}/install/lib/" # For Crosvm
|
||||||
KERNEL_TAG: "v6.16-mesa-9d85"
|
|
||||||
tags:
|
tags:
|
||||||
- $FDO_RUNNER_JOB_PRIORITY_TAG_X86_64_KVM
|
- $FDO_RUNNER_JOB_PRIORITY_TAG_X86_64_KVM
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
|
|
@ -73,6 +73,9 @@ zink-anv-adl:
|
||||||
# We use gbm because its a copy of tgl job
|
# We use gbm because its a copy of tgl job
|
||||||
PIGLIT_PLATFORM: gbm
|
PIGLIT_PLATFORM: gbm
|
||||||
FDO_CI_CONCURRENT: 6 # higher is too much, and leads to OOM
|
FDO_CI_CONCURRENT: 6 # higher is too much, and leads to OOM
|
||||||
|
# Xe regression in 6.19
|
||||||
|
# https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/7584
|
||||||
|
KERNEL_TAG: "v6.17-mesa-ddf6"
|
||||||
parallel: 4
|
parallel: 4
|
||||||
|
|
||||||
# Manual full run when you want to double-check the full status.
|
# Manual full run when you want to double-check the full status.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue