From 4a7525bb618490684bcbcf69cc6e83b3dcc4944f Mon Sep 17 00:00:00 2001 From: Hare Date: Wed, 12 Jul 2023 18:33:28 +0800 Subject: [PATCH] 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 \