Skip to content

Commit 80514e2

Browse files
doublemis1maciejbaczmanski
authored andcommitted
samples: matter: align extra args in sample yamls
Change unifies the way of extra args definition in sample yamls in matter objects Signed-off-by: Michał Szablowski <[email protected]>
1 parent 7f1e6c6 commit 80514e2

File tree

6 files changed

+22
-11
lines changed

6 files changed

+22
-11
lines changed

applications/matter_bridge/sample.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ tests:
158158
applications.matter_bridge.lto.smart_plug:
159159
sysbuild: true
160160
build_only: true
161-
extra_args: matter_bridge_SNIPPET=onoff_plug
161+
extra_args:
162+
- matter_bridge_SNIPPET=onoff_plug
162163
integration_platforms:
163164
- nrf5340dk/nrf5340/cpuapp
164165
platform_allow: nrf5340dk/nrf5340/cpuapp

samples/matter/light_bulb/sample.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ tests:
8282
sample.matter.light_bulb.debug.nrf21540ek:
8383
sysbuild: true
8484
build_only: true
85-
extra_args: light_bulb_SHIELD=nrf21540ek
85+
extra_args:
86+
- light_bulb_SHIELD=nrf21540ek
8687
integration_platforms:
8788
- nrf52840dk/nrf52840
8889
platform_allow: nrf52840dk/nrf52840
@@ -138,7 +139,8 @@ tests:
138139
sample.matter.light_bulb.aws:
139140
sysbuild: true
140141
build_only: true
141-
extra_args: EXTRA_CONF_FILE="overlay-aws-iot-integration.conf"
142+
extra_args:
143+
- EXTRA_CONF_FILE="overlay-aws-iot-integration.conf"
142144
platform_allow: nrf7002dk/nrf5340/cpuapp
143145
integration_platforms:
144146
- nrf7002dk/nrf5340/cpuapp

samples/matter/light_switch/sample.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ tests:
6262
sample.matter.light_switch.lit_icd:
6363
sysbuild: true
6464
build_only: true
65-
extra_args: light_switch_SNIPPET=lit_icd
65+
extra_args:
66+
- light_switch_SNIPPET=lit_icd
6667
integration_platforms:
6768
- nrf52840dk/nrf52840
6869
- nrf5340dk/nrf5340/cpuapp

samples/matter/lock/sample.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ tests:
2727
sample.matter.lock.release:
2828
sysbuild: true
2929
build_only: true
30-
extra_args: FILE_SUFFIX=release
30+
extra_args:
31+
- FILE_SUFFIX=release
3132
integration_platforms:
3233
- nrf52840dk/nrf52840
3334
- nrf5340dk/nrf5340/cpuapp
@@ -69,7 +70,8 @@ tests:
6970
sample.matter.lock.smp_dfu:
7071
sysbuild: true
7172
build_only: true
72-
extra_args: CONFIG_CHIP_DFU_OVER_BT_SMP=y
73+
extra_args:
74+
- CONFIG_CHIP_DFU_OVER_BT_SMP=y
7375
integration_platforms:
7476
- nrf52840dk/nrf52840
7577
- nrf5340dk/nrf5340/cpuapp
@@ -88,7 +90,8 @@ tests:
8890
sample.matter.lock.no_dfu.no_fd:
8991
sysbuild: true
9092
build_only: true
91-
extra_args: SB_CONFIG_MATTER_OTA=n
93+
extra_args:
94+
- SB_CONFIG_MATTER_OTA=n
9295
integration_platforms:
9396
- nrf21540dk/nrf52840
9497
platform_allow: nrf21540dk/nrf52840

samples/matter/smoke_co_alarm/sample.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ tests:
7878
build_only: true
7979
integration_platforms:
8080
- nrf54l15dk/nrf54l15/cpuapp
81-
extra_args: smoke_co_alarm_SNIPPET="diagnostic-logs"
81+
extra_args:
82+
- smoke_co_alarm_SNIPPET="diagnostic-logs"
8283
platform_allow: nrf54l15dk/nrf54l15/cpuapp
8384
tags:
8485
- sysbuild

samples/matter/template/sample.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ tests:
55
sample.matter.template.debug:
66
sysbuild: true
77
build_only: true
8-
extra_args: CONFIG_NCS_SAMPLE_MATTER_OPERATIONAL_KEYS_MIGRATION_TO_ITS=y
8+
extra_args:
9+
- CONFIG_NCS_SAMPLE_MATTER_OPERATIONAL_KEYS_MIGRATION_TO_ITS=y
910
integration_platforms:
1011
- nrf52840dk/nrf52840
1112
- nrf5340dk/nrf5340/cpuapp
@@ -94,7 +95,8 @@ tests:
9495
sample.matter.template.smp_dfu.nrf54h20:
9596
sysbuild: true
9697
build_only: true
97-
extra_args: CONFIG_CHIP_DFU_OVER_BT_SMP=y
98+
extra_args:
99+
- CONFIG_CHIP_DFU_OVER_BT_SMP=y
98100
integration_platforms:
99101
- nrf54h20dk/nrf54h20/cpuapp
100102
platform_allow: nrf54h20dk/nrf54h20/cpuapp
@@ -135,7 +137,8 @@ tests:
135137
sample.matter.template.cc3xx_backend:
136138
sysbuild: true
137139
build_only: true
138-
extra_args: CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y
140+
extra_args:
141+
- CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y
139142
integration_platforms:
140143
- nrf52840dk/nrf52840
141144
- nrf5340dk/nrf5340/cpuapp

0 commit comments

Comments
 (0)