From 11aafad4fd9bc72548550c13df5c6a27df9fc061 Mon Sep 17 00:00:00 2001 From: Adam Kondraciuk Date: Thu, 2 Oct 2025 15:22:56 +0200 Subject: [PATCH 1/2] scripts: quarantine: Add quarantine for PPR idle_twim tests The RAM overflow error occurs in the CI environment. For now we're not able to reproduce it in any other environment. The issue is likely related to outdated tools. Signed-off-by: Adam Kondraciuk --- scripts/quarantine.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/quarantine.yaml b/scripts/quarantine.yaml index 57143e581a7..90a25517875 100644 --- a/scripts/quarantine.yaml +++ b/scripts/quarantine.yaml @@ -100,3 +100,9 @@ platforms: - thingy53/nrf5340/cpuapp comment: "https://nordicsemi.atlassian.net/browse/NCSDK-35672" + +- scenarios: + - benchmarks.multicore.idle_twim.nrf54h20dk_cpuapp_cpurad.s2ram + platforms: + - nrf54h20dk@0.9.0/nrf54h20/cpuppr + comment: "Needs newer toolchain or dtc due to RAM overflow error" From ad7dde6062bd58dd7ec4fdf83efcb647dfe04c8f Mon Sep 17 00:00:00 2001 From: Adam Kondraciuk Date: Thu, 4 Sep 2025 14:37:46 +0000 Subject: [PATCH 2/2] manifest: Update sdk-zephyr revision Manifest update to have idle-with-cache-retained PM state. Signed-off-by: Adam Kondraciuk --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 13d408fbf66..2e83087fcee 100644 --- a/west.yml +++ b/west.yml @@ -65,7 +65,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: f7859899ec7dbb21e0580eef25b229bda727f04a + revision: pull/3249/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above