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
Introduce a `build_release` input to `build.yml` to skip test-only
builds (MQTT, buffer-flash, buffer-ram) when creating release assets.
Remove the `test_all` input and `slow` pytest marker entirely — all
tests now run unconditionally, with device/path selection controlling
scope instead.
- Add `build_release` flag to `attach_release_assets.yml` and
`build.yml`; skip test builds when set
- Remove `Delete test assets` step from release workflow since those
builds are no longer produced
- Drop `test_all` input from `target-test.yml` and
`build-and-target-test.yml`
- Remove `slow` marker from `pytest.ini` and all test files
- Always upload symbol file to Memfault for `thingy91x` targets
- Fix typo: `moduel` → `module` in `build.yml` comment
- Update docs to reflect simplified CI trigger descriptions
- Remove MQTT artifact row from release docs
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