-
Notifications
You must be signed in to change notification settings - Fork 5
130 lines (115 loc) · 3.67 KB
/
pull-request.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
name: PR Build
on:
push:
pull_request:
jobs:
efr32:
strategy:
matrix:
# Every app builds for every board and suffix
app: [dishwasher-app, light-switch-app, lighting-app, lock-app, onoff-plug-app, sensor-app, window-app]
board: [brd4187c, brd4316a, brd4337a]
suffix: [thread]
# Build only specific combinations of app, board and suffix
include:
# Thread boards that have thermostats
- app: thermostat
board: brd4187c
suffix: thread
- app: thermostat
board: brd4316a
suffix: thread
# Wi-Fi NCP combos
- app: thermostat
board: brd4187c
suffix: 917-ncp
- app: thermostat
board: brd4187c
suffix: rs911x
- app: thermostat
board: brd4187c
suffix: wf200
- app: lock-app
board: brd4187c
suffix: 917-ncp
- app: lock-app
board: brd4187c
suffix: rs911x
- app: lock-app
board: brd4187c
suffix: wf200
- app: window-app
board: brd4187c
suffix: 917-ncp
name: ${{ matrix.app }}-${{ matrix.suffix }} ${{ matrix.board }}
uses: ./.github/workflows/generate-and-build.yaml
with:
app: ${{ matrix.app }}
board: ${{ matrix.board }}
suffix: ${{ matrix.suffix }}
family: efr32
siwx917:
strategy:
matrix:
# Every app builds for every board and suffix
app: [dishwasher-app, light-switch-app, lighting-app, lock-app, onoff-plug-app, sensor-app, window-app]
board: [brd4338a, brd4342a]
suffix: [917-soc]
name: ${{ matrix.app }}-${{ matrix.suffix }} ${{ matrix.board }}
uses: ./.github/workflows/generate-and-build.yaml
with:
app: ${{ matrix.app }}
board: ${{ matrix.board }}
board_extension: ;wiseconnect3_sdk
suffix: ${{ matrix.suffix }}
family: siwx917
cmp:
strategy:
matrix:
# Every app builds for every board and suffix
app: [zigbee-matter]
board: [brd4187c, brd4116a, brd4117a, brd4118a]
suffix: [light]
addAppComponent: [matter_zigbee_concurrent;matter, matter_zigbee_sequential;matter]
name: ${{ matrix.app }}-${{ matrix.suffix }} ${{ matrix.addAppComponent}} ${{ matrix.board }}
uses: ./.github/workflows/generate-and-build.yaml
with:
app: ${{ matrix.app }}
board: ${{ matrix.board }}
suffix: ${{ matrix.suffix }}
addAppComponent: ${{ matrix.addAppComponent }}
family: efr32
copy-sources:
strategy:
matrix:
include:
- app: sensor-app
board: brd4187c
suffix: thread
family: efr32
- app: thermostat
board: brd4187c
suffix: rs911x
family: efr32
- app: lock-app
board: brd4187c
suffix: wf200
family: efr32
- app: window-app
board: brd4187c
suffix: 917-ncp
family: efr32
- board: brd4338a
board_extension: ;wiseconnect3_sdk
app: sensor-app
suffix: 917-soc
family: siwx917
name: copy-sources ${{ matrix.app }}-${{ matrix.suffix }} ${{ matrix.addAppComponent}} ${{ matrix.board }}
uses: ./.github/workflows/generate-and-build.yaml
with:
app: ${{ matrix.app }}
board: ${{ matrix.board }}
board_extension: ${{ matrix.board_extension }}
suffix: ${{ matrix.suffix }}
family: ${{ matrix.family }}
optionalSlcParams: copy-sources