Mesa (vangogh_runner): radv/ci: add a Van Gogh dEQP runner

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 19 07:09:18 UTC 2022


Module: Mesa
Branch: vangogh_runner
Commit: c2a7f7dccb8af99d9aa4d650c32ee3a7490ed992
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2a7f7dccb8af99d9aa4d650c32ee3a7490ed992

Author: Martin Roukala (né Peres) <martin.roukala at 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.roukala at mupuf.org>

---

 src/amd/ci/gitlab-ci.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml
index 7d4998245ca..f58adcbbcca 100644
--- a/src/amd/ci/gitlab-ci.yml
+++ b/src/amd/ci/gitlab-ci.yml
@@ -152,6 +152,17 @@ deqp-navi21-valve:
   tags:
     - amdgpu:codename:NAVI21
 
+deqp-vangogh-valve:
+  extends:
+    - .deqp-test-valve
+  timeout: 3h 10m
+  variables:
+    GPU_VERSION: radv-vangogh-aco
+    FDO_CI_CONCURRENT: 12
+    B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
+  tags:
+    - amdgpu:codename:VANGOGH
+
 ############### Fossilize
 .radv-fossils:
   extends:



More information about the mesa-commit mailing list