radv/ci: add a Van Gogh dEQP runner
authorMartin Roukala (né Peres) <martin.roukala@mupuf.org>
Thu, 24 Mar 2022 13:18:00 +0000 (15:18 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 21 Apr 2022 15:15:53 +0000 (15:15 +0000)
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@mupuf.org>
Reviewed-by: Charlie Turner <cturner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15555>

src/amd/ci/gitlab-ci.yml

index 7d49982..061f1aa 100644 (file)
@@ -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: