mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-28 04:34:25 +08:00
radv/ci: bump most jobs to the kernel to 6.1 + latest firmwares
Unfortunately, not all jobs can be using Linux 6.1 right now, as NAVI10 hits __vm_enough_memory errors then hangs in VKCTS. So for this job, we will keep Linux 5.17 until this gets fixed. Reference: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7888 Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16835>
This commit is contained in:
parent
264a0cabd1
commit
bedb9b73db
@ -210,7 +210,7 @@ rustfmt:
|
||||
# No need by default to pull the whole repo
|
||||
GIT_STRATEGY: none
|
||||
# boot2container initrd configuration parameters.
|
||||
B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/mupuf/valve-infra/-/package_files/144/download' # 5.17.1
|
||||
B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/mupuf/valve-infra/-/package_files/519/download' # Linux 6.1
|
||||
B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/mupuf/boot2container/-/releases/v0.9.8/downloads/initramfs.linux_amd64.cpio.xz'
|
||||
B2C_JOB_SUCCESS_REGEX: '\[.*\]: Execution is over, pipeline status: 0\r$'
|
||||
B2C_JOB_WARN_REGEX: '\*ERROR\* ring .* timeout, but soft recovered'
|
||||
|
@ -333,6 +333,9 @@ vkcts-navi10-valve:
|
||||
- .test-manual-mr
|
||||
variables:
|
||||
GPU_VERSION: radv-navi10-aco
|
||||
# Use Linux 5.17 to work around hitting __vm_enough_memory then hanging on Linux 6.1
|
||||
# See https://gitlab.freedesktop.org/mesa/mesa/-/issues/7888 for details
|
||||
B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/mupuf/valve-infra/-/package_files/144/download' # 5.17.1
|
||||
|
||||
vkcts-navi21-valve:
|
||||
parallel: 2
|
||||
|
Loading…
Reference in New Issue
Block a user