From ad508e50bfe2f4c9055fef510fe1d7387cbf0afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Thu, 20 Apr 2023 10:23:36 +0300 Subject: [PATCH] radv/ci: disable the vkcts-navi21-llvm-valve job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is badly-broken and until someone actually fixes it, it provides no additional value to other developers. We'll keep the job around, as a courtesy to the developer that will be trying to fix it. Closes: #8799 Reviewed-by: Samuel Pitoiset Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 7b102885017..5fc3a175004 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -366,7 +366,8 @@ vkcts-navi21-valve: variables: GPU_VERSION: radv-navi21-aco -vkcts-navi21-llvm-valve: +# Disabled due to its extremelly-broken nature +.vkcts-navi21-llvm-valve: extends: - .vkcts-test-valve - .navi21-test-valve