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 874962f commit 74a3659Copy full SHA for 74a3659
scripts/ci/tags.yaml
@@ -1296,6 +1296,12 @@ ci_tests_drivers_egpio:
1296
- zephyr/drivers/mbox/
1297
- zephyr/subsys/ipc/ipc_service/
1298
1299
+ci_tests_drivers_gpio:
1300
+ files:
1301
+ - nrf/tests/drivers/gpio/
1302
+ - zephyr/drivers/gpio/
1303
+ - zephyr/soc/nordic/
1304
+
1305
ci_tests_drivers_fprotect:
1306
files:
1307
- nrf/lib/fprotect/
tests/drivers/gpio/gpio_more_loops/testcase.yaml
@@ -2,6 +2,7 @@ common:
2
tags:
3
- drivers
4
- gpio
5
+ - ci_tests_drivers_gpio
6
depends_on: gpio
7
filter: not CONFIG_COVERAGE
8
harness: ztest
0 commit comments