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 673df13 commit 3a385d4Copy full SHA for 3a385d4
scripts/ci/tags.yaml
@@ -1085,3 +1085,8 @@ ci_tests_lib_pdn:
1085
files:
1086
- nrf/lib/pdn/
1087
- nrf/tests/lib/
1088
+
1089
+ci_tests_lib_ram_pwrdn:
1090
+ files:
1091
+ - nrf/lib/ram_pwrdn/
1092
+ - nrf/tests/lib/ram_pwrdn/
tests/lib/ram_pwrdn/testcase.yaml
@@ -4,4 +4,4 @@ tests:
4
platform_allow: nrf52840dk/nrf52840
5
integration_platforms:
6
- nrf52840dk/nrf52840
7
- tags: ram_pwrdn sysbuild
+ tags: ram_pwrdn sysbuild ci_tests_lib_ram_pwrdn
0 commit comments