radv/ci: add a manual job to run vkcts on navi31
authorMartin Roukala (né Peres) <martin.roukala@mupuf.org>
Sun, 17 Sep 2023 10:50:52 +0000 (13:50 +0300)
committerMarge Bot <emma+marge@anholt.net>
Thu, 28 Sep 2023 14:51:12 +0000 (14:51 +0000)
We currently only have a single navi31, but we'll get more in the
next month or so.

Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25266>

src/amd/ci/gitlab-ci-inc.yml
src/amd/ci/gitlab-ci.yml
src/amd/ci/radv-gfx1100-aco-fails.txt [moved from src/amd/ci/external/radv-gfx1100-aco-fails.txt with 100% similarity]
src/amd/ci/radv-gfx1100-aco-flakes.txt [moved from src/amd/ci/external/radv-gfx1100-aco-flakes.txt with 100% similarity]
src/amd/ci/radv-gfx1100-aco-skips.txt [moved from src/amd/ci/external/radv-gfx1100-aco-skips.txt with 100% similarity]

index 01d8c4f..d960410 100644 (file)
     - amdgpu:codename:VANGOGH
     - $VALVE_INFRA_VANGOGH_JOB_PRIORITY
 
+.navi31-test-valve:
+  variables:
+    RUNNER_FARM_LOCATION: keywords
+    FDO_CI_CONCURRENT: 32
+    B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
+    B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/mupuf/boot2container/-/releases/v0.9.10/downloads/linux-x86_64'  # Linux 6.3
+  tags:
+    - amdgpu:codename:NAVI31
+
 ############### VKCTS tests ###############
 
 # A note on the variables to control fractional VKCTS runs
index cd42ac5..8f52bd6 100644 (file)
@@ -239,6 +239,14 @@ glcts-vangogh-valve:
     GPU_VERSION: radeonsi-vangogh
     DEQP_SUITE: radeonsi-vangogh
 
+vkcts-navi31-valve:
+  extends:
+    - .vkcts-test-valve
+    - .navi31-test-valve
+    - .radv-valve-manual-rules
+  variables:
+    GPU_VERSION: radv-gfx1100-aco
+
 ############### Fossilize
 radv-fossils:
   extends: