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