-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathsample.yaml
43 lines (43 loc) · 1.04 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
sample:
name: AWS IoT sample
tests:
sample.net.aws_iot:
sysbuild: true
tags:
- ci_build
- sysbuild
- ci_samples_net
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
sample.net.aws_iot.nrf54l15.wifi:
sysbuild: true
tags:
- ci_build
- sysbuild
- ci_samples_net
build_only: true
build_on_all: true
integration_platforms:
- nrf54l15dk/nrf54l15/cpuapp
platform_allow:
- nrf54l15dk/nrf54l15/cpuapp
extra_args:
- aws_iot_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
- aws_iot_SNIPPET=nrf70-wifi
- CONFIG_HEAP_MEM_POOL_SIZE=90000