|
8 | 8 | integration_platforms:
|
9 | 9 | - nrf54l15dk/nrf54l15/cpuapp
|
10 | 10 | - nrf54l15dk/nrf54l10/cpuapp
|
11 |
| - platform_allow: nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l10/cpuapp |
12 |
| - tags: ci_build smoke sysbuild ci_samples_zigbee |
| 11 | + platform_allow: |
| 12 | + - nrf54l15dk/nrf54l15/cpuapp |
| 13 | + - nrf54l15dk/nrf54l10/cpuapp |
| 14 | + tags: |
| 15 | + - ci_build |
| 16 | + - smoke |
| 17 | + - sysbuild |
| 18 | + - ci_samples_zigbee |
13 | 19 | sample.zigbee.light_switch.multiprotocol:
|
14 | 20 | sysbuild: true
|
15 | 21 | build_only: true
|
16 | 22 | extra_args: OVERLAY_CONFIG=overlay-multiprotocol_ble.conf
|
17 | 23 | integration_platforms:
|
18 | 24 | - nrf54l15dk/nrf54l15/cpuapp
|
19 | 25 | - nrf54l15dk/nrf54l10/cpuapp
|
20 |
| - platform_allow: nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l10/cpuapp |
21 |
| - tags: ci_build sysbuild ci_samples_zigbee |
| 26 | + platform_allow: |
| 27 | + - nrf54l15dk/nrf54l15/cpuapp |
| 28 | + - nrf54l15dk/nrf54l10/cpuapp |
| 29 | + tags: |
| 30 | + - ci_build |
| 31 | + - sysbuild |
| 32 | + - ci_samples_zigbee |
22 | 33 | sample.zigbee.light_switch.with_shell:
|
23 | 34 | sysbuild: true
|
24 | 35 | build_only: true
|
25 |
| - extra_args: > |
26 |
| - CONFIG_ZIGBEE_SHELL=y CONFIG_ZIGBEE_SHELL_DEBUG_CMD=y CONFIG_ZIGBEE_LOGGER_EP=n |
27 |
| - CONFIG_ZIGBEE_SHELL_ENDPOINT=1 CONFIG_LOG_MODE_DEFERRED=y |
| 36 | + extra_args: |
| 37 | + - CONFIG_ZIGBEE_SHELL=y |
| 38 | + - CONFIG_ZIGBEE_SHELL_DEBUG_CMD=y |
| 39 | + - CONFIG_ZIGBEE_LOGGER_EP=n |
| 40 | + - CONFIG_ZIGBEE_SHELL_ENDPOINT=1 |
| 41 | + - CONFIG_LOG_MODE_DEFERRED=y |
28 | 42 | integration_platforms:
|
29 | 43 | - nrf54l15dk/nrf54l15/cpuapp
|
30 | 44 | - nrf54l15dk/nrf54l10/cpuapp
|
31 |
| - platform_allow: nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l10/cpuapp |
32 |
| - tags: ci_build shell sysbuild ci_samples_zigbee |
| 45 | + platform_allow: |
| 46 | + - nrf54l15dk/nrf54l15/cpuapp |
| 47 | + - nrf54l15dk/nrf54l10/cpuapp |
| 48 | + tags: |
| 49 | + - ci_build |
| 50 | + - shell |
| 51 | + - sysbuild |
| 52 | + - ci_samples_zigbee |
0 commit comments