tests/lib/gui/lvgl: Don't test on native_posix

native_posix is now deprecated.
Building these tests in both native_sim and native_posix does not
improve coverage for the tests or subsystem but doubles CI time.
As anyhow native_posix will be removed all together in
2 releases, let's remove it already for these.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-09-21 08:50:30 +02:00 committed by Anas Nashif
commit 1b675e48f0

View file

@ -5,7 +5,6 @@ common:
tests:
libraries.gui.lvgl:
platform_allow:
- native_posix/native/64
- native_sim/native/64
- native_sim
integration_platforms:
@ -17,7 +16,6 @@ tests:
- CONFIG_LV_Z_BUFFER_ALLOC_DYNAMIC=y
- CONFIG_LV_Z_MEM_POOL_HEAP_LIB_C=y
platform_allow:
- native_posix/native/64
- native_sim/native/64
- native_sim
integration_platforms:
@ -28,7 +26,6 @@ tests:
- CONFIG_LV_Z_MEM_POOL_SYS_HEAP=y
- CONFIG_LV_Z_MEM_POOL_SIZE=98304
platform_allow:
- native_posix/native/64
- native_sim/native/64
- native_sim
integration_platforms:
@ -37,7 +34,6 @@ tests:
extra_configs:
- CONFIG_LV_COLOR_DEPTH_16=y
platform_allow:
- native_posix/native/64
- native_sim/native/64
- native_sim
integration_platforms:
@ -46,7 +42,6 @@ tests:
extra_configs:
- CONFIG_LV_COLOR_DEPTH_8=y
platform_allow:
- native_posix/native/64
- native_sim/native/64
- native_sim
integration_platforms:
@ -55,7 +50,6 @@ tests:
extra_configs:
- CONFIG_LV_COLOR_DEPTH_1=y
platform_allow:
- native_posix/native/64
- native_sim/native/64
- native_sim
integration_platforms:
@ -65,7 +59,6 @@ tests:
- CONFIG_LV_COLOR_DEPTH_16=y
- CONFIG_LV_COLOR_16_SWAP=y
platform_allow:
- native_posix/native/64
- native_sim/native/64
- native_sim
integration_platforms: