Skip to content

Commit dd96a68

Browse files
krish2718rlubos
authored andcommitted
quarantine: zephyr: Extend 54H tests with simple scheduler
These are also failing on 54H with RAM overflow. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 249a9e1 commit dd96a68

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/quarantine_zephyr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,8 @@
439439
- drivers.gpio.build
440440
- sample.perf
441441
- .*secure_storage.*
442+
- kernel.scheduler.simple_timeslicing
443+
- kernel.scheduler.simple_no_timeslicing
442444
platforms:
443445
- [email protected]/nrf54h20/cpuppr
444446
comment: "region RAM/FLASH overflowed"

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: pull/2724/head
68+
revision: cb2537e877c693f40d9a24e800f1a5e6da133ca7
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)