-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathsample.yaml
94 lines (94 loc) · 2.38 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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
sample:
name: mqtt
tests:
sample.net.mqtt:
sysbuild: true
build_only: true
build_on_all: true
integration_platforms:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
- nrf7002dk/nrf5340/cpuapp/ns
- native_sim
platform_allow:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
- nrf7002dk/nrf5340/cpuapp/ns
- native_sim
tags:
- ci_build
- sysbuild
- ci_samples_net
sample.net.mqtt.nrf70.tls:
sysbuild: true
build_only: true
build_on_all: true
integration_platforms:
- nrf7002dk/nrf5340/cpuapp/ns
platform_allow: nrf7002dk/nrf5340/cpuapp/ns
tags:
- ci_build
- sysbuild
- ci_samples_net
extra_args: EXTRA_CONF_FILE=overlay-tls-nrf70.conf
sample.net.mqtt.nrf54l15.wifi:
sysbuild: true
build_only: true
platform_allow: nrf54l15dk/nrf54l15/cpuapp
tags:
- ci_build
- sysbuild
- ci_samples_net
extra_args:
- mqtt_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
- mqtt_SNIPPET=nrf70-wifi
sample.net.mqtt.nrf54l15.wifi.tls:
sysbuild: true
build_only: true
platform_allow: nrf54l15dk/nrf54l15/cpuapp
tags:
- ci_build
- sysbuild
- ci_samples_net
extra_args:
- mqtt_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
- mqtt_SNIPPET=nrf70-wifi
- mqtt_EXTRA_CONF_FILE=overlay-tls-nrf54l15-nrf70.conf
- CONFIG_HEAP_MEM_POOL_SIZE=87000
sample.net.mqtt.nrf91.tls:
sysbuild: true
build_only: true
build_on_all: true
integration_platforms:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
platform_allow:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
tags:
- ci_build
- sysbuild
- ci_samples_net
extra_args: EXTRA_CONF_FILE=overlay-tls-nrf91.conf
sample.net.mqtt.native_sim.tls:
sysbuild: true
build_only: true
build_on_all: true
platform_allow: native_sim
tags:
- ci_build
- sysbuild
- ci_samples_net
extra_args: EXTRA_CONF_FILE=overlay-tls-native_sim.conf