Mesa (main): radv/ci: test vkd3d on kabini

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jun 18 17:55:07 UTC 2022


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

Author: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Date:   Thu Jun 16 16:39:32 2022 +0300

radv/ci: test vkd3d on kabini

The machine is extremely slow and fails to finish vkcts, but vkd3d may
still be used as a way to detect extreme regressions.

Signed-off-by: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17081>

---

 src/amd/ci/gitlab-ci.yml         | 17 ++++++++++++++---
 src/amd/ci/radv-kabini-vkd3d.txt | 10 ++++++++++
 2 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml
index 7cab6063793..1fa15600e4b 100644
--- a/src/amd/ci/gitlab-ci.yml
+++ b/src/amd/ci/gitlab-ci.yml
@@ -60,6 +60,12 @@ radv_stoney_vkcts:amd64:
     B2C_TEST_SCRIPT: ./install/deqp-runner.sh
     B2C_JOB_VOLUME_EXCLUSIONS: "*.shader_cache"
 
+.kabini-test-valve:
+  variables:
+    B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=8g'
+  tags:
+    - amdgpu:codename:KABINI
+
 .polaris10-test-valve:
   variables:
     FDO_CI_CONCURRENT: 16
@@ -132,6 +138,7 @@ radv_stoney_vkcts:amd64:
 .vkcts-kabini-valve:
   extends:
     - .vkcts-test-valve
+    - .kabini-test-valve
   timeout: 6h 10m
   variables:
     # FIXME: Create this baseline for KABINI
@@ -139,9 +146,6 @@ radv_stoney_vkcts:amd64:
     B2C_TIMEOUT_BOOT_MINUTES: 360
     B2C_TIMEOUT_OVERALL_MINUTES: 360
     B2C_TIMEOUT_BOOT_RETRIES: 0
-    B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=8g'
-  tags:
-    - amdgpu:codename:KABINI
 
 # Disabled for now due to Igalia farm issues.
 .vkcts-stoney-valve:
@@ -273,6 +277,13 @@ radv-fossils:
     B2C_JOB_SUCCESS_REGEX: 'SUCCESS: No changes found!\r$'
     B2C_TEST_SCRIPT: ./install/vkd3d-proton/run.sh
 
+vkd3d-kabini-valve:
+  extends:
+    - .vkd3d-test-valve
+    - .kabini-test-valve
+  variables:
+    VKD3D_PROTON_RESULTS: radv-kabini-vkd3d
+
 vkd3d-polaris10-valve:
   extends:
     - .vkd3d-test-valve
diff --git a/src/amd/ci/radv-kabini-vkd3d.txt b/src/amd/ci/radv-kabini-vkd3d.txt
new file mode 100644
index 00000000000..aa84717e681
--- /dev/null
+++ b/src/amd/ci/radv-kabini-vkd3d.txt
@@ -0,0 +1,10 @@
+test_depth_stencil_sampling:571:Test 0: Test failed: Got 1.00000000e+00, expected 0.00000000e+00 at (0, 0).
+test_depth_stencil_sampling:581:Test 0: Test failed: Got 1.00000000e+00, expected 0.00000000e+00 at (0, 0).
+test_depth_stencil_sampling:586:Test 0: Test failed: Got 1.00000000e+00, expected 0.00000000e+00 at (0, 0).
+test_depth_stencil_sampling:598:Test 0: Test failed: Got 0.00000000e+00, expected 1.00000000e+00 at (0, 0).
+test_depth_stencil_sampling:603:Test 0: Test failed: Got 0.00000000e+00, expected 2.00000003e-01 at (0, 0).
+test_depth_stencil_sampling:571:Test 2: Test failed: Got 1.00000000e+00, expected 0.00000000e+00 at (0, 0).
+test_depth_stencil_sampling:581:Test 2: Test failed: Got 1.00000000e+00, expected 0.00000000e+00 at (0, 0).
+test_depth_stencil_sampling:586:Test 2: Test failed: Got 1.00000000e+00, expected 0.00000000e+00 at (0, 0).
+test_depth_stencil_sampling:598:Test 2: Test failed: Got 0.00000000e+00, expected 1.00000000e+00 at (0, 0).
+test_depth_stencil_sampling:603:Test 2: Test failed: Got 0.00000000e+00, expected 2.00000003e-01 at (0, 0).



More information about the mesa-commit mailing list