Skip to content

Commit ed84b29

Browse files
aescolarnashif
authored andcommitted
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 #72775 #73443 #74212 for more information. Once these issues are fixed, this change should be reverted. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 570c86d commit ed84b29

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

boards/ambiq/apollo4p_blue_kxr_evb/apollo4p_blue_kxr_evb.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ testing:
2020
ignore_tags:
2121
- net
2222
vendor: ambiq
23+
# Provisional hack to prevent tests being run in this board, as it fails in many test & samples:
24+
twister: false
25+
# Once https://github.com/zephyrproject-rtos/zephyr/issues/74212, 73443 & 72775 are fixed
26+
# this should be removed

boards/ambiq/apollo4p_evb/apollo4p_evb.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ testing:
2020
- net
2121
- bluetooth
2222
vendor: ambiq
23+
# Provisional hack to prevent tests being run in this board, as it fails in many test & samples:
24+
twister: false
25+
# Once https://github.com/zephyrproject-rtos/zephyr/issues/74212, 73443 & 72775 are fixed
26+
# this should be removed

0 commit comments

Comments
 (0)