From ed84b2993aff7a57c26fc9ac5a42cbcabea7143c Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 13 Jun 2024 13:45:18 +0200 Subject: [PATCH] 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 --- boards/ambiq/apollo4p_blue_kxr_evb/apollo4p_blue_kxr_evb.yaml | 4 ++++ boards/ambiq/apollo4p_evb/apollo4p_evb.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/boards/ambiq/apollo4p_blue_kxr_evb/apollo4p_blue_kxr_evb.yaml b/boards/ambiq/apollo4p_blue_kxr_evb/apollo4p_blue_kxr_evb.yaml index d9e9f244d86..9bd2496b124 100644 --- a/boards/ambiq/apollo4p_blue_kxr_evb/apollo4p_blue_kxr_evb.yaml +++ b/boards/ambiq/apollo4p_blue_kxr_evb/apollo4p_blue_kxr_evb.yaml @@ -20,3 +20,7 @@ testing: ignore_tags: - net 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 diff --git a/boards/ambiq/apollo4p_evb/apollo4p_evb.yaml b/boards/ambiq/apollo4p_evb/apollo4p_evb.yaml index 205da184346..8b67616a27b 100644 --- a/boards/ambiq/apollo4p_evb/apollo4p_evb.yaml +++ b/boards/ambiq/apollo4p_evb/apollo4p_evb.yaml @@ -20,3 +20,7 @@ testing: - net - bluetooth 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