|
39 | 39 | if: github.actor != 'restyled-io[bot]'
|
40 | 40 |
|
41 | 41 | container:
|
42 |
| - image: ghcr.io/project-chip/chip-build-nrf-platform:54 |
| 42 | + image: ghcr.io/project-chip/chip-build-nrf-platform:65 |
43 | 43 | volumes:
|
44 | 44 | - "/tmp/bloat_reports:/tmp/bloat_reports"
|
45 | 45 |
|
@@ -78,119 +78,119 @@ jobs:
|
78 | 78 | - name: Build example nRF Connect SDK Lock App on nRF52840 DK
|
79 | 79 | if: github.event_name == 'push' || steps.changed_paths.outputs.nrfconnect == 'true'
|
80 | 80 | run: |
|
81 |
| - scripts/examples/nrfconnect_example.sh lock-app nrf52840dk_nrf52840 |
| 81 | + scripts/examples/nrfconnect_example.sh lock-app nrf52840dk/nrf52840 |
82 | 82 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
83 | 83 | nrfconnect nrf52840dk_nrf52840 lock-app \
|
84 |
| - examples/lock-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 84 | + examples/lock-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
85 | 85 | /tmp/bloat_reports/
|
86 | 86 | - name: Build example nRF Connect SDK Lighting App on nRF52840 Dongle
|
87 | 87 | if: github.event_name == 'push' || steps.changed_paths.outputs.nrfconnect == 'true'
|
88 | 88 | run: |
|
89 |
| - scripts/examples/nrfconnect_example.sh lighting-app nrf52840dongle_nrf52840 -DCONF_FILE=prj_no_dfu.conf -DCONFIG_CHIP_ROTATING_DEVICE_ID=y |
| 89 | + scripts/examples/nrfconnect_example.sh lighting-app nrf52840dongle/nrf52840 -DCONFIG_CHIP_ROTATING_DEVICE_ID=y |
90 | 90 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
91 | 91 | nrfconnect nrf52840dongle_nrf52840 lighting-app \
|
92 |
| - examples/lighting-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 92 | + examples/lighting-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
93 | 93 | /tmp/bloat_reports/
|
94 | 94 | - name: Build example nRF Connect SDK Lighting App on nRF52840 DK with RPC
|
95 | 95 | if: github.event_name == 'push' || steps.changed_paths.outputs.nrfconnect == 'true'
|
96 | 96 | run: |
|
97 |
| - scripts/examples/nrfconnect_example.sh lighting-app nrf52840dk_nrf52840 -DOVERLAY_CONFIG=rpc.overlay |
| 97 | + scripts/examples/nrfconnect_example.sh lighting-app nrf52840dk/nrf52840 -DOVERLAY_CONFIG=rpc.overlay |
98 | 98 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
99 | 99 | nrfconnect nrf52840dk_nrf52840+rpc lighting-app \
|
100 |
| - examples/lighting-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 100 | + examples/lighting-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
101 | 101 | /tmp/bloat_reports/
|
102 | 102 | - name: Build example nRF Connect SDK Light Switch App on nRF52840 DK
|
103 | 103 | if: github.event_name == 'push' || steps.changed_paths.outputs.nrfconnect == 'true'
|
104 | 104 | run: |
|
105 |
| - scripts/examples/nrfconnect_example.sh light-switch-app nrf52840dk_nrf52840 |
| 105 | + scripts/examples/nrfconnect_example.sh light-switch-app nrf52840dk/nrf52840 |
106 | 106 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
107 | 107 | nrfconnect nrf52840dk_nrf52840 light-switch-app \
|
108 |
| - examples/light-switch-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 108 | + examples/light-switch-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
109 | 109 | /tmp/bloat_reports/
|
110 | 110 | - name: Build example nRF Connect SDK Shell on nRF52840 DK
|
111 | 111 | if: github.event_name == 'push' || steps.changed_paths.outputs.shell == 'true'
|
112 | 112 | run: |
|
113 |
| - scripts/examples/nrfconnect_example.sh shell nrf52840dk_nrf52840 |
| 113 | + scripts/examples/nrfconnect_example.sh shell nrf52840dk/nrf52840 |
114 | 114 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
115 | 115 | nrfconnect nrf52840dk_nrf52840 shell \
|
116 |
| - examples/shell/nrfconnect/build/zephyr/zephyr.elf \ |
| 116 | + examples/shell/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
117 | 117 | /tmp/bloat_reports/
|
118 | 118 | - name: Build example nRF Connect SDK Pump App on nRF52840 DK
|
119 | 119 | if: github.event_name == 'push' || steps.changed_paths.outputs.nrfconnect == 'true'
|
120 | 120 | run: |
|
121 |
| - scripts/examples/nrfconnect_example.sh pump-app nrf52840dk_nrf52840 |
| 121 | + scripts/examples/nrfconnect_example.sh pump-app nrf52840dk/nrf52840 |
122 | 122 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
123 | 123 | nrfconnect nrf52840dk_nrf52840 pump-app \
|
124 |
| - examples/pump-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 124 | + examples/pump-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
125 | 125 | /tmp/bloat_reports/
|
126 | 126 | - name: Build example nRF Connect SDK Pump Controller App on nRF52840 DK
|
127 | 127 | if: github.event_name == 'push' || steps.changed_paths.outputs.nrfconnect == 'true'
|
128 | 128 | run: |
|
129 |
| - scripts/examples/nrfconnect_example.sh pump-controller-app nrf52840dk_nrf52840 |
| 129 | + scripts/examples/nrfconnect_example.sh pump-controller-app nrf52840dk/nrf52840 |
130 | 130 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
131 | 131 | nrfconnect nrf52840dk_nrf52840 pump-controller-app \
|
132 |
| - examples/pump-controller-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 132 | + examples/pump-controller-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
133 | 133 | /tmp/bloat_reports/
|
134 | 134 | - name: Build example nRF Connect SDK All Clusters App on nRF52840 DK
|
135 | 135 | run: |
|
136 |
| - scripts/examples/nrfconnect_example.sh all-clusters-app nrf52840dk_nrf52840 |
| 136 | + scripts/examples/nrfconnect_example.sh all-clusters-app nrf52840dk/nrf52840 |
137 | 137 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
138 | 138 | nrfconnect nrf52840dk_nrf52840 all-clusters-app \
|
139 |
| - examples/all-clusters-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 139 | + examples/all-clusters-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
140 | 140 | /tmp/bloat_reports/
|
141 | 141 | - name: Build example nRF Connect SDK All Clusters Minimal App on nRF52840 DK
|
142 | 142 | run: |
|
143 |
| - scripts/examples/nrfconnect_example.sh all-clusters-minimal-app nrf52840dk_nrf52840 -DCONF_FILE=prj_dfu.conf |
| 143 | + scripts/examples/nrfconnect_example.sh all-clusters-minimal-app nrf52840dk/nrf52840 -DFILE_SUFFIX=dfu |
144 | 144 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
145 | 145 | nrfconnect nrf52840dk_nrf52840 all-clusters-minimal-app \
|
146 |
| - examples/all-clusters-minimal-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 146 | + examples/all-clusters-minimal-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
147 | 147 | /tmp/bloat_reports/
|
148 | 148 | - name: Build example nRF Connect SDK Lock App on nRF5340 DK
|
149 | 149 | if: github.event_name == 'push' || steps.changed_paths.outputs.nrfconnect == 'true'
|
150 | 150 | run: |
|
151 |
| - scripts/examples/nrfconnect_example.sh lock-app nrf5340dk_nrf5340_cpuapp |
| 151 | + scripts/examples/nrfconnect_example.sh lock-app nrf5340dk/nrf5340/cpuapp |
152 | 152 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
153 | 153 | nrfconnect nrf5340dk_nrf5340_cpuapp lock-app \
|
154 |
| - examples/lock-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 154 | + examples/lock-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
155 | 155 | /tmp/bloat_reports/
|
156 | 156 | - name: Build example nRF Connect SDK Lighting App on nRF5340 DK
|
157 | 157 | if: github.event_name == 'push' || steps.changed_paths.outputs.nrfconnect == 'true'
|
158 | 158 | run: |
|
159 |
| - scripts/examples/nrfconnect_example.sh lighting-app nrf5340dk_nrf5340_cpuapp |
| 159 | + scripts/examples/nrfconnect_example.sh lighting-app nrf5340dk/nrf5340/cpuapp |
160 | 160 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
161 | 161 | nrfconnect nrf5340dk_nrf5340_cpuapp lighting-app \
|
162 |
| - examples/lighting-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 162 | + examples/lighting-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
163 | 163 | /tmp/bloat_reports/
|
164 | 164 | - name: Build example nRF Connect SDK Lock App on nRF7002 PDK
|
165 | 165 | if: github.event_name == 'push' || steps.changed_paths.outputs.nrfconnect == 'true'
|
166 | 166 | run: |
|
167 |
| - scripts/examples/nrfconnect_example.sh lock-app nrf7002dk_nrf5340_cpuapp |
| 167 | + scripts/examples/nrfconnect_example.sh lock-app nrf7002dk/nrf5340/cpuapp |
168 | 168 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
169 | 169 | nrfconnect nrf7002dk_nrf5340_cpuapp lock-app \
|
170 |
| - examples/lock-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 170 | + examples/lock-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
171 | 171 | /tmp/bloat_reports/
|
172 | 172 | - name: Build example nRF Connect SDK Light Switch App on nRF7002 PDK
|
173 | 173 | if: github.event_name == 'push' || steps.changed_paths.outputs.nrfconnect == 'true'
|
174 | 174 | run: |
|
175 |
| - scripts/examples/nrfconnect_example.sh light-switch-app nrf7002dk_nrf5340_cpuapp |
| 175 | + scripts/examples/nrfconnect_example.sh light-switch-app nrf7002dk/nrf5340/cpuapp |
176 | 176 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
177 | 177 | nrfconnect nrf7002dk_nrf5340_cpuapp light-switch-app \
|
178 |
| - examples/light-switch-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 178 | + examples/light-switch-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
179 | 179 | /tmp/bloat_reports/
|
180 | 180 | - name: Build example nRF Connect SDK Lighting App on nRF7002 PDK
|
181 | 181 | if: github.event_name == 'push' || steps.changed_paths.outputs.nrfconnect == 'true'
|
182 | 182 | run: |
|
183 |
| - scripts/examples/nrfconnect_example.sh lighting-app nrf7002dk_nrf5340_cpuapp |
| 183 | + scripts/examples/nrfconnect_example.sh lighting-app nrf7002dk/nrf5340/cpuapp |
184 | 184 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
185 | 185 | nrfconnect nrf7002dk_nrf5340_cpuapp lighting-app \
|
186 |
| - examples/light-switch-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 186 | + examples/light-switch-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
187 | 187 | /tmp/bloat_reports/
|
188 | 188 | - name: Build example nRF Connect SDK All Clusters App on nRF7002 PDK
|
189 | 189 | run: |
|
190 |
| - scripts/examples/nrfconnect_example.sh all-clusters-app nrf7002dk_nrf5340_cpuapp -DCONF_FILE=prj_release.conf |
| 190 | + scripts/examples/nrfconnect_example.sh all-clusters-app nrf7002dk/nrf5340/cpuapp -DFILE_SUFFIX=release |
191 | 191 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
192 | 192 | nrfconnect nrf7002dk_nrf5340_cpuapp all-clusters-app \
|
193 |
| - examples/all-clusters-app/nrfconnect/build/zephyr/zephyr.elf \ |
| 193 | + examples/all-clusters-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \ |
194 | 194 | /tmp/bloat_reports/
|
195 | 195 | - name: Run unit tests for Zephyr native_posix_64 platform
|
196 | 196 | if: github.event_name == 'push' || steps.changed_paths.outputs.tests == 'true' || steps.changed_paths.outputs.nrfconnect == 'true'
|
|
0 commit comments