-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[CI] Add TestLogCommands.yaml and an helper to log a custom message #10516
Merged
woody-apple
merged 2 commits into
project-chip:master
from
vivien-apple:YAML_AddLogCommands
Oct 21, 2021
Merged
[CI] Add TestLogCommands.yaml and an helper to log a custom message #10516
woody-apple
merged 2 commits into
project-chip:master
from
vivien-apple:YAML_AddLogCommands
Oct 21, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pullapprove
bot
requested review from
anush-apple,
austinh0,
balducci-apple,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chulspro,
Damian-Nordic,
emargolis,
franck-apple,
hawk248,
jelderton,
jepenven-silabs,
jmartinez-silabs,
kghost,
kpschoedel,
LuDuda,
mlepage-google,
mrjerryjohns,
msandstedt,
pan-apple,
robszewczyk,
sagar-apple,
saurabhst,
shana-apple and
tcarmelveilleux
October 14, 2021 17:36
pullapprove
bot
requested review from
wbschiller,
woody-apple and
yunhanw-google
October 14, 2021 17:36
PR #10516: Size comparison from 2377fea to e535f30 22 builds
2 builds
10 builds
|
bzbarsky-apple
approved these changes
Oct 15, 2021
src/app/zap-templates/common/simulated-clusters/TestLogCommands.js
Outdated
Show resolved
Hide resolved
src/app/zap-templates/common/simulated-clusters/TestLogCommands.js
Outdated
Show resolved
Hide resolved
vivien-apple
force-pushed
the
YAML_AddLogCommands
branch
from
October 15, 2021 07:21
e535f30
to
ccc7af0
Compare
PR #10516: Size comparison from a56c83e to ccc7af0 5 builds
15 builds
2 builds
2 builds
10 builds
|
vivien-apple
force-pushed
the
YAML_AddLogCommands
branch
from
October 15, 2021 11:09
ccc7af0
to
d5c2689
Compare
PR #10516: Size comparison from a56c83e to d5c2689 16 builds
6 builds
12 builds
|
vivien-apple
force-pushed
the
YAML_AddLogCommands
branch
from
October 18, 2021 21:23
d5c2689
to
53bc8a3
Compare
PR #10516: Size comparison from c12fdbe to 53bc8a3 5 builds
17 builds
|
vivien-apple
force-pushed
the
YAML_AddLogCommands
branch
from
October 18, 2021 21:58
53bc8a3
to
0ed7e28
Compare
PR #10516: Size comparison from ca22841 to 0ed7e28 8 builds
12 builds
2 builds
10 builds
2 builds
|
vivien-apple
force-pushed
the
YAML_AddLogCommands
branch
from
October 21, 2021 09:39
0ed7e28
to
154e3e9
Compare
PR #10516: Size comparison from c4a4361 to 154e3e9 2 builds (for p6, telink)
18 builds (for efr32, k32w, linux, qpg)
2 builds (for mbed)
12 builds (for esp32, nrfconnect)
|
Marking fast path. Merging. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Sometimes when writing YAML tests, one needs to add some custom logs.
This PR adds a command for that.
Change overview
LogCommands
simulated clusterTestLogCommands.yaml
for testing it...Testing
I have added a test for it.