-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.yaml
34 lines (34 loc) · 1.1 KB
/
sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
sample:
name: Memfault sample
tests:
sample.debug.memfault.lte:
build_only: true
extra_configs:
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="dummy-key"
integration_platforms:
- nrf9160dk_nrf9160_ns
- nrf9161dk_nrf9161_ns
- thingy91_nrf9160_ns
platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns thingy91_nrf9160_ns
tags: ci_build
sample.debug.memfault.wifi:
build_only: true
extra_configs:
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="dummy-key"
- CONFIG_WIFI_CREDENTIALS_STATIC_SSID="dummy-ssid"
- CONFIG_WIFI_CREDENTIALS_STATIC_PASSWORD="dummy-password"
integration_platforms:
- nrf7002dk_nrf5340_cpuapp
platform_allow: nrf7002dk_nrf5340_cpuapp
tags: ci_build
sample.nrf9160.memfault.etb:
build_only: true
extra_configs:
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="dummy-key"
extra_args: OVERLAY_CONFIG=overlay-etb.conf
integration_platforms:
- nrf9160dk_nrf9160_ns
- nrf9161dk_nrf9161_ns
- thingy91_nrf9160_ns
platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns thingy91_nrf9160_ns
tags: ci_build