We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad265b1 commit 3006460Copy full SHA for 3006460
scripts/ci/tags.yaml
@@ -1184,6 +1184,13 @@ ci_tests_drivers_hpf:
1184
- nrf/samples/zephyr/basic/blinky/
1185
- zephyr/samples/zephyr/basic/blinky/
1186
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
+
1194
ci_tests_drivers_gpio:
1195
files:
1196
- nrf/tests/drivers/gpio/
tests/drivers/mspi/mspi_with_spis/testcase.yaml
@@ -2,6 +2,7 @@ common:
2
tags:
3
- drivers
4
- mspi
5
+ - ci_tests_drivers_sqspi
6
harness: ztest
7
harness_config:
8
fixture: mspi_spis_loopback
0 commit comments