Module: Mesa Branch: master Commit: bca97abffae221ea8cf402032538a331abf1ca8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bca97abffae221ea8cf402032538a331abf1ca8e
Author: Samuel Pitoiset <[email protected]> Date: Fri Apr 17 18:20:51 2020 +0200 gitlab-ci: add a list of excluded tests for RADV Exclude WSI related tests in CI. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4656> --- .gitlab-ci/deqp-radv-default-skips.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/deqp-radv-default-skips.txt b/.gitlab-ci/deqp-radv-default-skips.txt new file mode 100644 index 00000000000..762babd501c --- /dev/null +++ b/.gitlab-ci/deqp-radv-default-skips.txt @@ -0,0 +1,3 @@ +# Exclude WSI related tests. +dEQP-VK.image.swapchain_mutable.* +dEQP-VK.wsi.* _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
