Skip to content

Commit 3006460

Browse files
ananglPerMac
authored andcommitted
scripts: ci: tags: Add tag for sQSPI
Cover related files and use the tag in essential tests. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent ad265b1 commit 3006460

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

scripts/ci/tags.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,13 @@ ci_tests_drivers_hpf:
11841184
- nrf/samples/zephyr/basic/blinky/
11851185
- zephyr/samples/zephyr/basic/blinky/
11861186

1187+
ci_tests_drivers_sqspi:
1188+
files:
1189+
- nrf/drivers/mspi/
1190+
- nrf/tests/drivers/mspi/mspi_with_spis/
1191+
- nrf/tests/zephyr/drivers/flash/common/
1192+
- nrfxlib/softperipheral/sQSPI
1193+
11871194
ci_tests_drivers_gpio:
11881195
files:
11891196
- nrf/tests/drivers/gpio/

tests/drivers/mspi/mspi_with_spis/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ common:
22
tags:
33
- drivers
44
- mspi
5+
- ci_tests_drivers_sqspi
56
harness: ztest
67
harness_config:
78
fixture: mspi_spis_loopback

0 commit comments

Comments
 (0)