From 8034676a15cc045d3fce3c027aa9b2224ba25739 Mon Sep 17 00:00:00 2001 From: Hare <53897436+umbraHare@users.noreply.github.com> Date: Wed, 12 Jul 2023 22:58:08 +0800 Subject: [PATCH] Disable nrf testing DFU in CI for all-clusters-app (#27909) * Modify the flash settings of nrf52840dk_nrf52840 * Revert "Modify the flash settings of nrf52840dk_nrf52840" This reverts commit c1be40b8dc761bc1519e68f9480bfc41e4696146. * Disable nrf testing DFU in CI for all-clusters-app --- .github/workflows/examples-nrfconnect.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples-nrfconnect.yaml b/.github/workflows/examples-nrfconnect.yaml index 985f3b5c7fff82..c0adbf2c5db492 100644 --- a/.github/workflows/examples-nrfconnect.yaml +++ b/.github/workflows/examples-nrfconnect.yaml @@ -25,7 +25,7 @@ concurrency: env: CHIP_NO_LOG_TIMESTAMPS: true - + jobs: nrfconnect: name: nRF Connect SDK @@ -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 \