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

merge from master #45

Merged
merged 124 commits into from
Jan 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
124 commits
Select commit Hold shift + click to select a range
5dc953f
Fix glob for NRF building (#13550)
andy31415 Jan 13, 2022
4e7c5e9
Add trace events to CASE and PASE Sessions (#13238)
yyzhong-g Jan 13, 2022
0414c8f
Ensure all fields in cluster-objects structs are default-initialized.…
bzbarsky-apple Jan 13, 2022
536eb42
Adding ota-requestor support in qpg lighting app (#13534)
tima-q Jan 13, 2022
4c27e98
Use more generated code in access control cluster (#13508)
mlepage-google Jan 13, 2022
79db3db
Updating timeouts, and fixing Darwin CodeQL
woody-apple Jan 13, 2022
502963f
Even higher timeouts...
woody-apple Jan 13, 2022
9c016d4
Remove manufacturer code from attribute-storage APIs. (#13546)
bzbarsky-apple Jan 14, 2022
e4aebce
Even higher timeouts...
woody-apple Jan 14, 2022
ede482a
Ensure pointers in AndroidDeviceControllerWrapper are init to nullptr…
g-coppock Jan 14, 2022
5e61ce9
Fixed up Session ID logging (#13548)
mrjerryjohns Jan 14, 2022
b602b73
[YAML] Add 'saveAs' support for CHAR_STRING and OCTET_STRING (#13541)
vivien-apple Jan 14, 2022
1feadcf
[Ameba] Revise build script for otar (#13573)
pankore Jan 14, 2022
827fabd
Added ota-requestor for lighting app and updated readme. (#13532)
jadhavrohit924 Jan 14, 2022
251d99a
[OTA] QueryImageResponse status reflects command line input (#13565)
carol-apple Jan 14, 2022
1a4a061
Remove manufacturer code from attribute-table APIs. (#13560)
bzbarsky-apple Jan 14, 2022
b42655a
[docker] Bump west version in nRF Connect Docker (#13583)
Damian-Nordic Jan 14, 2022
3b8a3c7
Update build.yaml
woody-apple Jan 14, 2022
f12831d
Hookup SubjectDescriptor in CommandHandler (#12953)
mlepage-google Jan 14, 2022
02c97ca
Update docker images to latest version. (#13575)
pankore Jan 14, 2022
45214cf
Have commissioner call cleanup on error. (#13518)
cecille Jan 14, 2022
1a89a84
Update/Add Level control features based on lastest cluster revision (…
jmartinez-silabs Jan 14, 2022
6e3c109
Use ZAP to generate a more minimal code/reviewable IDL of what is ena…
andy31415 Jan 14, 2022
59e28ed
removed hardcoded listening (#13592)
jepenven-silabs Jan 14, 2022
8aca71c
Clean-up symettry in SessionManager (#13591)
tcarmelveilleux Jan 14, 2022
69e1438
ZAP regen (#13599)
andy31415 Jan 14, 2022
572552c
Remove manufacturer code from external attibute APIs. (#13587)
bzbarsky-apple Jan 14, 2022
a11413e
Document mHoldSync and mHoldReport (#13476)
yunhanw-google Jan 14, 2022
8aee604
Move IDL files *.matter to reside together with input zap files (#13603)
andy31415 Jan 15, 2022
3354032
[clean up] Remove unused helper method. (#13597)
turon Jan 15, 2022
d25ac4a
Replace cluster_attributes with server_cluster_attributes (#13611)
andy31415 Jan 15, 2022
ff0bc91
Support persistent storage of WiFi Credentials for Infineon P6 (#13614)
praveenCY Jan 15, 2022
fd218ae
Increase image write offset counter to 4 bytes (#13616)
selissia Jan 16, 2022
e4faade
[OTA] Add NotifyUpdateApplied API to OTA Requestor (#13555)
carol-apple Jan 17, 2022
de454db
fix for esp32c3 after ##12763 (#13619)
lmpprk Jan 17, 2022
9109dff
Disable CodeQL until we figure out right timings (#13628)
andy31415 Jan 17, 2022
8bdff01
IDL: add information about cluster instantiations on endpoints (#13612)
andy31415 Jan 17, 2022
40b4079
Disable android studio build (#13631)
andy31415 Jan 17, 2022
3f93527
[ESP32] Correct Wi-Fi Network Diagnostics data (#13621)
shubhamdp Jan 17, 2022
d159b99
Move IDL copy logic into generate.py so we can individually update fi…
andy31415 Jan 17, 2022
8952d1c
Improve DecodableList when not in list (#13607)
mlepage-google Jan 17, 2022
7b28de4
Update BLE Service data size for Infineon P6 Platform (#13554)
praveenCY Jan 17, 2022
98201eb
Adding base build/dir structure for Android port of tv-casting-app (#…
sharadb-amazon Jan 17, 2022
1c2091b
Make "reportable" setting consistent in zap file to avoid zap instabi…
andy31415 Jan 17, 2022
d62414f
Remove some spam when activating with zsh (#13635)
mspang Jan 17, 2022
628d7ba
Cluster id should always be 4 bytes long (#13571)
fessehaeve Jan 17, 2022
d611c63
[OTA] Add script for generating OTA image (#13547)
Damian-Nordic Jan 18, 2022
93bc7f7
[nrfconnect] Automatically build OTA image (#13640)
Damian-Nordic Jan 18, 2022
faa6043
Add an error formatter for StatusIB encapsulated in CHIP_ERROR. (#13568)
bzbarsky-apple Jan 18, 2022
07454af
[pump-examples] Removed SED settings for both pump apps (#13527)
andersbangGF Jan 18, 2022
8d4d770
Mark all attributes reportable again. (#13650)
bzbarsky-apple Jan 18, 2022
be806bb
Be explicit between server clusters and client (binding) clusters on …
andy31415 Jan 18, 2022
b306824
Make nonsubscribable as a special case in IDL generation. (#13656)
andy31415 Jan 18, 2022
78a6636
Allow null NetworkCredentials in commissionDevice() (#13655)
g-coppock Jan 18, 2022
4f84672
Fix compilation when a response command argument name-collides with a…
bzbarsky-apple Jan 18, 2022
150c479
Add event definitions in Access Control Cluster xml (#13667)
yufengwangca Jan 19, 2022
a04bf54
Add message receive and send tracing to chip-tool (#13637)
tcarmelveilleux Jan 19, 2022
fe55a3d
[Java] Move ZCL Write API to separate file to avoid OOM during Androi…
erjiaqing Jan 19, 2022
41d3a6c
Fix gdb version (#13684)
erjiaqing Jan 19, 2022
8eb0c21
Add failsafe timer time as a parameter. (#13674)
cecille Jan 19, 2022
55e9a47
TestCluster: Add attribute resets during Test cmd. (#13673)
cecille Jan 19, 2022
5274676
Remove unused configuration items from ConfigurationMgr (#13672)
yufengwangca Jan 19, 2022
fba51b9
[codegen] Update the header template to use 2022 instead of 2021 (#13…
vivien-apple Jan 19, 2022
aa00176
Update ZAP to fix endpoint_config handling of manufacturer-specific i…
bzbarsky-apple Jan 19, 2022
ffd25d8
Fix sizing on thread data set (#13662)
cecille Jan 19, 2022
7998384
[ota] After-merge review comments to ota_image_tool.py (#13706)
Damian-Nordic Jan 19, 2022
e3aa71b
Enable building tracing in chip-tool by default (#13702)
tcarmelveilleux Jan 19, 2022
bb9ac68
Fix src/lib/support/StateMachine pattern matching (#13664)
msandstedt Jan 19, 2022
d33251b
Catch errors retrieving certs (#13724)
mrjerryjohns Jan 19, 2022
d5e7431
Assume readwrite is the default for attributes, make readonly the onl…
andy31415 Jan 19, 2022
7f766c6
Add default initializers to cluster-objects structs. (#13678)
bzbarsky-apple Jan 19, 2022
332f97c
Fix YAML tests using value and constraints together. (#13658)
bzbarsky-apple Jan 19, 2022
fd73341
Fix Local Session ID allocation to be global (#13569)
mrjerryjohns Jan 20, 2022
6255ecb
[docs] Updated Python CHIP controller commissioning guide (#13687)
kkasperczyk-no Jan 20, 2022
957ddc8
[controller] Fixed error handling on session establishment failure (#…
kkasperczyk-no Jan 20, 2022
b693ea6
Add CI for builds without error logging enabled. (#13717)
bzbarsky-apple Jan 20, 2022
1de37de
Update ZAP to tip. (#13731)
bzbarsky-apple Jan 20, 2022
3853608
Fix pairing via the SetupCodePairer (#13677)
sagar-apple Jan 20, 2022
6e99beb
[IM] Move lifecycle management of WriteClient to application (#13248)
erjiaqing Jan 20, 2022
6dbf79d
[third-party] Add third_party/jsoncpp (#13693)
vivien-apple Jan 20, 2022
b700fb8
[chip-tool] When sending a command fails for some reasons, chip-tool …
vivien-apple Jan 20, 2022
914ba3e
[nrfconnect] Added device type related kconfig options (#13691)
kkasperczyk-no Jan 20, 2022
59a61a3
[app] add binding cluster support (#12981)
gjc13 Jan 20, 2022
a415736
Remove x86/x64 builds in Android CI (#13741)
austinh0 Jan 20, 2022
f765050
Migrate PASE session to newly created fabric (#13712)
mlepage-google Jan 20, 2022
d0d6dda
[OTA] Implement event support for OTA Requestor cluster (#13727)
carol-apple Jan 20, 2022
a3409d6
Set valid device types for application endpoints (#13634)
mspang Jan 20, 2022
786fdfa
Increment lifetime counter on advertisement (#13598)
hnnajh Jan 20, 2022
fa0b36f
[chip-tool] Register reportable commands for attributes of type list …
vivien-apple Jan 20, 2022
fd815cd
Implement NOCs attribute in Node Operational Credentials Cluster (#13…
yufengwangca Jan 20, 2022
c750f4b
Disambiguate type names in cluster-objects initializers. (#13744)
bzbarsky-apple Jan 20, 2022
4ac926a
Added YAML Test Cases - Jan 19th (#13700)
Jan 20, 2022
6d6d733
Silabs wifi - chip support for EFR32 - Using WF200 and RS911x (#13193)
mrfinesse99 Jan 20, 2022
5d2778f
Remove WriteClientHandle leftovers (followup of #13248) (#13774)
vivien-apple Jan 20, 2022
00f6d25
Adopt new qpg SDK directory structure (#13762)
q-thla Jan 20, 2022
9595afe
add scene callbacks for on-off (#13780)
mkardous-silabs Jan 20, 2022
947d5bd
Update the ACL event fields to align with the spec (#13738)
yufengwangca Jan 20, 2022
161b81b
Add ids/Events.h (#13689)
vivien-apple Jan 20, 2022
aa72854
Add global property for attributes (#13791)
andy31415 Jan 20, 2022
d9b77e9
Add workflow for doing fuzzing builds. (#13670)
bzbarsky-apple Jan 20, 2022
3a2106c
Ran zap regen (#13796)
andy31415 Jan 20, 2022
bdab6c5
Add tracing instructions in ESP32 README.md (#13722)
yyzhong-g Jan 20, 2022
04f39b9
Fix compilation errors in scenes-client and groups-client (#13754)
chiragatal Jan 21, 2022
c24c34b
[Ameba] Update dockerfile for 'otar' name change (#13695)
pankore Jan 21, 2022
cf1b254
add isShortDiscriminator to SetupPayload (#13671)
msandstedt Jan 21, 2022
2f1301b
Expose array size limit in IDL where size limit seems intentional (#1…
andy31415 Jan 21, 2022
7e09d15
[OTA] Update matter-devices.xml for OTA devices, update README for th…
selissia Jan 21, 2022
dd209ce
[ESP32] CLI option to set delayed action time in OTA Provider app and…
shubhamdp Jan 21, 2022
1af90eb
Infineon CYW30739 - lighting-app support (#13491)
ItoddchouFX Jan 21, 2022
1e80d68
Fix build breakage from OTA Requestor event support (#13804)
msandstedt Jan 21, 2022
bad085c
Add IsSelectResultValid to LayerImplSelect (#13776)
alexhqwang Jan 21, 2022
1d937c0
[nrfconnect] Update DFU documentation with info about Matter OTA (#13…
Damian-Nordic Jan 21, 2022
581ac02
Stop trying to commission devices that are not in commissioning mode.…
bzbarsky-apple Jan 21, 2022
b6e08a8
Implement Localisation Time Format cluster server support (#13477)
yufengwangca Jan 21, 2022
5394388
cli: lock Thread stack when calling OpenThread API (#13806)
gjc13 Jan 21, 2022
b519c8e
Python code capable of parsing matter IDL files (including some unit …
andy31415 Jan 21, 2022
543c752
remove emberCurremtCommnad (#13818)
mkardous-silabs Jan 21, 2022
6e1a741
Implement ActiveLocale using NVM attribute storage instead of configu…
yufengwangca Jan 21, 2022
8ee96e4
Timeouts on clusters (#13562)
cecille Jan 21, 2022
7abbe5f
[Group] Added ondone logic for command sending (#13584)
mkardous-silabs Jan 21, 2022
a5a7d92
Add simulated test dm (#13675)
Jan 21, 2022
5d905ea
Restore configurability of abnormal termination (#13784)
kpschoedel Jan 21, 2022
225a20b
Add operational cluster commands to simulated device. (#13777)
Jan 21, 2022
b1d40eb
loop fix (#13828)
mkardous-silabs Jan 21, 2022
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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"BUILD_VERSION": "0.5.45"
"BUILD_VERSION": "0.5.48"
}
},
"remoteUser": "vscode",
Expand Down
12 changes: 12 additions & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ adb
AddOrUpdateThreadNetwork
AddOrUpdateWiFiNetwork
addr
AddThreadNetwork
adk
adoc
AdvAutonomous
Expand Down Expand Up @@ -252,12 +253,14 @@ customizations
cvfJ
cxx
CY
CYW
DAC
DAP
DataFrame
dataset
datasets
dbf
DBG
dBm
DBUILD
dbus
Expand Down Expand Up @@ -316,6 +319,7 @@ DMM
DNS
Dnsmasq
dnsmasqd
DNSSD
DNSStubListener
Dockerfile
Dockerfiles
Expand Down Expand Up @@ -355,6 +359,7 @@ elftools
elock
emberAfExternalAttributeReadCallback
emberAfExternalAttributeWriteCallback
EnableNetwork
EnableWiFiNetwork
EndpointId
endpointName
Expand Down Expand Up @@ -414,6 +419,7 @@ fsl
fstab
fsync
fullclean
gbl
gcloud
GDB
GeneralCommissioning
Expand Down Expand Up @@ -650,6 +656,7 @@ MoveToSaturation
MoveWithOnOff
MPSL
MRP
MTD
MTU
Multiband
Multicast
Expand Down Expand Up @@ -722,6 +729,7 @@ OTA
OTADownloader
OTAImageProcessorDriver
OTAImageProcessorInterface
OTAProvider
OTAProviderIpAddress
OTAProviderNodeId
OTAProviderSerialPort
Expand Down Expand Up @@ -837,6 +845,7 @@ RendezVousTest
repo
req
Requestor
Requestors
responder
retargeting
reusability
Expand Down Expand Up @@ -940,6 +949,7 @@ submodules
subprocess
SubscribeResponse
SubscriptionId
subtype
sudo
svg
SVR
Expand Down Expand Up @@ -978,6 +988,7 @@ testws
texinfo
textboxes
TFT
threadOperationalDataset
ThreadStackManager
ThreadStackManagerImpl
Thunderboard
Expand All @@ -988,6 +999,7 @@ TLV
tmp
tngvndl
TODO
tokenized
toolchain
toolchains
topologies
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-android:0.5.45
image: connectedhomeip/chip-build-android:0.5.48
volumes:
- "/tmp/log_output:/tmp/test_logs"

Expand All @@ -57,11 +57,11 @@ jobs:
- name: Build Android CHIPTool and CHIPTest
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --no-log-timestamps --target-glob 'android-{arm,arm64,x64,x86}-chip-*' build"
- name: Build Android Studio build (arm64 only)
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --no-log-timestamps --target-glob 'android-androidstudio-arm64-chip-tool' build"
"./scripts/build/build_examples.py --no-log-timestamps --target-glob 'android-{arm,arm64}-chip-*' build"
# - name: Build Android Studio build (arm64 only)
# run: |
# ./scripts/run_in_build_env.sh \
# "./scripts/build/build_examples.py --no-log-timestamps --target-glob 'android-androidstudio-arm64-chip-tool' build"
- name: Run Android build rule tests
run: |
./scripts/run_in_build_env.sh \
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 @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: connectedhomeip/chip-build:0.5.45
image: connectedhomeip/chip-build:0.5.48

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

container:
image: connectedhomeip/chip-build:0.5.45
image: connectedhomeip/chip-build:0.5.48
volumes:
- "/tmp/log_output:/tmp/test_logs"
options:
Expand Down Expand Up @@ -90,6 +90,11 @@ jobs:
- name: Run Build Without Progress Logging
timeout-minutes: 20
run: scripts/run_in_build_env.sh "ninja -C ./out"
- name: Setup Build Without Error Logging
run: scripts/build/gn_gen.sh --args="chip_detail_logging=false chip_progress_logging=false chip_error_logging=false"
- name: Run Build Without Error Logging
timeout-minutes: 20
run: scripts/run_in_build_env.sh "ninja -C ./out"
build_linux:
name: Build on Linux (fake, gcc_release, clang, mbedtls, simulated)
timeout-minutes: 90
Expand All @@ -98,7 +103,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build:0.5.45
image: connectedhomeip/chip-build:0.5.48
volumes:
- "/tmp/log_output:/tmp/test_logs"
options:
Expand All @@ -118,11 +123,11 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true
- name: Initialize CodeQL
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/master' }}
uses: github/codeql-action/init@v1
with:
languages: "cpp"
# - name: Initialize CodeQL
# if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/master' }}
# uses: github/codeql-action/init@v1
# with:
# languages: "cpp"
- name: Bootstrap
timeout-minutes: 10
run: scripts/build/gn_bootstrap.sh
Expand All @@ -135,15 +140,15 @@ jobs:
.environment/gn_out/.ninja_log
.environment/pigweed-venv/*.log
- name: Setup and Build Simulated Device
timeout-minutes: 10
timeout-minutes: 20
run: |
BUILD_TYPE=simulated
GN_ARGS='chip_tests_zap_config="app1" chip_project_config_include_dirs=["../../examples/placeholder/linux/apps/app1/include", "../../config/standalone"] chip_config_network_layer_ble=false'
CHIP_ROOT_PATH=examples/placeholder/linux
CHIP_ROOT_PATH="$CHIP_ROOT_PATH" BUILD_TYPE="$BUILD_TYPE" scripts/build/gn_gen.sh --args="$GN_ARGS"
scripts/run_in_build_env.sh "ninja -C ./out/$BUILD_TYPE"
- name: Setup Build, Run Build and Run Tests
timeout-minutes: 50
timeout-minutes: 80
run: |
for BUILD_TYPE in fake gcc_release clang mbedtls; do
case $BUILD_TYPE in
Expand Down Expand Up @@ -187,15 +192,15 @@ jobs:
# - name: Upload Code Coverage
# if: ${{ contains('main', env.BUILD_TYPE) }}
# run: bash <(curl -s https://codecov.io/bash)
- name: Remove third_party binaries for CodeQL Analysis
run: find out -type d -name "third_party" -exec rm -rf {} +
- name: Remove dbus binaries for CodeQL Analysis
run: find out -type d -name "dbus" -exec rm -rf {} +
- name: Remove nrfxlib binaries for CodeQL Analysis
run: find . -type d -name "nrfxlib" -exec rm -rf {} +
- name: Perform CodeQL Analysis
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/master' }}
uses: github/codeql-action/analyze@v1
# - name: Remove third_party binaries for CodeQL Analysis
# run: find out -type d -name "third_party" -exec rm -rf {} +
# - name: Remove dbus binaries for CodeQL Analysis
# run: find out -type d -name "dbus" -exec rm -rf {} +
# - name: Remove nrfxlib binaries for CodeQL Analysis
# run: find . -type d -name "nrfxlib" -exec rm -rf {} +
# - name: Perform CodeQL Analysis
# if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/master' }}
# uses: github/codeql-action/analyze@v1
build_linux_python_lib:
name: Build on Linux (python_lib)
timeout-minutes: 60
Expand All @@ -204,7 +209,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build:0.5.45
image: connectedhomeip/chip-build:0.5.48
volumes:
- "/tmp/log_output:/tmp/test_logs"
options:
Expand Down Expand Up @@ -240,7 +245,7 @@ jobs:
scripts/run_in_build_env.sh '(cd src/controller/python/test/unit_tests/ && python3 -m unittest -v)'
build_darwin:
name: Build on Darwin (clang, python_lib, simulated)
timeout-minutes: 90
timeout-minutes: 200
runs-on: macos-latest
if: github.actor != 'restyled-io[bot]'

Expand All @@ -249,11 +254,11 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true
- name: Initialize CodeQL
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/master' }}
uses: github/codeql-action/init@v1
with:
languages: "cpp"
#- name: Initialize CodeQL
# if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/master' }}
# uses: github/codeql-action/init@v1
# with:
# languages: "cpp"
- name: Setup Environment
run: brew install openssl pkg-config
- name: Try to ensure the directory for diagnostic log collection exists
Expand All @@ -279,15 +284,15 @@ jobs:
.environment/gn_out/.ninja_log
.environment/pigweed-venv/*.log
- name: Setup and Build Simulated Device
timeout-minutes: 5
timeout-minutes: 20
run: |
BUILD_TYPE=simulated
GN_ARGS='chip_tests_zap_config="app1" chip_project_config_include_dirs=["../../examples/placeholder/linux/apps/app1/include", "../../config/standalone"] chip_config_network_layer_ble=false'
CHIP_ROOT_PATH=examples/placeholder/linux
CHIP_ROOT_PATH="$CHIP_ROOT_PATH" BUILD_TYPE="$BUILD_TYPE" scripts/build/gn_gen.sh --args="$GN_ARGS"
scripts/run_in_build_env.sh "ninja -C ./out/$BUILD_TYPE"
- name: Setup Build, Run Build and Run Tests
timeout-minutes: 75
timeout-minutes: 80
# Just go ahead and do the "all" build; on Darwin that's fairly
# fast. If this ever becomes slow, we can think about ways to do
# the examples-linux-standalone.yaml tests on darwin without too
Expand All @@ -308,8 +313,9 @@ jobs:
with:
name: crash-log-darwin
path: ~/Library/Logs/DiagnosticReports/
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
# - name: Perform CodeQL Analysis
# if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/master' }}
# uses: github/codeql-action/analyze@v1
# TODO Log Upload https://github.com/project-chip/connectedhomeip/issues/2227
# TODO https://github.com/project-chip/connectedhomeip/issues/1512
# - name: Run Code Coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 60

env:
DOCKER_RUN_VERSION: 0.5.45
DOCKER_RUN_VERSION: 0.5.48
GITHUB_CACHE_PATH: /tmp/cirque-cache/

runs-on: ubuntu-latest
Expand All @@ -38,7 +38,7 @@ jobs:
# need to run with privilege, which isn't supported by job.XXX.contaner
# https://github.com/actions/container-action/issues/2
# container:
# image: connectedhomeip/chip-build-cirque:0.5.45
# image: connectedhomeip/chip-build-cirque:0.5.48
# volumes:
# - "/tmp:/tmp"
# - "/dev/pts:/dev/pts"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

runs-on: ubuntu-20.04
container:
image: connectedhomeip/chip-build-doxygen:0.5.45
image: connectedhomeip/chip-build-doxygen:0.5.48

if: github.actor != 'restyled-io[bot]'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-ameba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-ameba:0.5.45
image: connectedhomeip/chip-build-ameba:0.5.48
options: --user root

steps:
Expand Down
Loading