Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

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

NordicBuilder commented Oct 28, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@9a54011 nrfconnect/sdk-zephyr#3438 nrfconnect/sdk-zephyr#3438/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 Author

NordicBuilder commented Oct 28, 2025

CI Information

To view the history of this post, click the 'edited' button above
Build number: 7

Inputs:

Sources:

sdk-nrf: PR head: 18b85863a23f207494265872e9b8845067bcc4e0
zephyr: PR head: cf5fae5c2cd43a226134eb3da7167ae5ceb87ded

more details

sdk-nrf:

PR head: 18b85863a23f207494265872e9b8845067bcc4e0
merge base: 2ebb2655af1b8bdfaa7b64c5ff90a91c51ce55f8
target head (main): f4dec01197cb516c47dce9a369b312b5f785a422
Diff

zephyr:

PR head: cf5fae5c2cd43a226134eb3da7167ae5ceb87ded
merge base: 9a54011af2dfd7b7e4b8b0b8a46f02961ad58511
target head (main): 164b47d3094202c9ac5b756aa2648d2ce5822680
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 (4)
lib
│  ├── nrf_modem_lib
│  │  │ nrf9x_sockets.c
tests
│  ├── lib
│  │  ├── nrf_modem_lib
│  │  │  ├── nrf9x_sockets
│  │  │  │  ├── src
│  │  │  │  │  │ nrf9x_sockets_test.c
west.yml
zephyr
│  ├── include
│  │  ├── zephyr
│  │  │  ├── net
│  │  │  │  │ socket_ncs.h

Outputs:

Toolchain

Version: df3cc9d822
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:df3cc9d822_e595b21c39

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

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

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3438 branch from 63a8990 to 11ddead Compare October 28, 2025 14:55
@github-actions
Copy link

You can find the documentation preview for this PR here.

@kacperradoszewski kacperradoszewski marked this pull request as draft October 29, 2025 08:43
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3438 branch 2 times, most recently from 0eb4cb0 to 0405659 Compare October 30, 2025 15:11
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3438 branch from df0f04c to 234376d Compare November 7, 2025 09:18
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@kacperradoszewski kacperradoszewski force-pushed the auto-manifest-sdk-zephyr-3438 branch from 234376d to fc75d21 Compare November 7, 2025 09:28
@kacperradoszewski kacperradoszewski marked this pull request as ready for review November 7, 2025 09:29
@kacperradoszewski kacperradoszewski requested review from a team as code owners November 7, 2025 09:29
Added support for SO_SENDCB in the socket offloading layer. This socket
option supported by the modem firmware mfw_nrf9151-ntn allows the user
to set a callback function that will be called when a send operation is
done sending data on air.
In order to map the nRF socket descriptor received from the modem to the
appropriate ZVFS descriptor, the latter is now also stored in the
offload socket context.

Signed-off-by: Kacper Radoszewski <[email protected]>
@kacperradoszewski kacperradoszewski force-pushed the auto-manifest-sdk-zephyr-3438 branch from fc75d21 to 18b8586 Compare November 7, 2025 09:34
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-nrfxlib manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants