Skip to content

Commit

Permalink
Disable nrf testing DFU in CI for all-clusters-app (#27909)
Browse files Browse the repository at this point in the history
* Modify the flash settings of nrf52840dk_nrf52840

* Revert "Modify the flash settings of nrf52840dk_nrf52840"

This reverts commit c1be40b.

* Disable nrf testing DFU in CI for all-clusters-app
  • Loading branch information
hare-siterwell authored and pull[bot] committed Nov 21, 2023
1 parent fc6351f commit 8034676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:

env:
CHIP_NO_LOG_TIMESTAMPS: true

jobs:
nrfconnect:
name: nRF Connect SDK
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
/tmp/bloat_reports/
- name: Build example nRF Connect SDK All Clusters App on nRF52840 DK
run: |
scripts/examples/nrfconnect_example.sh all-clusters-app nrf52840dk_nrf52840 -DCONF_FILE=prj_dfu.conf
scripts/examples/nrfconnect_example.sh all-clusters-app nrf52840dk_nrf52840
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
nrfconnect nrf52840dk_nrf52840 all-clusters-app \
examples/all-clusters-app/nrfconnect/build/zephyr/zephyr.elf \
Expand Down

0 comments on commit 8034676

Please sign in to comment.