-
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
[matter_yamltests] Allow endpoint, cluster, command, attribute, event… #26678
[matter_yamltests] Allow endpoint, cluster, command, attribute, event… #26678
Conversation
PR #26678: Size comparison from e75e729 to dbec5e0 Increases (8 builds for cc32xx, esp32, k32w, telink)
Decreases (7 builds for efr32, nrfconnect, psoc6, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
dbec5e0
to
2b79d33
Compare
PR #26678: Size comparison from e75e729 to 2b79d33 Increases (13 builds for bl602, bl702, cc32xx, esp32, k32w, psoc6, telink)
Decreases (4 builds for efr32, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
2b79d33
to
6aa60bd
Compare
PR #26678: Size comparison from 682f348 to 6aa60bd Decreases (1 build for cc32xx)
Full report (2 builds for cc32xx, mbed)
|
6aa60bd
to
eb2f086
Compare
PR #26678: Size comparison from 682f348 to eb2f086 Increases (13 builds for bl602, bl702, psoc6, telink)
Decreases (10 builds for bl702, cc32xx, cyw30739, efr32, nrfconnect, psoc6, telink)
Full report (55 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
|
eb2f086
to
cefd967
Compare
PR #26678: Size comparison from bfa0580 to cefd967 Increases (10 builds for bl602, bl702, telink)
Decreases (8 builds for cyw30739, efr32, psoc6, qpg, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
0e64273
to
507898f
Compare
PR #26678: Size comparison from 1efbaf6 to 507898f Increases (14 builds for bl602, bl702, cc32xx, cyw30739, efr32, psoc6, telink)
Decreases (8 builds for bl602, cyw30739, efr32, esp32, psoc6, telink)
Full report (45 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
507898f
to
40e4be0
Compare
PR #26678: Size comparison from 9f43988 to 40e4be0 Increases (7 builds for bl602, bl702, cc32xx, cyw30739, psoc6)
Decreases (2 builds for nrfconnect)
Full report (19 builds for bl602, bl702, cc32xx, cyw30739, mbed, nrfconnect, psoc6, qpg)
|
40e4be0
to
c8e7972
Compare
PR #26678: Size comparison from 9f43988 to c8e7972 Increases (12 builds for bl602, bl702, cc32xx, esp32, psoc6, telink)
Decreases (6 builds for efr32, esp32, psoc6, telink)
Full report (58 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
… to use a variable
c8e7972
to
d7e4290
Compare
PR #26678: Size comparison from e00843e to d7e4290 Increases (12 builds for cc13x2_26x2, cc13x4_26x4, esp32, psoc6, telink)
Decreases (10 builds for bl602, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, psoc6, qpg, telink)
Full report (66 builds for bl602, bl702, cc13x2_26x2, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
… to use a variable
Problem
In Yaml tests, endpoint can't be a variable. This PR enable that for the python yaml parser.
fix #22866