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

Add replaceable monitoring cluster implemenation #1

Merged
merged 188 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
188 commits
Select commit Hold shift + click to select a range
cbc5729
Add Basic Resource Monitoring Server Implementation
tobiasgraf Jun 5, 2023
3ad1cc2
Add Basic Working Resource Monitoring Example App
tobiasgraf Jun 5, 2023
fb6630c
Improve log output
tobiasgraf Jun 5, 2023
703e850
Replace some HepafilterMonitoring specifics with more general Resourc…
tobiasgraf Jun 13, 2023
e6ecd75
Apply clang-format
tobiasgraf Jun 13, 2023
eb945ba
More Hepa to ResourceMonitoring replacement
tobiasgraf Jun 13, 2023
0d204c8
Add ActivatedCarbonFilterMonitoring Cluster
tobiasgraf Jun 15, 2023
7628aab
Rename ActivatedCarbonFilterMonitoring.cpp to ActivatedCarbonFilterMo…
tobiasgraf Jun 21, 2023
0a78dc1
Split delegate definitions into separate files
tobiasgraf Jun 21, 2023
14a0b40
Cleanup some Headers
tobiasgraf Jun 21, 2023
c4c3293
Rename member variables
tobiasgraf Jun 22, 2023
0471379
Refactoring: Rename Delegate to Instance
tobiasgraf Jun 30, 2023
275f701
Refactoring: Implement Read and Write function
tobiasgraf Jun 30, 2023
3bb9a09
Refactoring: reorder methods to math the order in the .h file
tobiasgraf Jun 30, 2023
3ea650e
Run Clang-Format
tobiasgraf Jun 30, 2023
101c167
Add Getter for DegradationDirection Attribute
tobiasgraf Jun 30, 2023
8f037ae
Add Construction Option To Set OnResetCondition To Supported
tobiasgraf Jul 3, 2023
9e30662
Add Default Values
tobiasgraf Jul 3, 2023
48915f3
Modified the AttributePersistenceProvider ReadValue function signitur…
hicklin Jul 3, 2023
c527c96
Force External Storage for All Resource Monitoring Clusters
tobiasgraf Jul 3, 2023
bb70cb3
Force External Storage for All Resource Monitoring Clusters
tobiasgraf Jul 3, 2023
1f989a9
Expanded AttributePersistanceProvider API to include reading and wirt…
hicklin Jul 3, 2023
402166e
Add LastChangedTime to Attributes For ResourceMonitoring Clusters
tobiasgraf Jul 3, 2023
9768c49
Add LastChangedTime to Attributes For ResourceMonitoring Clusters
tobiasgraf Jul 3, 2023
d7f5266
Merge branch 'master' into add-replaceable-monitoring-cluster-impleme…
tobiasgraf Jul 3, 2023
f06a376
Merge branch '27570-add-lastchangedtime-to-resource-monitoring-cluste…
tobiasgraf Jul 3, 2023
7293ca2
Add `LastChangedTime` to Forced External Storage List For Resource Mo…
tobiasgraf Jul 3, 2023
bded692
Add LastChangedTime To Resource-Monitoring Server Implementation
tobiasgraf Jul 3, 2023
b5ed2d5
Templated the AttributePersistanceProvider read and wiret function to…
hicklin Jul 3, 2023
c58e9a2
Fixed AttributePersistanceProvider accepted types. Added read helper …
hicklin Jul 4, 2023
1b1abfe
Merge branch 'project-chip:master' into expand_AttributePersistancePr…
hicklin Jul 4, 2023
e398672
Restyled by clang-format
restyled-commits Jul 4, 2023
dd1a518
Formatting and some comments
tobiasgraf Jul 4, 2023
2b891b7
Make OnResetCondition Pure Virtual
tobiasgraf Jul 4, 2023
50a965b
Set LastChangedTime In the OnResetCondition Handler
tobiasgraf Jul 4, 2023
6e3d3c7
Fixed mismatched size return error of DefaultAttributePersistenceProv…
hicklin Jul 4, 2023
f177691
Add All Missing Aliased Clusters
tobiasgraf Jul 5, 2023
0c9de82
Merge remote-tracking branch 'github-dyson/expand_AttributePersistanc…
tobiasgraf Jul 5, 2023
4630dc1
Started work on tests for the AttributePersistenceProvider.
hicklin Jul 5, 2023
14c3f86
Add Missing Instances to resourceMonitoring Test App
tobiasgraf Jul 5, 2023
f4e3321
Add Persistent Storage To LastChangedTime
tobiasgraf Jul 5, 2023
494beb1
Add README.md
tobiasgraf Jul 5, 2023
cb377f5
Remove `ResourceMonitoringAliasesInstanceMap` as it wasn't really needed
tobiasgraf Jul 5, 2023
8cf61b1
Update Description Of Init()
tobiasgraf Jul 5, 2023
b8f34ea
Update Description of AppInit() and OnResetCondition()
tobiasgraf Jul 5, 2023
d60a795
Added unit tests for AttributePersistenceProvider testing the storage…
hicklin Jul 5, 2023
1643373
Changed the type of aSize in ReadValue to size_t
hicklin Jul 6, 2023
e1ec87e
Removed the dependancy on generated code in the AttributePersistencez…
hicklin Jul 6, 2023
bed3251
Merge remote-tracking branch 'github-dyson/expand_AttributePersistanc…
tobiasgraf Jul 6, 2023
4574741
Added static funtctions to get the KVS null representation for differ…
hicklin Jul 6, 2023
64014d4
Fix Errors after Merge
tobiasgraf Jul 6, 2023
9d7f063
Some Changes From Comments From The ModeBase PR
tobiasgraf Jul 6, 2023
b5d456c
Added functions to read and write nullable bools and accompanying tests.
hicklin Jul 6, 2023
15230fc
Incorporated boolean tests in the scalar test.
hicklin Jul 6, 2023
476bf9c
Merge branch 'master' into expand_AttributePersistanceProvider_API
hicklin Jul 6, 2023
76db4d3
Added failure before init test
hicklin Jul 6, 2023
333ac54
Restyled by clang-format
restyled-commits Jul 6, 2023
89200fa
Merge remote-tracking branch 'github-dyson/expand_AttributePersistanc…
tobiasgraf Jul 6, 2023
6d0d817
Move Headers To Resource-Monitoring-Common
tobiasgraf Jul 6, 2023
f5d695c
Move Cpp files To resource-monitor-common
tobiasgraf Jul 6, 2023
71c58fa
Remove All Unused Aliases For The Resource-Monitoring-Cluster
tobiasgraf Jul 6, 2023
4f9c481
Merge branch 'master' into expand_AttributePersistanceProvider_API
hicklin Jul 7, 2023
2d6f26a
Fixed after merge.
hicklin Jul 7, 2023
2d4cca0
Removed the failure on init test as it may have been causing seg faul…
hicklin Jul 7, 2023
09488ec
Renamed GetNull -> GetNullValueForNullableType
hicklin Jul 7, 2023
582b92c
Added the initialisation of valueReadBack and added a new templated f…
hicklin Jul 7, 2023
7c1bf20
Added handline of signed ints and accompanying tests.
hicklin Jul 7, 2023
81d062f
Added handline of nullable signed ints and accompanying tests.
hicklin Jul 7, 2023
de3b1c9
Type cast null.
hicklin Jul 7, 2023
35070d1
Merge branch 'master' into expand_AttributePersistanceProvider_API
hicklin Jul 7, 2023
7f2423f
Restyled by clang-format
restyled-commits Jul 7, 2023
9ab6af9
Changed shift bit to be af the same type are the return val.
hicklin Jul 7, 2023
e289e60
Added tests got GetNull functions
hicklin Jul 7, 2023
450a7cb
Remove Aliased Clusters From Resource Monitoring Clusters except Hepa…
tobiasgraf Jul 7, 2023
a8ad6f5
Add Resource Monitoring Aliased Clusters Server implementation To Lin…
tobiasgraf Jul 7, 2023
1ac8e7a
Merge remote-tracking branch 'github-dyson/expand_AttributePersistanc…
tobiasgraf Jul 7, 2023
bbd9c25
Remove Todo
tobiasgraf Jul 7, 2023
9965615
Remove Aliased Clusters From Resource Monitoring Clusters except Hepa…
tobiasgraf Jul 7, 2023
e71d415
Remove Redundant Check
tobiasgraf Jul 7, 2023
311ff15
Apply Restyled patch
tobiasgraf Jul 7, 2023
2c8462e
Remove Tests For Removed Aliased Clusters
tobiasgraf Jul 7, 2023
baba2b8
Fix Spelling
tobiasgraf Jul 7, 2023
258ce7e
Remove Unused / disallowed #include <maps>
tobiasgraf Jul 7, 2023
d3ba7f5
Remove resource-monitoring-instances.h
tobiasgraf Jul 7, 2023
59a8e76
Remove Unneeded Destructors
tobiasgraf Jul 7, 2023
a0bc95e
Use Default Descructor and Make Class Non copyable or moveable
tobiasgraf Jul 7, 2023
c497d13
Change IsAliascluster to IsValidAliasCluster
tobiasgraf Jul 7, 2023
94311fa
Fix Typo
tobiasgraf Jul 7, 2023
14553da
Reset ChangeIndication Attribute On ResetCondition Command
tobiasgraf Jul 10, 2023
846fde4
Set FeatureMap To 3
tobiasgraf Jul 10, 2023
8fbe321
Rename mFeature To mFeatureMap
tobiasgraf Jul 11, 2023
6dff85b
Rewrite Some Comments From "function" to "method"
tobiasgraf Jul 11, 2023
0c7b4ce
Remove Const
tobiasgraf Jul 11, 2023
7d6db41
Update Comment Of Init() Method
tobiasgraf Jul 11, 2023
2683592
Remove Commented Code
tobiasgraf Jul 11, 2023
55659d0
Added TODO For REP Feature
tobiasgraf Jul 11, 2023
c3376a8
Change From "Next value" To "UINT8_MAX"
tobiasgraf Jul 11, 2023
9a6052b
Use ChipLogDetail Instead Of ChipLogError
tobiasgraf Jul 11, 2023
a823743
Fix Log on Some Platforms
tobiasgraf Jul 11, 2023
6e34132
Update README.md For Linux Resource-Monitoring-Example-App
tobiasgraf Jul 11, 2023
3124299
Remove Aliased Clusters From Resource Monitoring Clusters except Hepa…
tobiasgraf Jul 11, 2023
54d75f9
Regen Code
tobiasgraf Jul 11, 2023
50c959e
Apply Restylerd Patch
tobiasgraf Jul 11, 2023
da5536f
Merge remote-tracking branch 'origin/master' into add-replaceable-mon…
tobiasgraf Jul 11, 2023
a2e5f59
Update Wordlist
tobiasgraf Jul 11, 2023
21a0ba4
Remove PICS values For Resource Monitoring Clusters That Were Removed
tobiasgraf Jul 11, 2023
5b366b4
Remove PICS For Resource Monitoring Clusters from PICS.yaml
tobiasgraf Jul 11, 2023
7ce4b24
Add Resource Monitoring README.md To docs/examples/index.md
tobiasgraf Jul 12, 2023
5d2beb7
TC-IDM-1.2 (#27024)
cecille Jul 12, 2023
da3e6f0
【Feature】operational state cluster sdk implementation and example clu…
mideayanghui Jul 13, 2023
0da8dc4
Add Smoke CO Cluster to All Clusters App (#27124)
ericzijian1994 Jul 13, 2023
fdb8d04
Remove redundant chip::app:: prefixes
tobiasgraf Jul 13, 2023
2e97275
Use Bitset Instead Of Just a Number For FeatureMap
tobiasgraf Jul 13, 2023
40a5369
Remove Options from CHIPProjectAppConfig.h
tobiasgraf Jul 13, 2023
3b81bd7
Remove network commissioning bits
tobiasgraf Jul 13, 2023
8eab5cc
Make Hepa And ActivateCarbon Filter Monitoring Instances Static
tobiasgraf Jul 13, 2023
7603690
Remove ClusterId From Specialized Hepa and Activated Carbon Construtors
tobiasgraf Jul 13, 2023
1ba02a2
Add Getter for Endpoint
tobiasgraf Jul 13, 2023
a678569
Remove Nonsense Comment
tobiasgraf Jul 13, 2023
0d3b732
Remove Aliased Cluster IDs That Got Removed
tobiasgraf Jul 13, 2023
1edc80d
Fix Typo
tobiasgraf Jul 13, 2023
7b105e8
Simplify HandleResetCondition Method
tobiasgraf Jul 13, 2023
f9f9f8d
[SMCO] Update XML to spec changes (#27606)
ericzijian1994 Jul 13, 2023
22fa11b
Update Smoke CO Alarm Implementation (#27566)
ericzijian1994 Jul 13, 2023
0af3c04
[ota-requestor] Added update cancelling in case of apply failure (#27…
kkasperczyk-no Jul 13, 2023
08ee9e2
Zap regen all (#27939)
andy31415 Jul 13, 2023
b3f8db6
Workaround Fan PercentSetting floating point precision error after "c…
erwinpan1 Jul 13, 2023
edbdf8a
[ReadHandler] Report Scheduler class (#27553)
lpbeliveau-silabs Jul 13, 2023
b9874d6
[wifi] combine ipv4 and ipv6 event so that dns server will start only…
pankore Jul 13, 2023
be3536c
[Ameba] Route hook voidptr (#27882)
pankore Jul 13, 2023
badc0c8
Change endpointId type to int to align with other override functions …
yufengwangca Jul 13, 2023
d9a6f2e
Remove dead-code init callbacks from some clusters. (#27936)
bzbarsky-apple Jul 13, 2023
5edf049
[Python] unrestrict vendor id (#27911)
tianfeng-yang Jul 13, 2023
9c6a0af
Change the names of cluster-objects function arguments. (#27945)
bzbarsky-apple Jul 13, 2023
01116da
Make FindOrEstablishSession inside CASE callbacks work. (#27942)
bzbarsky-apple Jul 13, 2023
f952564
Allow setting up an auto-resubscribe ReadClient with just a peer id. …
bzbarsky-apple Jul 14, 2023
118448d
update ci to 0.7.25 (#27585)
pankore Jul 14, 2023
e805865
Add Copyright
tobiasgraf Jul 14, 2023
cd17dc7
Sort out Includes
tobiasgraf Jul 14, 2023
40e83ef
Make Methods To Private
tobiasgraf Jul 14, 2023
5aeb72e
Initialize All The Member Varaibles With Initializer List
tobiasgraf Jul 14, 2023
e29a27d
Explicit Delete Move Constructors
tobiasgraf Jul 14, 2023
a14390f
Make More Methods To Private
tobiasgraf Jul 14, 2023
774ba6e
Update Comment For OnResetCondition Command Handler
tobiasgraf Jul 14, 2023
cf10762
Add FeatureMap To Zcl*.json Files
tobiasgraf Jul 14, 2023
c238bb2
Merge remote-tracking branch 'origin/master' into add-replaceable-mon…
tobiasgraf Jul 14, 2023
3251934
[Ameba] [wifi] fix ssid and password length after getting from nvs (#…
pankore Jul 14, 2023
44513fa
[Python] SetupPayload export version property. (#27959)
tianfeng-yang Jul 14, 2023
f0adeef
Moving us to github container registry (#27879)
woody-apple Jul 14, 2023
4cc1e14
Add a "country-code" argument to darwin-framework-tool pairing comman…
bzbarsky-apple Jul 14, 2023
6cc26ff
[matter_yamltests] Add timeout argument supports for the chip-tool/py…
vivien-apple Jul 14, 2023
3de75bb
[Python] Modify rotatingId to a hexadecimal string (#27933)
tianfeng-yang Jul 14, 2023
4655314
Allow use of already commissioned device in TC_DeviceBasicComposition…
tima-q Jul 14, 2023
c6462e2
[Bouffalolab] Add build option to enable rotating device id (#27906)
wy-hh Jul 14, 2023
c149afc
[ICD]Post the MsgSentEvent on retransmits also (#27968)
jmartinez-silabs Jul 14, 2023
8ff90bf
Fixing the .zap files for contradicting device type data (#27962)
brdandu Jul 14, 2023
582c55f
Fixing script typos (#27971)
woody-apple Jul 14, 2023
39c569b
[Telink] Add Smoke Sensor app demo (#27609)
s07641069 Jul 14, 2023
4423707
Do not allow zero size array in test (#27973)
andy31415 Jul 14, 2023
1e4aeb9
Modifed test july 14 (#27960)
manjunath-grl Jul 15, 2023
9c4ddfa
Update Smoke CO Alarm Implementation (#27955)
ericzijian1994 Jul 15, 2023
b6caecf
[Linux] DnssdImpl: rework avahi implementation (#26397)
plan44 Jul 15, 2023
5acc6da
Apply restyled Patch
tobiasgraf Jul 17, 2023
1ee26bf
Remove ResetCondtion::Type And Encode
tobiasgraf Jul 17, 2023
1f181b3
Remove While Loop's Body
tobiasgraf Jul 17, 2023
a3d5a9d
Reclassify excessive logging in LevelControl and OnOffServer from Pro…
milanr-q Jul 17, 2023
6441b46
[OPSTATE] Fix: change in type for OperationalState attribute (#27958)
mideayanghui Jul 17, 2023
9ac1480
Add a "country-code" argument to chip-tool pairing commands. (#27948)
bzbarsky-apple Jul 17, 2023
3fc0766
Move cloudbuild to github images since 0.7.25 vscode image does not e…
andy31415 Jul 17, 2023
ec7615d
Bump third_party/openthread/repo from `8bc2504` to `f7690fe` (#27984)
dependabot[bot] Jul 17, 2023
cbe9994
Bump third_party/mbedtls/repo from `b18d45f` to `4e73afe` (#27983)
dependabot[bot] Jul 17, 2023
d0af4d2
Move OnResetCondition Handling to Cluster Implementation
tobiasgraf Jul 17, 2023
34207be
Apply Restyled Patch
tobiasgraf Jul 17, 2023
e9518db
Fix Typo
tobiasgraf Jul 17, 2023
c25deee
Update cloudbuild image to 1 from 0.8 (#27994)
andy31415 Jul 17, 2023
9831f46
TC-TIMESYNC-3.1: python automation (#27925)
cecille Jul 17, 2023
98c6716
update time sync TC_TIMESYNC_2_7 and TC_TIMESYNC_2_8 (#27545)
fessehaeve Jul 17, 2023
ba335e9
Remove gdbgui requirement for esp32 (#28007)
andy31415 Jul 17, 2023
6036b26
Added check for board control before including header/function calls …
CuRahman Jul 17, 2023
b3bd8d6
Bump pip-tools to 7.0.0 (#28009)
AnthonyDiGirolamo Jul 18, 2023
b0350f2
Enforce length constraint for CountryCode in SetRegulatoryConfig. (#2…
bzbarsky-apple Jul 18, 2023
70bb397
[matter_yamltests] Be stricter about the response key for command tar…
vivien-apple Jul 18, 2023
e6f610b
[ICD]Add needed elements to the ICD Manager to handle LIT mode (#27916)
jmartinez-silabs Jul 18, 2023
89b4b14
Merge remote-tracking branch 'origin/master' into add-replaceable-mon…
tobiasgraf Jul 18, 2023
4554b38
Make the Darwin compat story for struct/event renames better (#28012)
bzbarsky-apple Jul 18, 2023
30b2f6c
Remove Init For Resource Monitoring Clusters From main-common.cpp
tobiasgraf Jul 18, 2023
fd78fc1
Merge branch 'master' into add-replaceable-monitoring-cluster-impleme…
tobiasgraf Jul 18, 2023
4a5f438
Apply Restyled Patch
tobiasgraf Jul 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
ARG BUILD_VERSION

# All tools required for compilation belong in chip-build, forms "truth" for CHIP build tooling
FROM connectedhomeip/chip-build-vscode:${BUILD_VERSION}
FROM ghcr.io/project-chip/chip-build-vscode:${BUILD_VERSION}
LABEL org.opencontainers.image.source https://github.com/project-chip/connectedhomeip

# This Dockerfile contains things useful for an interactive development environment
ARG USERNAME=vscode
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mounts": [
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind"
],
"initializeCommand": ".devcontainer/build.sh --tag matter-dev-environment:local --version 0.7.3",
"initializeCommand": ".devcontainer/build.sh --tag matter-dev-environment:local --version 1",
"image": "matter-dev-environment:local",
"remoteUser": "vscode",
"customizations": {
Expand Down
2 changes: 2 additions & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ getManualTests
getstarted
getTests
GH
ghcr
ghp
githubusercontent
gitignore
Expand Down Expand Up @@ -640,6 +641,7 @@ HomePods
hostapd
hostname
href
HEPA
HTTPS
HW
hwadr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bloat_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: connectedhomeip/chip-build:0.7.3
image: ghcr.io/project-chip/chip-build:1

steps:
- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build:0.7.3
image: ghcr.io/project-chip/chip-build:1
volumes:
- "/tmp/log_output:/tmp/test_logs"
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build:0.7.3
image: ghcr.io/project-chip/chip-build:1
volumes:
- "/tmp/log_output:/tmp/test_logs"
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build:0.7.3
image: ghcr.io/project-chip/chip-build:1
volumes:
- "/tmp/log_output:/tmp/test_logs"
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build:0.7.3
image: ghcr.io/project-chip/chip-build:1
volumes:
- "/tmp/log_output:/tmp/test_logs"
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build:0.7.16
image: ghcr.io/project-chip/chip-build:1
options: --user root

steps:
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-esp32:0.7.16
image: ghcr.io/project-chip/chip-build-esp32:1
options: --user root

steps:
Expand All @@ -64,6 +64,8 @@ jobs:
uses: ./.github/actions/checkout-submodules-and-bootstrap
with:
platform: esp32
- name: Fixup GdbGui requirement
run: perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt
- name: CI Examples ESP32
shell: bash
run: |
Expand All @@ -75,7 +77,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-nrf-platform:0.7.16
image: ghcr.io/project-chip/chip-build-nrf-platform:1
options: --user root

steps:
Expand Down
127 changes: 0 additions & 127 deletions .github/workflows/cirque.yaml

This file was deleted.

Loading