From c9214768faa8b411da1ec5affb6760792865c381 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Thu, 24 Mar 2022 15:18:00 +0200 Subject: [PATCH] radv/ci: add a Van Gogh dEQP runner MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Vangogh is the codename of the custom APU found in the Steam Deck. As it only has 4 Zen2 cores and a 15W TDP, don't expect fast runs until we get more of them in CI :) Just like the Renoir and one of the NAVI10 runners, this VanGogh runner is hosted in my CI farm, behind a couple of UPSes. Signed-off-by: Martin Roukala (né Peres) Reviewed-by: Charlie Turner Part-of: --- src/amd/ci/gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 7d49982..061f1aa 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -152,6 +152,20 @@ deqp-navi21-valve: tags: - amdgpu:codename:NAVI21 +deqp-vangogh-valve: + extends: + - .deqp-test-valve + timeout: 7h 10m + variables: + GPU_VERSION: radv-vangogh-aco + FDO_CI_CONCURRENT: 8 + B2C_TIMEOUT_BOOT_MINUTES: 420 # 7 hours + B2C_TIMEOUT_OVERALL_MINUTES: 420 # 7 hours + B2C_TIMEOUT_MINUTES: 3 + B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g' + tags: + - amdgpu:codename:VANGOGH + ############### Fossilize .radv-fossils: extends: -- 2.7.4