-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathsample.yaml
68 lines (68 loc) · 1.72 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
sample:
name: HTTPS client sample
tests:
sample.net.https_client:
sysbuild: true
build_only: true
integration_platforms:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
- nrf7002dk/nrf5340/cpuapp/ns
- native_sim
platform_allow:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
- nrf7002dk/nrf5340/cpuapp/ns
- native_sim
tags:
- ci_build
- sysbuild
- ci_samples_net
sample.net.https_client.lte.tfm-mbedtls:
sysbuild: true
build_only: true
extra_args: OVERLAY_CONFIG="overlay-tfm-nrf91.conf"
integration_platforms:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
platform_allow:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
tags:
- ci_build
- sysbuild
- ci_samples_net
sample.net.https_client.lte.pdn-ipv4:
sysbuild: true
build_only: true
extra_args: OVERLAY_CONFIG="overlay-pdn-nrf91-ipv4.conf"
integration_platforms:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
platform_allow:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
tags:
- ci_build
- sysbuild
- ci_samples_net
sample.net.https_client.nrf54l15.wifi:
sysbuild: true
build_only: true
integration_platforms:
- nrf54l15dk/nrf54l15/cpuapp
platform_allow:
- nrf54l15dk/nrf54l15/cpuapp
tags:
- ci_build
- sysbuild
- ci_samples_net
extra_args:
- https_client_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
- https_client_SNIPPET=nrf70-wifi
- CONFIG_HEAP_MEM_POOL_SIZE=90000