Skip to content

Conversation

NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3382

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

NordicBuilder commented Oct 10, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@be1a9fd nrfconnect/sdk-zephyr@72bbd1c (main) nrfconnect/[email protected]

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 10, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: ee679e015ff910e332c487b8f5f44a1fcf6218ab
zephyr: PR head: 72bbd1cddace672018b2366ae64597a97527476f

more details

sdk-nrf:

PR head: ee679e015ff910e332c487b8f5f44a1fcf6218ab
merge base: bcff2f0fc4d26196344fb0ec1ac6e7d3349c22aa
target head (main): bcff2f0fc4d26196344fb0ec1ac6e7d3349c22aa
Diff

zephyr:

PR head: 72bbd1cddace672018b2366ae64597a97527476f
merge base: be1a9fd0eecaec02c882b52d2a9b411a1c6cb70c
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 (8)
subsys
│  ├── nrf_security
│  │  ├── src
│  │  │  ├── drivers
│  │  │  │  ├── cracen
│  │  │  │  │  ├── sxsymcrypt
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── platform
│  │  │  │  │  │  │  │  ├── baremetal
│  │  │  │  │  │  │  │  │  │ interrupts.c
west.yml
zephyr
│  ├── arch
│  │  ├── common
│  │  │  │ CMakeLists.txt
│  ├── cmake
│  │  ├── linker
│  │  │  ├── arcmwdt
│  │  │  │  │ linker_flags.cmake
│  │  │  ├── armlink
│  │  │  │  │ linker_flags.cmake
│  │  │  ├── iar
│  │  │  │  │ linker_flags.cmake
│  │  │  ├── ld
│  │  │  │  │ linker_flags.cmake
│  │  │  ├── xt-ld
│  │  │  │  │ linker_flags.cmake

Outputs:

Toolchain

Version: 46667c6630
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:46667c6630_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 31
    • sdk-zephyr test count: 1127
  • ✅ Integration tests
    • ✅ test_ble_nrf_config
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nrf_crypto
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-tfm
    • ✅ test-sdk-find-my
    • ✅ test-low-level
    • ✅ test-sdk-mcuboot
    • ✅ test-sdk-dfu
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • 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-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-thread-main
    • test-sdk-audio
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

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

@github-actions
Copy link

github-actions bot commented Oct 10, 2025

You can find the documentation preview for this PR here.

Copy link
Contributor

@tomi-font tomi-font left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Though what's the link between the sdk-zephyr PR and the nrf_security changes?

@bjarki-andreasen
Copy link
Contributor

Though what's the link between the sdk-zephyr PR and the nrf_security changes?

The nrf_security changes are related to NCS BM nrfconnect/sdk-nrf-bm#427 so this PR is making both changes needed, the sdk-zephyr change is needed to do the nrf_security change, which is needed for NCS BM

Copy link
Contributor

@frkv frkv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

NordicBuilder and others added 2 commits October 20, 2025 11:28
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
When multithreading is not enabled, the SW ISR table is not required
and may be excluded from the build. Use direct ISRs when multithreading
is not used. This is the case for NCS-BM.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3382 branch from 3a09a97 to ee679e0 Compare October 20, 2025 11:28
@NordicBuilder NordicBuilder requested review from a team October 20, 2025 11:29
@NordicBuilder NordicBuilder removed the DNM label Oct 20, 2025
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. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants