Skip to content

Commit

Permalink
Merge branch 'master' into test/python-script-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
erjiaqing committed Mar 15, 2022
2 parents 74513b4 + b18b03a commit bfbe841
Show file tree
Hide file tree
Showing 898 changed files with 215,420 additions and 58,244 deletions.
48 changes: 45 additions & 3 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ AccountLogin
acdbc
ACKed
ACL
ACLs
AdapterAddress
AdapterName
adb
AddNOC
AddOrUpdateThreadNetwork
AddOrUpdateWiFiNetwork
addr
Expand Down Expand Up @@ -164,6 +166,7 @@ cancelled
capacitive
CarbonDioxideConcentrationMeasurement
CarbonMonoxideConcentrationMeasurement
CaseAdminNode
CatalogVendorId
CBB
cbd
Expand All @@ -185,6 +188,7 @@ CharString
checkmark
ChipBLEMgr
CHIPCirqueTest
CHIPConfig
CHIPCryptoPALHsm
CHIPDeviceController
ChipDeviceCtrl
Expand All @@ -198,6 +202,7 @@ ChipImResponder
ChipLight
ChipMessageLayer
CHIPOBLE
CHIPProjectAppConfig
CHIPProjectConfig
CHIPTest
chiptests
Expand Down Expand Up @@ -301,6 +306,7 @@ DataFrame
DataModelRevision
dataset
datasets
DataVersion
dbf
DBG
dBm
Expand All @@ -320,14 +326,17 @@ DefaultSuccess
definedValue
DehumidificationControl
DelayedActionTime
delayedActionTimeSec
delayedApplyActionTimeSec
delayedQueryActionTimeSec
delayQuery
demangle
deployable
depottools
deps
desc
descheduled
detokenization
detokenizer
dev
devcontainer
devCtrl
Expand Down Expand Up @@ -632,17 +641,21 @@ JTAG
Jupyter
jupyterlab
KA
kAdminister
kBusy
kCase
Kconfig
KeypadInput
kGroup
kInvalidCommandId
KitProg
kManage
kNodeIdNotSpecified
knownissues
kOperate
kPAKEParameterError
kPase
kView
KVS
kWindowNotOpen
LabelList
Expand All @@ -669,6 +682,7 @@ libical
libncurses
libreadline
libsdl
libshell
libssl
libstdc
libthread
Expand All @@ -685,6 +699,7 @@ LinkSoftwareAndDocumentationPack
LinuxOTAImageProcessor
LinuxOTARequestorDriver
LocalConfigDisabled
localedef
localhost
LocalizationConfiguration
localstatedir
Expand Down Expand Up @@ -791,6 +806,8 @@ MX
mydir
MyPASSWORD
MySSID
NAMESERVER
nameserver
namespacing
nano
natively
Expand All @@ -811,6 +828,7 @@ NitrogenDioxideConcentrationMeasurement
nl
NLUnitTest
NLUnitTests
nmcli
noc
NodeId
nongnu
Expand Down Expand Up @@ -903,6 +921,7 @@ peerNodeId
peerSessionId
pem
percentageLiftValue
periodicQueryTimeout
pexpect
pickString
PID
Expand Down Expand Up @@ -943,6 +962,7 @@ providerNodeId
ProxyConfiguration
ProxyDiscovery
ProxyValid
ProxyView
PRs
PSCAN
PSK
Expand Down Expand Up @@ -981,6 +1001,7 @@ raspberryPi
RasPi
rAv
RCP
ReadAttribute
ReadConfigValue
readelf
readfds
Expand Down Expand Up @@ -1017,6 +1038,7 @@ RGB
riscv
rloc
rmw
rodata
Rollershade
rootfs
RPC
Expand Down Expand Up @@ -1160,6 +1182,7 @@ TestCluster
TestConstraints
TestEmptyString
TestGenExample
TestGroupDemoConfig
TestMultiRead
TESTPASSWD
TestPICS
Expand All @@ -1177,7 +1200,6 @@ ThermostatUserInterfaceConfiguration
ThIsIsNoTMyReAlGiThUbToKeNSoDoNoTtRy
ThreadNetworkDiagnostics
threadOperationalDataset
threadnetworkdiagnostics
ThreadStackManager
ThreadStackManagerImpl
ths
Expand All @@ -1194,6 +1216,7 @@ tngvndl
TODO
toJson
tokenized
tokenizer
toolchain
toolchains
topologies
Expand All @@ -1217,8 +1240,8 @@ ttyUSB
TurbidityConcentrationMeasurement
TXD
txt
UART
uargument
UART
udc
udcport
udhcpc
Expand Down Expand Up @@ -1255,6 +1278,7 @@ USERINTERFACE
UserLabel
usermod
usr
UTF
util
utils
UUID
Expand All @@ -1272,6 +1296,7 @@ virtualenv
visualstudio
vlatest
VLEDs
vn
vnc
vous
VPN
Expand All @@ -1294,6 +1319,7 @@ wmm
WPA
wpan
wra
WriteAttribute
writefds
wrover
WS
Expand Down Expand Up @@ -1329,6 +1355,7 @@ xFF
xFFF
xFFFF
xfffff
xFFFFFFFD
xffffffffe
xfffffffff
xtensa
Expand Down Expand Up @@ -1359,3 +1386,18 @@ Zigbee
zigbeealliance
zigbeethread
libshell
TestGroupDemoConfig
ACLs
AddNOC
CHIPConfig
CHIPProjectAppConfig
CaseAdminNode
DataVersion
ProxyView
ReadAttribute
WriteAttribute
kAdminister
kManage
kOperate
kView
xFFFFFFFD
13 changes: 10 additions & 3 deletions .github/workflows/bloat_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:
# Don't cancel an already-running bloat check just because it took more
# than 5 minutes to run and our cron job is trying to schedule a new one.
cancel-in-progress: false

jobs:
pull_request_update:
name: Report on pull requests
Expand All @@ -33,8 +33,15 @@ jobs:
image: connectedhomeip/chip-build:0.5.56

steps:
- name: Checkout
uses: actions/checkout@v2
- uses: Wandalen/[email protected]
name: Checkout
with:
action: actions/checkout@v3
with: |
submodules: true
token: ${{ github.token }}
attempt_limit: 3
attempt_delay: 2000

- name: Report
run: |
Expand Down
Loading

0 comments on commit bfbe841

Please sign in to comment.