From 8a9f7087a1464759760ad359210dc42fa1ebf540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Thu, 16 Jun 2022 16:39:32 +0300 Subject: [PATCH] radv/ci: test vkd3d on kabini MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/ci/gitlab-ci.yml | 17 ++++++++++++++--- src/amd/ci/radv-kabini-vkd3d.txt | 10 ++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 src/amd/ci/radv-kabini-vkd3d.txt 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).