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@mupuf.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17081>
This commit is contained in:
Martin Roukala (né Peres) 2022-06-16 16:39:32 +03:00
parent f7ed0941c4
commit 8a9f7087a1
2 changed files with 24 additions and 3 deletions

View File

@ -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

View File

@ -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).