Skip to content

Commit

Permalink
[nrfconnect] Remove pigweed-app (#27212)
Browse files Browse the repository at this point in the history
The RPC funcitonality is already tested using the lighting
app with the RCP overlay, so it just needlessly consumes the
CI time.
  • Loading branch information
Damian-Nordic authored and pull[bot] committed May 7, 2024
1 parent c051706 commit 4246420
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 637 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:
- '**/tests/**'
shell:
- 'examples/shell/nrfconnect/**'
pigweed-app:
- 'examples/pigweed-app/nrfconnect/**'
- name: Set up environment for size reports
if: ${{ !env.ACT }}
env:
Expand Down Expand Up @@ -149,15 +147,6 @@ jobs:
nrfconnect nrf52840dk_nrf52840 shell \
examples/shell/nrfconnect/build/zephyr/zephyr.elf \
/tmp/bloat_reports/
- name: Build example nRF Connect SDK Pigweed on nRF52840 DK
if: github.event_name == 'push' || steps.changed_paths.outputs.pigweed-app == 'true'
timeout-minutes: 15
run: |
scripts/examples/nrfconnect_example.sh pigweed-app nrf52840dk_nrf52840
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
nrfconnect nrf52840dk_nrf52840 pigweed-app \
examples/pigweed-app/nrfconnect/build/zephyr/zephyr.elf \
/tmp/bloat_reports/
- name: Build example nRF Connect SDK Pump App on nRF52840 DK
if: github.event_name == 'push' || steps.changed_paths.outputs.nrfconnect == 'true'
timeout-minutes: 15
Expand Down
13 changes: 0 additions & 13 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,6 @@
"command": "scripts/tests/esp32_qemu_tests.sh /tmp/test_logs",
"problemMatcher": []
},
{
"label": "Build nRF Connect Pigweed Example (nRF52840)",
"type": "shell",
"command": "source scripts/activate.sh && scripts/examples/nrfconnect_example.sh pigweed-app nrf52840dk_nrf52840",
"group": "build",
"problemMatcher": {
"base": "$gcc",
"fileLocation": [
"relative",
"${workspaceFolder}/examples/pigweed-app/nrfconnect/build/nrf52840dk_nrf52840"
]
}
},
{
"label": "Build i.MX Linux examples",
"type": "shell",
Expand Down
1 change: 0 additions & 1 deletion examples/pigweed-app/nrfconnect/.gitignore

This file was deleted.

102 changes: 0 additions & 102 deletions examples/pigweed-app/nrfconnect/CMakeLists.txt

This file was deleted.

20 changes: 0 additions & 20 deletions examples/pigweed-app/nrfconnect/Kconfig

This file was deleted.

Loading

0 comments on commit 4246420

Please sign in to comment.