mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
ci/android: Remove CtsDeqpTestCases from Android CTS
CtsDeqpTestCases was originally added to run WSI tests on Android. This is now covered by the command-line dEQP executable, which produces comparable results and is much, much faster thanks to multithreading via deqp-runner. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41314>
This commit is contained in:
parent
11720e1b58
commit
fc4c44b09d
4 changed files with 1 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
variables:
|
||||
CONDITIONAL_BUILD_ANDROID_CTS_TAG: 2dfd3e288249e4776ef6866d34d344d4
|
||||
CONDITIONAL_BUILD_ANDROID_CTS_TAG: 363c33efa7f381a9be0d4c6af2dfaa1d
|
||||
CONDITIONAL_BUILD_ANGLE_TAG: e40de41a79653aa19fac70dc6289d8e9
|
||||
CONDITIONAL_BUILD_CROSVM_TAG: 7edabf28bbd50e00558e3b0bb2d94255
|
||||
CONDITIONAL_BUILD_FLUSTER_TAG: e13f8521875ebd70e207ec0f6f3d3e5b
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ ci_tag_build_time_check "ANDROID_CTS_TAG"
|
|||
# This should be the union of all modules required by our CI jobs
|
||||
# Specific modules to run are selected via the ${GPU_VERSION}-android-cts-include.txt files
|
||||
ANDROID_CTS_MODULES=(
|
||||
"CtsDeqpTestCases"
|
||||
"CtsGraphicsTestCases"
|
||||
"CtsNativeHardwareTestCases"
|
||||
"CtsSkQPTestCases"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
x86_64 CtsGraphicsTestCases
|
||||
x86_64 CtsNativeHardwareTestCases
|
||||
x86_64 CtsSkQPTestCases
|
||||
|
||||
x86_64 CtsDeqpTestCases dEQP-VK.wsi.android.*
|
||||
x86_64 CtsDeqpTestCases dEQP-VK.api.external.memory.android_hardware_buffer.*
|
||||
|
|
|
|||
|
|
@ -10,10 +10,6 @@ x86_64 CtsGraphicsTestCases android.graphics.cts.VulkanFeaturesTest#testVulkanAp
|
|||
### no support for ABP 2021
|
||||
x86_64 CtsGraphicsTestCases android.graphics.cts.VulkanFeaturesTest#testAndroidBaselineProfile2021Support
|
||||
|
||||
## Mainly for testing platform features. Skip as take too long.
|
||||
x86_64 CtsDeqpTestCases dEQP-VK.wsi.android.incremental_present.*
|
||||
x86_64 CtsDeqpTestCases dEQP-VK.wsi.android.shared_presentable_image.*
|
||||
|
||||
# Appears to cause crashes with Android 16
|
||||
x86_64 CtsGraphicsTestCases android.graphics.cts.SetFrameRateTest#testFixedSource_NonSeamless_arr
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue