Module: Mesa Branch: main Commit: c9214768faa8b411da1ec5affb6760792865c381 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9214768faa8b411da1ec5affb6760792865c381
Author: Martin Roukala (né Peres) <martin.rouk...@mupuf.org> Date: Thu Mar 24 15:18:00 2022 +0200 radv/ci: add a Van Gogh dEQP runner 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) <martin.rouk...@mupuf.org> Reviewed-by: Charlie Turner <ctur...@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15555> --- 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 7d4998245ca..061f1aacb61 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: