You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.github: workflows: replace build_all bool with build_type enum
Replace the boolean `build_all` input with a tri-state `build_type`
choice input (`default`, `release`, `all`) across build workflows.
- `default`: builds thingy91x only
- `release`: builds all boards, skips test-only variants
- `all`: builds everything (previous `build_all=true` behavior)
Remove the post-build step that deleted test assets from releases, as
`release` build type no longer produces them. Drop `test_all` passthrough
since it was derived from `build_all`. Remove MQTT artifact from release
docs as it is now excluded from release builds. Add test README comments
clarifying `-m "slow"` and `-m "not slow"` marker usage. Fix typo
`moduel` → `module` in build workflow comment.
Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
|`asset-tracker-template-{VERSION}-debug-thingy91x-nrf91.hex`| Thingy:91 X (nRF9151) | Debug build with enhanced logging and diagnostic features. **Note: This build uploads diagnostic and crash data to Memfault using Nordic's account and is intended for internal use only.**| Development debugging and issue investigation |
24
-
|`asset-tracker-template-{VERSION}-mqtt-thingy91x-nrf91.hex`| Thingy:91 X (nRF9151) | Firmware with MQTT cloud connectivity instead of CoAP | Testing MQTT-based cloud communication |
0 commit comments