ci/android: add an android-angle-lavapipe job

Reviewed-by: Eric Engestrom <None>
Reviewed-by: Antonio Ospite <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33377>
This commit is contained in:
Antonio Ospite 2025-01-15 18:20:10 +01:00 committed by Marge Bot
parent 218c403dee
commit fb8bfd1f0e
4 changed files with 36 additions and 1 deletions

View file

@ -381,7 +381,7 @@ debian/x86_64_test-vk:
- debian/x86_64_test-vk
# Debian based x86_64 test image for Android
.debian/x86_64_test-android:
debian/x86_64_test-android:
extends:
- .android-variables
- .use-debian/x86_64_test-base

View file

@ -0,0 +1,10 @@
[[deqp]]
deqp = "/data/deqp/deqp-egl-android"
caselists = ["/data/deqp/egl-main.txt"]
deqp_args = [
"--deqp-surface-width=256",
"--deqp-surface-height=256",
"--deqp-surface-type=pbuffer",
"--deqp-gl-config-name=rgba8888d24s8ms0",
"--deqp-visibility=hidden"
]

View file

@ -43,3 +43,15 @@ lavapipe-vk-asan:
- .piglit-traces-test
- .lavapipe-test
- .lavapipe-manual-rules
android-angle-lavapipe:
variables:
USE_ANGLE: 1
ANDROID_GPU_MODE: mesa_swrast_guest_angle
DEQP_SUITE: android-angle-lavapipe
GPU_VERSION: lvp-android-angle
MESA_VK_IGNORE_CONFORMANCE_WARNING: 1
timeout: 15m
extends:
- .test-android
- .lavapipe-rules

View file

@ -0,0 +1,13 @@
dEQP-EGL.functional.color_clears.multi_context.gles1.rgb888_pbuffer,Fail
dEQP-EGL.functional.color_clears.multi_context.gles1_gles2.rgb888_pbuffer,Fail
dEQP-EGL.functional.color_clears.multi_context.gles1_gles2_gles3.rgb888_pbuffer,Fail
dEQP-EGL.functional.color_clears.multi_context.gles2.rgb888_pbuffer,Fail
dEQP-EGL.functional.color_clears.multi_context.gles3.rgb888_pbuffer,Fail
dEQP-EGL.functional.color_clears.multi_thread.gles1.rgb888_pbuffer,Fail
dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2.rgb888_pbuffer,Fail
dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2_gles3.rgb888_pbuffer,Fail
dEQP-EGL.functional.color_clears.multi_thread.gles2.rgb888_pbuffer,Fail
dEQP-EGL.functional.color_clears.multi_thread.gles3.rgb888_pbuffer,Fail
dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_pbuffer,Fail
dEQP-EGL.functional.color_clears.single_context.gles2.rgb888_pbuffer,Fail
dEQP-EGL.functional.color_clears.single_context.gles3.rgb888_pbuffer,Fail