Skip to content

Commit

Permalink
tests: cmsis_rtos_v2: enable x86 64-bit boards
Browse files Browse the repository at this point in the history
The conditions which prohibit running the test suite on
qemu_x86_64, up_squared and ehl_crb no longer exist. So
remove these two from the exclude list, and now they can
be built and run in CI.

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung committed Dec 12, 2020
1 parent 2100a46 commit 6163605
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/portability/cmsis_rtos_v2/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
tests:
portability.cmsis_rtos_v2:
# qemu_x86_64, ehl_crb and up_squared need bigger stack
# but CMSIS limits the stack size, resulting in stack overflow.
platform_exclude: qemu_x86_64 m2gl025_miv up_squared ehl_crb
platform_exclude: m2gl025_miv
tags: cmsis_rtos
min_ram: 32
min_flash: 34

0 comments on commit 6163605

Please sign in to comment.