Skip to content

manifest: sdk-connectedhomeip: Update revision #22930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#619

@NordicBuilder NordicBuilder requested review from a team as code owners June 23, 2025 13:23
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Jun 23, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jun 23, 2025

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

Name Old Revision New Revision Diff
matter nrfconnect/sdk-connectedhomeip@3ccd607 (master) nrfconnect/sdk-connectedhomeip#619 nrfconnect/sdk-connectedhomeip#619/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 Jun 23, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 75221bf4d67ca89260b3779ad099667705207c12
matter: PR head: 74f300cfb246b49e3cdb867a1795d22dfc167999

more details

sdk-nrf:

PR head: 75221bf4d67ca89260b3779ad099667705207c12
merge base: 07a7ff99829065bc4f4dfc8aa81c371572e28833
target head (main): 7af9c83cc028b8473ee551e1834f908b61b653da
Diff

matter:

PR head: 74f300cfb246b49e3cdb867a1795d22dfc167999
merge base: 3ccd6078b9b33af0fa6ddb71e51bb9860f9198a0
target head (master): 3ccd6078b9b33af0fa6ddb71e51bb9860f9198a0
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 (3)
doc
│  ├── nrf
│  │  ├── releases_and_maturity
│  │  │  ├── releases
│  │  │  │  │ release-notes-changelog.rst
modules
│  ├── lib
│  │  ├── matter
│  │  │  ├── src
│  │  │  │  ├── messaging
│  │  │  │  │  │ ReliableMessageMgr.cpp
west.yml

Outputs:

Toolchain

Version: 3ae5dc3c63
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:3ae5dc3c63_776d264d2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 93
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-chip
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • 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-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-low-level
    • test-sdk-audio
    • test-sdk-find-my
    • test-sdk-mcuboot
    • 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 Jun 23, 2025

You can find the documentation preview for this PR here.

Preview links for modified nRF Connect SDK documents:

https://ncsdoc.z6.web.core.windows.net/PR-22930/nrf/releases_and_maturity/releases/release-notes-changelog.html

Automatically created by Github Action

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@LuDuda LuDuda force-pushed the auto-manifest-sdk-connectedhomeip-619 branch from 197e398 to 75221bf Compare June 24, 2025 08:13
@LuDuda LuDuda requested a review from a team as a code owner June 24, 2025 08:13
@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. and removed changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Jun 24, 2025
Comment on lines +180 to +181
* Improved error handling in the Matter transport layer to gracefully manage temporary network issues (e.g., ENETDOWN from sockets).
Such errors no longer trigger immediate teardown of exchanges or subscriptions.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Improved error handling in the Matter transport layer to gracefully manage temporary network issues (e.g., ENETDOWN from sockets).
Such errors no longer trigger immediate teardown of exchanges or subscriptions.
* The error handling in the Matter transport layer has been improved to gracefully manage temporary network issues (for example, ENETDOWN from sockets).
Such errors no longer trigger immediate teardown of exchanges or subscriptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DNM doc-required PR must not be merged without tech writer approval. manifest manifest-matter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants