This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample.yaml
79 lines (79 loc) · 2.7 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
sample:
name: Asset Tracker v2 Application
common:
integration_platforms:
- thingy91_nrf9160_ns
tests:
applications.asset_tracker_v2.nrf_cloud:
build_only: true
platform_allow: thingy91_nrf9160_ns
tags: ci_build
applications.asset_tracker_v2.nrf_cloud-pgps:
build_only: true
platform_allow:
extra_args: OVERLAY_CONFIG=overlay-pgps.conf
tags: ci_build
applications.asset_tracker_v2.aws:
build_only: true
platform_allow: thingy91_nrf9160_ns
extra_configs:
- CONFIG_AWS_IOT_BROKER_HOST_NAME="example-hostname.aws.com"
extra_args: OVERLAY_CONFIG="overlay-aws.conf"
tags: ci_build
applications.asset_tracker_v2.aws-pgps:
build_only: true
platform_allow: thingy91_nrf9160_ns
extra_configs:
- CONFIG_AWS_IOT_BROKER_HOST_NAME="example-hostname.aws.com"
extra_args: OVERLAY_CONFIG="overlay-aws.conf;overlay-pgps.conf"
tags: ci_build
applications.asset_tracker_v2.aws-all:
build_only: true
platform_allow: thingy91_nrf9160_ns
extra_configs:
- CONFIG_AWS_IOT_BROKER_HOST_NAME="example-hostname.aws.com"
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="PROJECTKEY"
extra_args: OVERLAY_CONFIG="overlay-aws.conf;overlay-pgps.conf;overlay-debug.conf;overlay-memfault.conf"
tags: ci_build
applications.asset_tracker_v2.azure:
build_only: true
platform_allow: thingy91_nrf9160_ns
extra_configs:
- CONFIG_AZURE_IOT_HUB_DPS_HOSTNAME="global.azure-devices-provisioning.net"
- CONFIG_AZURE_IOT_HUB_DPS_ID_SCOPE="IDSCOPE"
extra_args: OVERLAY_CONFIG="overlay-azure.conf"
tags: ci_build
applications.asset_tracker_v2.debug:
build_only: true
build_on_all: true
platform_allow: thingy91_nrf9160_ns
extra_args: OVERLAY_CONFIG=overlay-debug.conf
tags: ci_build
applications.asset_tracker_v2.debug-memfault:
build_only: true
build_on_all: true
platform_allow: thingy91_nrf9160_ns
extra_configs:
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="PROJECTKEY"
extra_args: OVERLAY_CONFIG="overlay-debug.conf;overlay-memfault.conf"
tags: ci_build
applications.asset_tracker_v2.memfault:
build_only: true
build_on_all: true
platform_allow: thingy91_nrf9160_ns
extra_configs:
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="PROJECTKEY"
extra_args: OVERLAY_CONFIG=overlay-memfault.conf
tags: ci_build
applications.asset_tracker_v2.low-power:
build_only: true
build_on_all: true
platform_allow: thingy91_nrf9160_ns
extra_args: OVERLAY_CONFIG=overlay-low-power.conf
tags: ci_build
applications.asset_tracker_v2.carrier:
build_only: true
build_on_all: true
platform_allow: thingy91_nrf9160_ns
extra_args: OVERLAY_CONFIG=overlay-carrier.conf
tags: ci_build