Skip to content

Commit 44cce59

Browse files
dcpleunghenrikbrixandersen
authored andcommitted
tests: kernel/smp: disable torture test for Intel audio DSP sim
This sets the run factor for Intel audio DSP simulators to zero. The simulator is pretty much serialized so SMP switching torture does not really test concurrent operations, and they are taking too much time causing timeouts on CI. So sets the run factor to zero to disable the switch torture test. Signed-off-by: Anas Nashif <[email protected]> Signed-off-by: Ederson de Souza <[email protected]> Signed-off-by: Daniel Leung <[email protected]>
1 parent 181405f commit 44cce59

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
CONFIG_SMP_TEST_RUN_FACTOR=0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
CONFIG_SMP_TEST_RUN_FACTOR=0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
CONFIG_SMP_TEST_RUN_FACTOR=0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
CONFIG_SMP_TEST_RUN_FACTOR=0

0 commit comments

Comments
 (0)