drm/ci: skip driver specific tests
Skip driver specific tests and skip kms tests for panfrost driver since it is not a kms driver. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com> Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com> Acked-by: Helen Koike <helen.koike@collabora.com> Signed-off-by: Helen Koike <helen.koike@collabora.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240529024049.356327-6-vignesh.raman@collabora.com
This commit is contained in:
parent
225d3de749
commit
460a336398
@ -1,2 +1,15 @@
|
||||
# Suspend to RAM seems to be broken on this machine
|
||||
.*suspend.*
|
||||
.*suspend.*
|
||||
|
||||
# Skip driver specific tests
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
||||
# Skip intel specific tests
|
||||
gem_.*
|
||||
i915_.*
|
||||
xe_.*
|
||||
|
@ -1,4 +1,13 @@
|
||||
# Suspend to RAM seems to be broken on this machine
|
||||
.*suspend.*
|
||||
# This is generating kernel oops with divide error
|
||||
kms_plane_scaling@invalid-parameters
|
||||
kms_plane_scaling@invalid-parameters
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
@ -3,4 +3,13 @@
|
||||
# This is generating kernel oops with divide error
|
||||
kms_plane_scaling@invalid-parameters
|
||||
# This is cascading issues
|
||||
kms_3d
|
||||
kms_3d
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
@ -1,2 +1,11 @@
|
||||
# This is generating kernel oops with divide error
|
||||
kms_plane_scaling@invalid-parameters
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
@ -2,4 +2,13 @@
|
||||
.*suspend.*
|
||||
|
||||
# This is generating kernel oops with divide error
|
||||
kms_plane_scaling@invalid-parameters
|
||||
kms_plane_scaling@invalid-parameters
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
@ -2,4 +2,13 @@
|
||||
.*suspend.*
|
||||
|
||||
# This is generating kernel oops with divide error
|
||||
kms_plane_scaling@invalid-parameters
|
||||
kms_plane_scaling@invalid-parameters
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
@ -8,4 +8,13 @@ gem_eio.*
|
||||
kms_flip@absolute-wf_vblank@a-edp1
|
||||
|
||||
# This is generating kernel oops with divide error
|
||||
kms_plane_scaling@invalid-parameters
|
||||
kms_plane_scaling@invalid-parameters
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
@ -1,2 +1,11 @@
|
||||
# This is generating kernel oops with divide error
|
||||
kms_plane_scaling@invalid-parameters
|
||||
kms_plane_scaling@invalid-parameters
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
12
drivers/gpu/drm/ci/xfails/mediatek-mt8173-skips.txt
Normal file
12
drivers/gpu/drm/ci/xfails/mediatek-mt8173-skips.txt
Normal file
@ -0,0 +1,12 @@
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
||||
# Skip intel specific tests
|
||||
gem_.*
|
||||
i915_.*
|
14
drivers/gpu/drm/ci/xfails/mediatek-mt8183-skips.txt
Normal file
14
drivers/gpu/drm/ci/xfails/mediatek-mt8183-skips.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
||||
# Skip intel specific tests
|
||||
gem_.*
|
||||
i915_.*
|
||||
|
||||
# Panfrost is not a KMS driver, so skip the KMS tests
|
||||
kms_.*
|
14
drivers/gpu/drm/ci/xfails/meson-g12b-skips.txt
Normal file
14
drivers/gpu/drm/ci/xfails/meson-g12b-skips.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
||||
# Skip intel specific tests
|
||||
gem_.*
|
||||
i915_.*
|
||||
|
||||
# Panfrost is not a KMS driver, so skip the KMS tests
|
||||
kms_.*
|
11
drivers/gpu/drm/ci/xfails/msm-apq8016-skips.txt
Normal file
11
drivers/gpu/drm/ci/xfails/msm-apq8016-skips.txt
Normal file
@ -0,0 +1,11 @@
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
||||
# Skip intel specific tests
|
||||
gem_.*
|
||||
i915_.*
|
@ -1,2 +1,14 @@
|
||||
# Whole machine hangs
|
||||
kms_cursor_legacy@all-pipes-torture-move
|
||||
kms_cursor_legacy@all-pipes-torture-move
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
||||
# Skip intel specific tests
|
||||
gem_.*
|
||||
i915_.*
|
||||
|
@ -1,2 +1,14 @@
|
||||
# Suspend to RAM seems to be broken on this machine
|
||||
.*suspend.*
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
||||
# Skip intel specific tests
|
||||
gem_.*
|
||||
i915_.*
|
||||
|
@ -1,2 +1,14 @@
|
||||
# Suspend to RAM seems to be broken on this machine
|
||||
.*suspend.*
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
||||
# Skip intel specific tests
|
||||
gem_.*
|
||||
i915_.*
|
||||
|
@ -5,3 +5,15 @@ kms_bw.*
|
||||
# https://gitlab.freedesktop.org/gfx-ci/linux/-/commit/4b49f902ec6f2bb382cbbf489870573f4b43371e
|
||||
# https://gitlab.freedesktop.org/gfx-ci/linux/-/commit/38cdf4c5559771e2474ae0fecef8469f65147bc1
|
||||
msm_mapping@*
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
||||
# Skip intel specific tests
|
||||
gem_.*
|
||||
i915_.*
|
||||
|
@ -49,4 +49,19 @@ kms_plane_lowres@pipe-F-tiling-y
|
||||
kms_cursor_crc.*
|
||||
|
||||
# Machine is hanging in this test, so skip it
|
||||
kms_pipe_crc_basic@disable-crc-after-crtc
|
||||
kms_pipe_crc_basic@disable-crc-after-crtc
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
||||
# Skip intel specific tests
|
||||
gem_.*
|
||||
i915_.*
|
||||
|
||||
# Panfrost is not a KMS driver, so skip the KMS tests
|
||||
kms_.*
|
||||
|
@ -3,3 +3,18 @@
|
||||
|
||||
# Too unstable, machine ends up hanging after lots of Oopses
|
||||
kms_cursor_legacy.*
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
||||
# Skip intel specific tests
|
||||
gem_.*
|
||||
i915_.*
|
||||
|
||||
# Panfrost is not a KMS driver, so skip the KMS tests
|
||||
kms_.*
|
||||
|
@ -3,4 +3,18 @@
|
||||
kms_cursor_legacy.*
|
||||
|
||||
# Job just hangs without any output
|
||||
kms_flip@flip-vs-suspend.*
|
||||
kms_flip@flip-vs-suspend.*
|
||||
|
||||
# Skip driver specific tests
|
||||
^amdgpu.*
|
||||
msm_.*
|
||||
nouveau_.*
|
||||
panfrost_.*
|
||||
^v3d.*
|
||||
^vc4.*
|
||||
^vmwgfx*
|
||||
|
||||
# Skip intel specific tests
|
||||
gem_.*
|
||||
i915_.*
|
||||
xe_.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user