Skip to content

Commit 6fd94b3

Browse files
dhsu-nordicnordicjm
authored andcommitted
samples: coremark: Add nRF7120 specific test with extended timeout
Create dedicated test variant for nRF7120 with 180 seconds timeout to accommodate slower execution on FPGA CI. Signed-off-by: Dhanoo Surasarang <[email protected]>
1 parent 3aed99f commit 6fd94b3

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

samples/benchmarks/coremark/sample.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ tests:
4848
- nrf54l15dk/nrf54l15/cpuapp
4949
- nrf54lm20dk/nrf54lm20a/cpuapp
5050
- nrf54lv10dk/nrf54lv10a/cpuapp
51-
- nrf7120pdk/nrf7120/cpuapp
5251
integration_platforms:
5352
- nrf52833dk/nrf52833
5453
- nrf52840dk/nrf52840
@@ -60,6 +59,24 @@ tests:
6059
- nrf54l15dk/nrf54l15/cpuapp
6160
- nrf54lm20dk/nrf54lm20a/cpuapp
6261
- nrf54lv10dk/nrf54lv10a/cpuapp
62+
tags:
63+
- ci_build
64+
- sysbuild
65+
- ci_samples_benchmarks
66+
harness: console
67+
harness_config:
68+
ordered: false
69+
regex:
70+
- "CoreMark started!"
71+
- "Correct operation validated."
72+
type: multi_line
73+
extra_args: FILE_SUFFIX=flash_and_run
74+
sample.benchmark.coremark.flash_and_run.nrf7120:
75+
sysbuild: true
76+
build_only: false
77+
platform_allow:
78+
- nrf7120pdk/nrf7120/cpuapp
79+
integration_platforms:
6380
- nrf7120pdk/nrf7120/cpuapp
6481
tags:
6582
- ci_build
@@ -72,6 +89,7 @@ tests:
7289
- "CoreMark started!"
7390
- "Correct operation validated."
7491
type: multi_line
92+
timeout: 180
7593
extra_args: FILE_SUFFIX=flash_and_run
7694
sample.benchmark.coremark.heap_memory:
7795
sysbuild: true

0 commit comments

Comments
 (0)