Skip to content

Commit

Permalink
Updated SDK SHA for V2.11+fall2024 release (#159)
Browse files Browse the repository at this point in the history
* Updated version label for v2.11+fall2024 release

* Updated SDK_DOCKER_TAG and SDK_SHA
  • Loading branch information
rquidute authored Oct 22, 2024
1 parent 8f86ccd commit 4074f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_collections/matter/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class MatterSettings(BaseSettings):

# SDK Docker Image
SDK_DOCKER_IMAGE: str = "connectedhomeip/chip-cert-bins"
SDK_DOCKER_TAG: str = "17b1a38e909e7874593bcb87c31be03a5866f1d4"
SDK_DOCKER_TAG: str = "bfff495316852556643975aa4588ad4afd34380c"
# SDK SHA: used to fetch test YAML from SDK.
SDK_SHA: str = "17b1a38e909e7874593bcb87c31be03a5866f1d4"
SDK_SHA: str = "bfff495316852556643975aa4588ad4afd34380c"

class Config:
case_sensitive = True
Expand Down

0 comments on commit 4074f5f

Please sign in to comment.