Skip to content

Commit 249d0b3

Browse files
authored
Update examples-nrfconnect.yaml
1 parent e3cd0cf commit 249d0b3

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

.github/workflows/examples-nrfconnect.yaml

+15-12
Original file line numberDiff line numberDiff line change
@@ -77,116 +77,119 @@ jobs:
7777
scripts/run_in_build_env.sh 'pip3 install -r scripts/setup/requirements.nrfconnect.txt'
7878
scripts/run_in_build_env.sh "./scripts/tools/nrfconnect/tests/test_generate_factory_data.py"
7979
- 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')
8181
run: |
8282
scripts/examples/nrfconnect_example.sh lock-app nrf52840dk/nrf52840
8383
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
8484
nrfconnect nrf52840dk_nrf52840 lock-app \
8585
examples/lock-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
8686
/tmp/bloat_reports/
8787
- 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')
8989
run: |
9090
scripts/examples/nrfconnect_example.sh lighting-app nrf52840dongle/nrf52840 -DCONFIG_CHIP_ROTATING_DEVICE_ID=y
9191
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
9292
nrfconnect nrf52840dongle_nrf52840 lighting-app \
9393
examples/lighting-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
9494
/tmp/bloat_reports/
9595
- 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')
9797
run: |
9898
scripts/examples/nrfconnect_example.sh lighting-app nrf52840dk/nrf52840 -DOVERLAY_CONFIG=rpc.overlay
9999
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
100100
nrfconnect nrf52840dk_nrf52840+rpc lighting-app \
101101
examples/lighting-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
102102
/tmp/bloat_reports/
103103
- 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')
105105
run: |
106106
scripts/examples/nrfconnect_example.sh light-switch-app nrf52840dk/nrf52840
107107
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
108108
nrfconnect nrf52840dk_nrf52840 light-switch-app \
109109
examples/light-switch-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
110110
/tmp/bloat_reports/
111111
- 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')
113113
run: |
114114
scripts/examples/nrfconnect_example.sh shell nrf52840dk/nrf52840
115115
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
116116
nrfconnect nrf52840dk_nrf52840 shell \
117117
examples/shell/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
118118
/tmp/bloat_reports/
119119
- 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')
121121
run: |
122122
scripts/examples/nrfconnect_example.sh pump-app nrf52840dk/nrf52840
123123
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
124124
nrfconnect nrf52840dk_nrf52840 pump-app \
125125
examples/pump-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
126126
/tmp/bloat_reports/
127127
- 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')
129129
run: |
130130
scripts/examples/nrfconnect_example.sh pump-controller-app nrf52840dk/nrf52840
131131
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
132132
nrfconnect nrf52840dk_nrf52840 pump-controller-app \
133133
examples/pump-controller-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
134134
/tmp/bloat_reports/
135135
- 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')
136137
run: |
137138
scripts/examples/nrfconnect_example.sh all-clusters-app nrf52840dk/nrf52840
138139
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
139140
nrfconnect nrf52840dk_nrf52840 all-clusters-app \
140141
examples/all-clusters-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
141142
/tmp/bloat_reports/
142143
- 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')
143145
run: |
144146
scripts/examples/nrfconnect_example.sh all-clusters-minimal-app nrf52840dk/nrf52840 -DFILE_SUFFIX=dfu
145147
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
146148
nrfconnect nrf52840dk_nrf52840 all-clusters-minimal-app \
147149
examples/all-clusters-minimal-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
148150
/tmp/bloat_reports/
149151
- 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')
151153
run: |
152154
scripts/examples/nrfconnect_example.sh lock-app nrf5340dk/nrf5340/cpuapp
153155
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
154156
nrfconnect nrf5340dk_nrf5340_cpuapp lock-app \
155157
examples/lock-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
156158
/tmp/bloat_reports/
157159
- 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')
159161
run: |
160162
scripts/examples/nrfconnect_example.sh lighting-app nrf5340dk/nrf5340/cpuapp
161163
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
162164
nrfconnect nrf5340dk_nrf5340_cpuapp lighting-app \
163165
examples/lighting-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
164166
/tmp/bloat_reports/
165167
- 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')
167169
run: |
168170
scripts/examples/nrfconnect_example.sh lock-app nrf7002dk/nrf5340/cpuapp
169171
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
170172
nrfconnect nrf7002dk_nrf5340_cpuapp lock-app \
171173
examples/lock-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
172174
/tmp/bloat_reports/
173175
- 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')
175177
run: |
176178
scripts/examples/nrfconnect_example.sh light-switch-app nrf7002dk/nrf5340/cpuapp
177179
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
178180
nrfconnect nrf7002dk_nrf5340_cpuapp light-switch-app \
179181
examples/light-switch-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
180182
/tmp/bloat_reports/
181183
- 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')
183185
run: |
184186
scripts/examples/nrfconnect_example.sh lighting-app nrf7002dk/nrf5340/cpuapp
185187
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
186188
nrfconnect nrf7002dk_nrf5340_cpuapp lighting-app \
187189
examples/light-switch-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
188190
/tmp/bloat_reports/
189191
- name: Build example nRF Connect SDK All Clusters App on nRF7002 PDK
192+
if: false
190193
run: |
191194
scripts/examples/nrfconnect_example.sh all-clusters-app nrf7002dk/nrf5340/cpuapp -DFILE_SUFFIX=release
192195
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \

0 commit comments

Comments
 (0)