Gate every firmware build on runtime RAM and share nRF52 mOTA storage

This commit is contained in:
mikecarper
2026-09-08 02:09:26 -07:00
parent 1b6a9dcb6a
commit aa20e9278e
22 changed files with 1037 additions and 36 deletions
+3 -1
View File
@@ -41,8 +41,10 @@ jobs:
- name: Verify nRF52 UF2-reset CLI coverage
run: python3 -B test/test_nrf52_uf2reset_cli.py
- name: Verify T096 Full memory and nRF52 Bluetooth startup
- name: Verify firmware memory budgets and nRF52 Bluetooth startup
run: |
python3 -B test/test_firmware_ram.py
python3 -B test/test_cascade_release_package.py
python3 -B test/test_t096_full_memory.py
python3 -B test/test_nrf52_ble_startup.py
python3 -B test/test_shared_mota_queue.py