-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.yaml
More file actions
66 lines (66 loc) · 1.72 KB
/
Copy pathsample.yaml
File metadata and controls
66 lines (66 loc) · 1.72 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
sample:
name: Memfault sample
tests:
sample.debug.memfault:
sysbuild: true
build_only: true
extra_configs:
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="dummy-key"
integration_platforms:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
- nrf7002dk/nrf5340/cpuapp
platform_allow:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
- nrf7002dk/nrf5340/cpuapp
tags:
- ci_build
- sysbuild
- ci_samples_debug
sample.debug.memfault.etb:
sysbuild: true
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
- nrf9151dk/nrf9151/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
- nrf7002dk/nrf5340/cpuapp
platform_allow:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
- nrf7002dk/nrf5340/cpuapp
tags:
- ci_build
- sysbuild
- ci_samples_debug
sample.debug.memfault.modem_trace_to_memfault:
sysbuild: true
build_only: true
extra_configs:
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="dummy-key"
extra_args: OVERLAY_CONFIG=overlay-modem-trace-to-memfault.conf
integration_platforms:
- nrf9151dk/nrf9151/ns
- thingy91x/nrf9151/ns
platform_allow:
- nrf9151dk/nrf9151/ns
- thingy91x/nrf9151/ns
tags:
- ci_build
- sysbuild
- ci_samples_debug