Skip to content

Commit 74a3659

Browse files
committed
scripts: ci: tags: add ci_tests_drivers_gpio
ci_tests_drivers_gpio Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 874962f commit 74a3659

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

scripts/ci/tags.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,6 +1296,12 @@ ci_tests_drivers_egpio:
12961296
- zephyr/drivers/mbox/
12971297
- zephyr/subsys/ipc/ipc_service/
12981298

1299+
ci_tests_drivers_gpio:
1300+
files:
1301+
- nrf/tests/drivers/gpio/
1302+
- zephyr/drivers/gpio/
1303+
- zephyr/soc/nordic/
1304+
12991305
ci_tests_drivers_fprotect:
13001306
files:
13011307
- nrf/lib/fprotect/

tests/drivers/gpio/gpio_more_loops/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
- gpio
5+
- ci_tests_drivers_gpio
56
depends_on: gpio
67
filter: not CONFIG_COVERAGE
78
harness: ztest

0 commit comments

Comments
 (0)