mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
amd/ci: hold back navi21/navi31 to kernel 6.6
There is a regression in AMDGPU that prevents using 6.10+ on navi21/navi31 due to a memory explosion. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34879>
This commit is contained in:
parent
68323b195a
commit
dd9682ab09
1 changed files with 10 additions and 0 deletions
|
|
@ -402,6 +402,11 @@
|
|||
RUNNER_FARM_LOCATION: keywords
|
||||
CI_TRON_DUT_SETUP_TAGS: amdgpu:codename:NAVI21
|
||||
FDO_CI_CONCURRENT: 32
|
||||
# FIXME: drop everything below to use the same kernel as the rest of the amdgpu jobs
|
||||
CI_TRON_KERNEL__URL: https://fs.mupuf.org/linux-6.6-b2c-radv-ci
|
||||
CI_TRON_INITRAMFS__DEPMOD__URL: null
|
||||
CI_TRON_INITRAMFS__GPU__URL: null
|
||||
CI_TRON_INITRAMFS__GPU__FORMAT__0__ARCHIVE__KEEP__0__PATH: null
|
||||
|
||||
.vangogh-test-valve:
|
||||
variables:
|
||||
|
|
@ -424,6 +429,11 @@
|
|||
RUNNER_FARM_LOCATION: keywords
|
||||
CI_TRON_DUT_SETUP_TAGS: amdgpu:codename:NAVI31
|
||||
FDO_CI_CONCURRENT: 32
|
||||
# FIXME: drop everything below to use the same kernel as the rest of the amdgpu jobs
|
||||
CI_TRON_KERNEL__URL: https://fs.mupuf.org/linux-6.6-b2c-radv-ci
|
||||
CI_TRON_INITRAMFS__DEPMOD__URL: null
|
||||
CI_TRON_INITRAMFS__GPU__URL: null
|
||||
CI_TRON_INITRAMFS__GPU__FORMAT__0__ARCHIVE__KEEP__0__PATH: null
|
||||
|
||||
############### Fluster tests ###############
|
||||
.radeonsi-vaapi-fluster-rules:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue