Skip to content

Commit 47e8c4a

Browse files
nordic-piksrlubos
authored andcommitted
samples: nfc: add nfc tag for samples
Extend list of paths used to check if nfc samples should be executed. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 3430c19 commit 47e8c4a

File tree

9 files changed

+19
-8
lines changed

9 files changed

+19
-8
lines changed

samples/nfc/record_launch_app/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ tests:
1919
nrf5340dk/nrf5340/cpuapp/ns
2020
nrf54h20dk/nrf54h20/cpuapp
2121
nrf54l15pdk/nrf54l15/cpuapp
22-
tags: ci_build sysbuild
22+
tags: ci_build sysbuild nfc

samples/nfc/record_text/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ tests:
1919
nrf5340dk/nrf5340/cpuapp/ns
2020
nrf54h20dk/nrf54h20/cpuapp
2121
nrf54l15pdk/nrf54l15/cpuapp
22-
tags: ci_build sysbuild
22+
tags: ci_build sysbuild nfc

samples/nfc/shell/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ tests:
1919
nrf5340dk/nrf5340/cpuapp/ns
2020
nrf54h20dk/nrf54h20/cpuapp
2121
nrf54l15pdk/nrf54l15/cpuapp
22-
tags: ci_build sysbuild
22+
tags: ci_build sysbuild nfc

samples/nfc/system_off/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ tests:
1717
nrf5340dk/nrf5340/cpuapp
1818
nrf5340dk/nrf5340/cpuapp/ns
1919
nrf54l15pdk/nrf54l15/cpuapp
20-
tags: ci_build sysbuild
20+
tags: ci_build sysbuild nfc

samples/nfc/tag_reader/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ tests:
1010
- nrf52dk/nrf52832
1111
- nrf5340dk/nrf5340/cpuapp
1212
platform_allow: nrf52840dk/nrf52840 nrf52dk/nrf52832 nrf5340dk/nrf5340/cpuapp
13-
tags: ci_build sysbuild
13+
tags: ci_build sysbuild nfc

samples/nfc/tnep_poller/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ tests:
1010
- nrf52dk/nrf52832
1111
- nrf5340dk/nrf5340/cpuapp
1212
platform_allow: nrf52840dk/nrf52840 nrf52dk/nrf52832 nrf5340dk/nrf5340/cpuapp
13-
tags: ci_build sysbuild
13+
tags: ci_build sysbuild nfc

samples/nfc/tnep_tag/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ tests:
1919
nrf5340dk/nrf5340/cpuapp/ns
2020
nrf54h20dk/nrf54h20/cpuapp
2121
nrf54l15pdk/nrf54l15/cpuapp
22-
tags: ci_build sysbuild
22+
tags: ci_build sysbuild nfc

samples/nfc/writable_ndef_msg/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ tests:
1919
nrf5340dk/nrf5340/cpuapp/ns
2020
nrf54h20dk/nrf54h20/cpuapp
2121
nrf54l15pdk/nrf54l15/cpuapp
22-
tags: ci_build sysbuild
22+
tags: ci_build sysbuild nfc

scripts/ci/tags.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,14 @@ suit:
249249
- nrf/tests/subsys/suit/
250250
- modules/lib/suit-processor/
251251
- modules/lib/suit-generator/
252+
253+
nfc:
254+
files:
255+
- nrf/subsys/nfc/
256+
- nrf/include/nfc/
257+
- nrf/lib/st25r3911b/
258+
- nrf/samples/nfc/
259+
- nrf/samples/bluetooth/peripheral_nfc_pairing/
260+
- nrf/samples/bluetooth/central_nfc_pairing/
261+
- nrf/samples/bluetooth/peripheral_hids_keyboard/
262+
- nrfxlib/nfc/

0 commit comments

Comments
 (0)