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
Add `test_bootloader_fota` to verify B1 MCUboot FOTA on Thingy:91 X.
Checks `bootloaderVersion` in nRF Cloud shadow before (v2) and after
(v3) the update, and verifies B0 UART output post-swap.
Also refactor the FOTA poll loop into `trigger_fota_poll`, pass
`MCUBOOT_BUNDLEID` env var through CI, and set a default signing key
for nRF9151 DK in sysbuild config.
Setting the signing key will allow us to run the test on the DK as well.
This will be added once the new DTS partition schema is in place.
Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
Copy file name to clipboardExpand all lines: docs/common/test_and_ci_setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The CI pipeline is triggered as follows:
19
19
20
20
- Pull Request: `build.yml`, `sonarcloud.yml`, `compliance.yml`. No target tests are run on PR to avoid instabilities.
21
21
- Push to main: `build-and-target-test.yml`, `sonarcloud.yml`, `doc-sync.yml`. Only "fast" target tests are run. Avoiding excessively time-consuming tests.
22
-
- Nightly: `build-and-target-test.yml`. Full set of target tests. Includes slow tests such as the full modem FOTA testand the power consumption test.
22
+
- Nightly: `build-and-target-test.yml`. Full set of target tests. Includes slow tests such as the full modem FOTA test, application and bootloader (MCUboot) FOTA.
0 commit comments