Skip to content
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

manifest: sdk-connectedhomeip: Update revision #20470

Open
wants to merge 2 commits 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#556

@NordicBuilder NordicBuilder requested review from a team as code owners February 18, 2025 15:10
@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 Feb 18, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 18, 2025

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

Name Old Revision New Revision Diff
matter nrfconnect/sdk-connectedhomeip@cb40b0d nrfconnect/sdk-connectedhomeip#556 nrfconnect/sdk-connectedhomeip#556/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 Feb 18, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 2a0a5e36c89d8f681269e74651cef20fc94e4518
matter: PR head: 61d0886bd74a8a9b96d51639f0f971cc900928b0

more details

sdk-nrf:

PR head: 2a0a5e36c89d8f681269e74651cef20fc94e4518
merge base: 405dcd29f63ef099ab2ca1fc10a903bc15805789
target head (main): a95e127c906afef92e36e79120d2ec127c250b87
Diff

matter:

PR head: 61d0886bd74a8a9b96d51639f0f971cc900928b0
merge base: cb40b0d0dcc8135c7cf9dc78f2b47d89404047ad
target head (master): a85d6b0e6c891119c910a7c81124c6a5ab2b863a
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 (46)
modules
│  ├── lib
│  │  ├── matter
│  │  │  ├── .github
│  │  │  │  ├── workflows
│  │  │  │  │  │ examples-nrfconnect.yaml
│  │  │  ├── config
│  │  │  │  ├── nrfconnect
│  │  │  │  │  ├── chip-module
│  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  ├── nxp
│  │  │  │  │  ├── chip-module
│  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  ├── zephyr
│  │  │  │  │  ├── chip-module
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │ Kconfig.defaults
│  │  │  ├── examples
│  │  │  │  ├── chef
│  │  │  │  │  ├── common
│  │  │  │  │  │  ├── chef-dishwasher-mode-delegate-impl.cpp
│  │  │  │  │  │  │ chef-rvc-mode-delegate.cpp
│  │  │  │  ├── light-switch-app
│  │  │  │  │  ├── cc13x4_26x4
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  │  ├── infineon
│  │  │  │  │  │  ├── cyw30739
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ ZclCallbacks.cpp
│  │  │  │  ├── lighting-app
│  │  │  │  │  ├── cc13x4_26x4
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  │  ├── infineon
│  │  │  │  │  │  ├── cyw30739
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ ZclCallbacks.cpp
│  │  │  │  ├── lock-app
│  │  │  │  │  ├── cc13x4_26x4
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  │  ├── infineon
│  │  │  │  │  │  ├── cyw30739
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ ZclCallbacks.cpp
│  │  │  │  ├── pump-app
│  │  │  │  │  ├── cc13x4_26x4
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  ├── pump-controller-app
│  │  │  │  │  ├── cc13x4_26x4
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  ├── thermostat
│  │  │  │  │  ├── infineon
│  │  │  │  │  │  ├── cyw30739
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ TemperatureManager.cpp
│  │  │  │  │  ├── silabs
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ TemperatureManager.cpp
│  │  │  ├── scripts
│  │  │  │  ├── build
│  │  │  │  │  ├── build
│  │  │  │  │  │  │ targets.py
│  │  │  │  │  ├── builders
│  │  │  │  │  │  │ nrf.py
│  │  │  │  │  ├── testdata
│  │  │  │  │  │  │ all_targets_linux_x64.txt
│  │  │  ├── src
│  │  │  │  ├── app
│  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  ├── InteractionModelEngine.h
│  │  │  │  │  ├── chip_data_model.cmake
│  │  │  │  │  ├── chip_data_model.gni
│  │  │  │  │  ├── clusters
│  │  │  │  │  │  ├── icd-management-server
│  │  │  │  │  │  │  ├── icd-management-server.cpp
│  │  │  │  │  │  │  │ icd-management-server.h
│  │  │  │  │  ├── reporting
│  │  │  │  │  │  │ ReportScheduler.h
│  │  │  │  │  ├── server
│  │  │  │  │  │  │ BUILD.gn
│  │  │  │  │  ├── tests
│  │  │  │  │  │  │ AppTestContext.cpp
│  │  │  │  │  ├── util
│  │  │  │  │  │  ├── AttributesChangedListener.h
│  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  ├── MarkAttributeDirty.h
│  │  │  │  │  │  ├── af-types.h
│  │  │  │  │  │  │ attribute-table.h
│  │  │  │  │  ├── zap-templates
│  │  │  │  │  │  ├── templates
│  │  │  │  │  │  │  ├── app
│  │  │  │  │  │  │  │  ├── attributes
│  │  │  │  │  │  │  │  │  ├── Accessors-src.zapt
│  │  │  │  │  │  │  │  │  │ Accessors.zapt
│  │  │  │  ├── platform
│  │  │  │  │  ├── Zephyr
│  │  │  │  │  │  │ PlatformManagerImpl.cpp
│  │  │  │  ├── test_driver
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │ CHIPProjectConfig.h
│  │  │  │  │  │  │ prj.conf
│  │  │  ├── zzz_generated
│  │  │  │  ├── app-common
│  │  │  │  │  ├── app-common
│  │  │  │  │  │  ├── zap-generated
│  │  │  │  │  │  │  ├── attributes
│  │  │  │  │  │  │  │  ├── Accessors.cpp
│  │  │  │  │  │  │  │  │ Accessors.h
samples
│  ├── matter
│  │  ├── thermostat
│  │  │  ├── src
│  │  │  │  ├── temp_sensor_manager.cpp
│  │  │  │  ├── temp_sensor_manager.h
│  │  │  │  │ temperature_manager.cpp
west.yml

Outputs:

Toolchain

Version: aedb4c0245
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:aedb4c0245_bece0367df

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 92
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-chip
Disabled integration tests
    • 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_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • 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
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi
    • test-secdom-samples-public

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

@NordicBuilder
Copy link
Contributor Author

You can find the documentation preview for this PR at this link.

Note: This comment is automatically posted by the Documentation Publish GitHub Action.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-connectedhomeip-556 branch 4 times, most recently from d7481ca to 620780d Compare February 19, 2025 23:26
Automatically created by Github Action

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-connectedhomeip-556 branch from 620780d to 2ddd526 Compare February 21, 2025 13:52
Copy link

github-actions bot commented Feb 21, 2025

After documentation is built, you will find the preview for this PR here.

Preview links for modified nRF Connect SDK documents:

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

@adigie adigie requested a review from a team as a code owner February 21, 2025 17:34
Fix includes after changes in sdk-connectedhomeip.

Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
@adigie adigie force-pushed the auto-manifest-sdk-connectedhomeip-556 branch from ab0f240 to 2a0a5e3 Compare February 22, 2025 15:25
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-matter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants