Skip to content

Commit a224248

Browse files
committed
Merge branch 'master' into feature/presets
2 parents 613fb95 + 7cc357e commit a224248

File tree

405 files changed

+16373
-20285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

405 files changed

+16373
-20285
lines changed

.github/workflows/cirque.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Get Cirque Bootstrap cache key
7272
id: cirque-bootstrap-cache-key
7373
run: echo "val=$(scripts/tests/cirque_tests.sh cachekeyhash)" >> $GITHUB_OUTPUT
74-
- uses: Wandalen/wretry.action@v1.3.0
74+
- uses: Wandalen/wretry.action@v1.4.4
7575
name: Cirque Bootstrap cache
7676
if: ${{ !env.ACT }}
7777
continue-on-error: true

.github/workflows/darwin-tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
--target darwin-x64-tv-app-${BUILD_VARIANT} \
100100
--target darwin-x64-bridge-${BUILD_VARIANT} \
101101
--target darwin-x64-lit-icd-${BUILD_VARIANT} \
102+
--target darwin-x64-microwave-oven-${BUILD_VARIANT} \
102103
build \
103104
--copy-artifacts-to objdir-clone \
104105
"
@@ -118,6 +119,7 @@ jobs:
118119
--ota-requestor-app ./out/darwin-x64-ota-requestor-${BUILD_VARIANT}/chip-ota-requestor-app \
119120
--tv-app ./out/darwin-x64-tv-app-${BUILD_VARIANT}/chip-tv-app \
120121
--bridge-app ./out/darwin-x64-bridge-${BUILD_VARIANT}/chip-bridge-app \
122+
--microwave-oven-app ./out/darwin-x64-microwave-oven-${BUILD_VARIANT}/chip-microwave-oven-app \
121123
"
122124
- name: Run OTA Test
123125
run: |

.github/workflows/gradle-wrapper-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: Wandalen/wretry.action@v1.3.0
10+
- uses: Wandalen/wretry.action@v1.4.4
1111
name: Gradle Validation
1212
continue-on-error: true
1313
with:

.github/workflows/lint.yml

+1-22
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ jobs:
9090
--known-failure app/app-platform/ContentAppPlatform.h \
9191
--known-failure controller/ExamplePersistentStorage.cpp \
9292
--known-failure controller/ExamplePersistentStorage.h \
93-
--known-failure controller/java/GroupDeviceProxy.h \
94-
--known-failure controller/java/CHIPEventTLVValueDecoder.h \
95-
--known-failure controller/python/chip/credentials/cert.h \
96-
--known-failure controller/python/chip/server/Options.h \
97-
--known-failure controller/python/chip/crypto/p256keypair.h \
98-
--known-failure controller/python/chip/commissioning/PlaceholderOperationalCredentialsIssuer.h \
99-
--known-failure controller/python/chip/native/PyChipError.h \
10093
--known-failure app/AttributeAccessInterface.h \
10194
--known-failure app/AttributeAccessToken.h \
10295
--known-failure app/att-storage.h \
@@ -126,10 +119,6 @@ jobs:
126119
--known-failure app/reporting/tests/MockReportScheduler.h \
127120
--known-failure app/server/AppDelegate.h \
128121
--known-failure app/TestEventTriggerDelegate.h \
129-
--known-failure app/tests/integration/common.h \
130-
--known-failure app/tests/integration/MockEvents.h \
131-
--known-failure app/tests/suites/credentials/TestHarnessDACProvider.h \
132-
--known-failure app/tests/TestOperationalDeviceProxy.cpp \
133122
--known-failure app/util/af-enums.h \
134123
--known-failure app/util/af.h \
135124
--known-failure app/util/af-types.h \
@@ -163,21 +152,11 @@ jobs:
163152
--known-failure app/util/util.h \
164153
--known-failure app/WriteClient.h \
165154
--known-failure app/WriteHandler.h \
166-
--known-failure inet/tests/TestInetLayerCommon.hpp \
167155
--known-failure lib/core/CHIPVendorIdentifiers.hpp \
168-
--known-failure lib/dnssd/Constants.h \
169-
--known-failure lib/dnssd/minimal_mdns/core/FlatAllocatedQName.h \
170-
--known-failure lib/dnssd/minimal_mdns/core/HeapQName.h \
171-
--known-failure lib/dnssd/minimal_mdns/ListenIterator.h \
172-
--known-failure lib/dnssd/minimal_mdns/tests/CheckOnlyServer.h \
173-
--known-failure lib/dnssd/platform/DnssdBrowseDelegate.h \
174-
--known-failure lib/support/CHIPArgParser.hpp \
175-
--known-failure messaging/tests/echo/common.h \
176156
--known-failure platform/DeviceSafeQueue.cpp \
177157
--known-failure platform/DeviceSafeQueue.h \
178158
--known-failure platform/GLibTypeDeleter.h \
179159
--known-failure platform/SingletonConfigurationManager.cpp \
180-
--known-failure transport/retransmit/tests/TestCacheDriver.cpp \
181160
"
182161
183162
- name: Check for matter lint errors
@@ -256,7 +235,7 @@ jobs:
256235
- name: Check for use of %zu, which are not supported on some libcs.
257236
if: always()
258237
run: |
259-
git grep -n "%zu" -- './*' ':(exclude).github/workflows/lint.yml' && exit 1 || exit 0
238+
git grep -I -n "%zu" -- './*' ':(exclude).github/workflows/lint.yml' && exit 1 || exit 0
260239
261240
# Comments like '{{! ... }}' should be used in zap files
262241
- name: Do not allow TODO in generated files

0 commit comments

Comments
 (0)