From 703d66254d6a94f662090abce24c392aa7fb3357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Wed, 31 Aug 2022 18:02:15 +0300 Subject: [PATCH] radv/ci: disable kabini's vkd3d job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The vkd3d update increased its RAM usage above the 4GB of RAM the kabini has... which leads to amdgpu complaining about not having enough RAM for command submission. Let's disable the job until we find a way to lower concurrency or increase the amount of carveout that could be used for command submission. Signed-off-by: Martin Roukala (né Peres) Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 2b5268bbb39..ad35d594572 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -289,7 +289,7 @@ radv-fossils: B2C_JOB_SUCCESS_REGEX: 'SUCCESS: No changes found!\r$' B2C_TEST_SCRIPT: ./install/vkd3d-proton/run.sh -vkd3d-kabini-valve: +.vkd3d-kabini-valve: extends: - .vkd3d-test-valve - .kabini-test-valve