Skip to content

Commit 3c00d12

Browse files
committed
app: Add PGPS and debug logs to sample.yaml
Adding to sample.yaml: - PGPS only to nightly build - SM debug logs including NMEA logs Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
1 parent 635eb9d commit 3c00d12

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

app/sample.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,21 @@ tests:
9292
- nrf9151dk/nrf9151/ns
9393
integration_platforms:
9494
- nrf9151dk/nrf9151/ns
95+
serial_modem.pgps_agnss:
96+
sysbuild: true
97+
build_only: true
98+
extra_configs:
99+
- CONFIG_NRF_CLOUD_PGPS=y
100+
platform_allow:
101+
- nrf9151dk/nrf9151/ns
102+
serial_modem.pgps_no_agnss:
103+
sysbuild: true
104+
build_only: true
105+
extra_configs:
106+
- CONFIG_NRF_CLOUD_PGPS=y
107+
- CONFIG_NRF_CLOUD_AGNSS=n
108+
platform_allow:
109+
- nrf9151dk/nrf9151/ns
95110
serial_modem.lwm2m_carrier:
96111
sysbuild: true
97112
build_only: true
@@ -119,11 +134,14 @@ tests:
119134
- nrf9151dk/nrf9151/ns
120135
integration_platforms:
121136
- nrf9151dk/nrf9151/ns
122-
serial_modem.modem_trace:
137+
serial_modem.modem_trace_app_log_dbg:
123138
sysbuild: true
124139
build_only: true
125140
extra_args:
126141
- app_SNIPPET=nrf91-modem-trace-uart
142+
extra_configs:
143+
- CONFIG_SM_LOG_LEVEL_DBG=y
144+
- CONFIG_DTR_UART_LOG_LEVEL_DBG=y
127145
platform_allow:
128146
- nrf9151dk/nrf9151/ns
129147
- thingy91x/nrf9151/ns

0 commit comments

Comments
 (0)