-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample.yaml
43 lines (43 loc) · 1.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
sample:
name: mqtt
tests:
sample.net.mqtt:
build_only: true
build_on_all: true
integration_platforms:
- nrf9160dk_nrf9160_ns
- thingy91_nrf9160_ns
- nrf7002dk_nrf5340_cpuapp
platform_allow: nrf9160dk_nrf9160_ns thingy91_nrf9160_ns nrf7002dk_nrf5340_cpuapp native_posix
tags: ci_build
extra_configs:
- CONFIG_WIFI_CREDENTIALS_STATIC_SSID="ssid"
- CONFIG_WIFI_CREDENTIALS_STATIC_PASSWORD="psk"
- CONFIG_WIFI_CREDENTIALS_STATIC_TYPE_PSK=y
sample.net.mqtt.nrf7002.tls:
build_only: true
build_on_all: true
integration_platforms:
- nrf7002dk_nrf5340_cpuapp
platform_allow: nrf7002dk_nrf5340_cpuapp
tags: ci_build
extra_args: OVERLAY_CONFIG=overlay-tls-nrf7002.conf
extra_configs:
- CONFIG_WIFI_CREDENTIALS_STATIC_SSID="ssid"
- CONFIG_WIFI_CREDENTIALS_STATIC_PASSWORD="psk"
- CONFIG_WIFI_CREDENTIALS_STATIC_TYPE_PSK=y
sample.net.mqtt.nrf9160.tls:
build_only: true
build_on_all: true
integration_platforms:
- nrf9160dk_nrf9160_ns
- thingy91_nrf9160_ns
platform_allow: nrf9160dk_nrf9160_ns thingy91_nrf9160_ns
tags: ci_build
extra_args: OVERLAY_CONFIG=overlay-tls-nrf9160.conf
sample.net.mqtt.native_posix.tls:
build_only: true
build_on_all: true
platform_allow: native_posix
tags: ci_build
extra_args: OVERLAY_CONFIG=overlay-tls-native_posix.conf