Mesa (main): radv/ci: Test on Stoney on CI

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon May 24 06:34:37 UTC 2021


Module: Mesa
Branch: main
Commit: 36e63677478e6c5fc9c631e2795ed95776909c11
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=36e63677478e6c5fc9c631e2795ed95776909c11

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Tue May 18 08:02:51 2021 +0200

radv/ci: Test on Stoney on CI

Run part of the VK CTS in 3 devices with Stoney Ridge graphics.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Reviewed-by: Rohan Garg <rohan.garg at collabora.com>
Reviewed-by: Corentin Noël <corentin.noel at collabora.com>
Acked-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10853>

---

 .gitlab-ci/test-source-dep.yml |  1 +
 src/amd/ci/gitlab-ci.yml       | 19 ++++++++++++++++++-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 994d07250e5..604de4f9282 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -253,6 +253,7 @@
     - when: never
 
 .radv-rules:
+  stage: amd
   rules:
     - *ignore_scheduled_pipelines
     - changes:
diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml
index 635368eb9b5..35f2e3e3123 100644
--- a/src/amd/ci/gitlab-ci.yml
+++ b/src/amd/ci/gitlab-ci.yml
@@ -2,7 +2,6 @@
   extends:
     - .test-vk
     - .radv-rules
-  stage: amd
   variables:
     VK_DRIVER: radeon
     ACO_DEBUG: validateir,validatera
@@ -43,6 +42,24 @@ radv_polaris10_vkcts:
   tags:
     - polaris10
 
+# Run three jobs in parallel each running 1/30th of the test suite
+radv_stoney_vkcts:amd64:
+  extends:
+    - .lava-test:amd64
+    - .radv-rules
+  parallel: 3
+  variables:
+    DEQP_VERSION: vk
+    ENV_VARS: "DEQP_FRACTION=10 DEQP_PARALLEL=4 DEQP_EXPECTED_RENDERER=STONEY"
+    DEVICE_TYPE: hp-11A-G6-EE-grunt
+    DTB: ""
+    GPU_VERSION: radv-stoney-aco
+    BOOT_METHOD: depthcharge
+    KERNEL_IMAGE_TYPE: ""
+    VK_DRIVER: radeon
+  tags:
+    - mesa-ci-aarch64-lava-collabora
+
 radv-fossils:
   extends:
     - .fossilize-test



More information about the mesa-commit mailing list