Skip to content

Conversation

ahasztag
Copy link
Contributor

@ahasztag ahasztag commented Oct 2, 2025

This commit updates the sdk-zephyr revision and brings the following changes:

tests: boot: Fix bootloader.mcuboot boot loop for nrf platforms

@ahasztag ahasztag requested review from a team as code owners October 2, 2025 14:49
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 2, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 2, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@95c38eb nrfconnect/sdk-zephyr#3356 nrfconnect/sdk-zephyr#3356/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 2, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 3

Inputs:

Sources:

sdk-nrf: PR head: 4ae9382893b02f0d7e2e8759acadf90baf99d13d
zephyr: PR head: 185cebcf24e5f52ca0110e29380c4c6413bdadce

more details

sdk-nrf:

PR head: 4ae9382893b02f0d7e2e8759acadf90baf99d13d
merge base: cdbe51c6b9e197406c2ac1b016ead700840ab87b
target head (main): cdbe51c6b9e197406c2ac1b016ead700840ab87b
Diff

zephyr:

PR head: 185cebcf24e5f52ca0110e29380c4c6413bdadce
merge base: 95c38eb6342e1b63bda7f1052f56c37a6a4de6d5
target head (main): bbfecc3539562c83c6116e7adaa7501c6d1d8d51
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (14)
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.dts
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20_cpurad.dtsi
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  ├── Kconfig
│  │  │  │  ├── dmm.c
│  │  │  │  │ dmm.h
│  │  │  ├── nrf54h
│  │  │  │  │ pm_s2ram.h
│  │  │  ├── nrf54l
│  │  │  │  │ CMakeLists.txt
│  ├── tests
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── dmm
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  ├── boot
│  │  │  ├── test_mcuboot
│  │  │  │  │ sysbuild.cmake

Outputs:

Toolchain

Version: a7529a11f4
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:a7529a11f4_bba2ea5f2e

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 22
    • sdk-zephyr test count: 525
  • ✅ Integration tests
    • ✅ test-sdk-audio
    • ✅ test_ble_nrf_config
    • ✅ test-fw-nrfconnect-ble_samples
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nfc
    • ✅ test-fw-nrfconnect-nrf-iot_cloud
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-fw-nrfconnect-thread-main
    • ✅ test-sdk-find-my
    • ✅ test-low-level
    • ✅ test-sdk-mcuboot
    • ✅ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

Copy link

github-actions bot commented Oct 2, 2025

You can find the documentation preview for this PR here.

@ahasztag ahasztag force-pushed the NCSDK-35662_test_bootloader_mcuboot_boot_loop_fix branch from affae5f to 726a356 Compare October 3, 2025 08:49
This commit updates the sdk-zephyr revision and brings
the following changes:

tests: boot: Fix bootloader.mcuboot boot loop for nrf platforms

Signed-off-by: Artur Hadasz <[email protected]>
@ahasztag ahasztag force-pushed the NCSDK-35662_test_bootloader_mcuboot_boot_loop_fix branch from 726a356 to 4ae9382 Compare October 7, 2025 08:36
@ahasztag ahasztag requested review from a team October 7, 2025 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM manifest manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants