Commit 9677c6d2 by Nicolas Capens Committed by Nicolas Capens

Regres: Remove GLES tests from CI test runs

The legacy OpenGL ES implementation is deprecated in favor of SwANGLE, and we haven't touched the GLES code in many months. These CI tests consume valuable time, and tend to be flaky due to exhausting the number of X handles. We still have our 'daily' test runs to provide detection of regressions, so they can be safely removed from the CI test runs. Note that this change can also be (temporarily) reverted as part of a new change which could use CI testing of dEQP-GLES. Bug: b/153322216 Change-Id: I52cd2b89c04c95de486d85118edef6460ba82925 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/52532 Presubmit-Ready: Nicolas Capens <nicolascapens@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAntonio Maiorano <amaiorano@google.com>
parent 94805df1
[
{ "name": "gles2-master", "api": "gles2", "tests": "testlists/gles2-master-PASS.txt" },
{ "name": "gles3-565-no-depth-no-stencil", "api": "gles3", "tests": "testlists/gles3-565-no-depth-no-stencil-PASS.txt" },
{ "name": "gles3-master", "api": "gles3", "tests": "testlists/gles3-master-PASS.txt" },
{ "name": "vulkan-wsi", "api": "vulkan", "tests": "testlists/vk-wsi-PASS.txt" },
{ "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ABORT.txt" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment