From dd9682ab0909043dbc24f3d7e42a828648605b38 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Fri, 23 May 2025 12:28:26 +0200 Subject: [PATCH] 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 Part-of: --- src/amd/ci/gitlab-ci-inc.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/amd/ci/gitlab-ci-inc.yml b/src/amd/ci/gitlab-ci-inc.yml index 4ca1f706dd3..3b55bcce0dc 100644 --- a/src/amd/ci/gitlab-ci-inc.yml +++ b/src/amd/ci/gitlab-ci-inc.yml @@ -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: