mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-26 06:43:58 +08:00
[action]Add automatic testing for SMP.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
CONFIG_RT_USING_SMP=y
|
||||
# dependencies
|
||||
CONFIG_RT_USING_CI_ACTION=y
|
||||
CONFIG_RT_CPUS_NR=2
|
||||
CONFIG_RT_USING_SMP=y
|
||||
CONFIG_RT_USING_UTESTCASES=y
|
||||
CONFIG_SYSTEM_THREAD_STACK_SIZE=4096
|
||||
CONFIG_RT_UTEST_SMP_AFFFINITY=y
|
||||
CONFIG_RT_UTEST_SMP_ASSIGNED_IDLE_CORE=y
|
||||
CONFIG_RT_UTEST_SMP_INTERRUPT_PRI=y
|
||||
CONFIG_RT_UTEST_SMP_SPINLOCK=y
|
||||
CONFIG_RT_UTEST_SMP_THREAD_PREEMPTION=y
|
||||
Reference in New Issue
Block a user