zink/ci: merge GLCTS testing with GLESx for RADV
Both testsuites used to be executed separately because of spurious failures/hangs but they seem fixed now. GLCTS+GLES might be faster to run now. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25062>
This commit is contained in:

committed by
Marge Bot

parent
938465ccac
commit
b2ce36b40b
@@ -16,10 +16,7 @@ function execute_testsuite {
|
||||
fi
|
||||
}
|
||||
|
||||
echo -e "\n# GL CTS testing"
|
||||
DEQP_VER=gl46 execute_testsuite gl ./install/deqp-runner.sh
|
||||
|
||||
echo -e "\n# GLES CTS testing"
|
||||
echo -e "\n# GLES/GL CTS testing"
|
||||
DEQP_SUITE=zink-radv execute_testsuite gles ./install/deqp-runner.sh
|
||||
|
||||
echo -e "\n# Piglit testing"
|
||||
|
Reference in New Issue
Block a user