upgrade connectedhomeip to latest release v1.5 branch

This commit is contained in:
WanqQixiang
2025-11-21 12:30:57 +08:00
parent 89fe5168f7
commit 211658c88e
30 changed files with 677 additions and 139 deletions
+2 -1
View File
@@ -28,7 +28,7 @@ variables:
IDF_CHECKOUT_REF: "v5.4.1"
# This variable represents the short hash of the connectedhomeip submodule.
# Note: Do change this short hash on submodule update MRs.
CHIP_SHORT_HASH: "f902839abf"
CHIP_SHORT_HASH: "faf4d09ad1"
DOCKER_IMAGE_NAME: "espressif/chip-idf"
.add_gitlab_ssh_key: &add_gitlab_ssh_key |
@@ -463,6 +463,7 @@ build_esp_matter_examples_idf_v4_4:
extends:
- .build_examples_template
image: ${DOCKER_IMAGE_NAME}:chip_${CHIP_SHORT_HASH}_idf_${IDF_CHECKOUT_REF}
allow_failure: true
artifacts:
paths:
- "examples/**/build*/size.json"