boards apollo4p*: Provisionally disable in twister

These boards fail to build for several samples & tests
which is blocking CI.
Let's provisionally disable them until the matter is properly
resolved.

See
https://github.com/zephyrproject-rtos/zephyr/issues/72775
https://github.com/zephyrproject-rtos/zephyr/issues/73443
https://github.com/zephyrproject-rtos/zephyr/issues/74212
for more information.

Once these issues are fixed, this change should be reverted.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-06-13 13:45:18 +02:00 committed by Anas Nashif
commit ed84b2993a
2 changed files with 8 additions and 0 deletions

View file

@ -20,3 +20,7 @@ testing:
ignore_tags: ignore_tags:
- net - net
vendor: ambiq vendor: ambiq
# Provisional hack to prevent tests being run in this board, as it fails in many test & samples:
twister: false
# Once https://github.com/zephyrproject-rtos/zephyr/issues/74212, 73443 & 72775 are fixed
# this should be removed

View file

@ -20,3 +20,7 @@ testing:
- net - net
- bluetooth - bluetooth
vendor: ambiq vendor: ambiq
# Provisional hack to prevent tests being run in this board, as it fails in many test & samples:
twister: false
# Once https://github.com/zephyrproject-rtos/zephyr/issues/74212, 73443 & 72775 are fixed
# this should be removed