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