-
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
Add all passing chip-repl yaml tests to CI along with some fixes required #24597
Add all passing chip-repl yaml tests to CI along with some fixes required #24597
Conversation
This will prevent future breakages like some recently added due to incorrect naming.
PR #24597: Size comparison from 5400de1 to 1e0f2d8 Increases above 0.2%:
Increases (28 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, k32w, linux, nrfconnect, psoc6, qpg, telink)
Decreases (9 builds for cc13x2_26x2, esp32, psoc6, telink)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving assuming the change to pics_checker.py
will be removed.
PR #24597: Size comparison from 7c17463 to 0e492b9 Decreases (1 build for qpg)
Full report (6 builds for k32w, mbed, qpg)
|
PR #24597: Size comparison from 7c17463 to 2a70462 Increases (8 builds for bl702, cc13x2_26x2, esp32, psoc6, telink)
Decreases (12 builds for bl602, bl702, cc13x2_26x2, linux, psoc6)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24597: Size comparison from 7c17463 to 9e014a1 Increases (10 builds for bl702, cc13x2_26x2, psoc6, telink)
Decreases (12 builds for bl702, cc13x2_26x2, linux, psoc6, telink)
Full report (47 builds for bl602, bl702, cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24597: Size comparison from d1f5f1a to 0cf32cf Increases (10 builds for bl702, cc13x2_26x2, esp32, linux, psoc6, telink)
Decreases (8 builds for bl602, esp32, nrfconnect, psoc6, telink)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
…ired (project-chip#24597) * Add all passing chip-repl yaml tests to CI This will prevent future breakages like some recently added due to incorrect naming. * Address PR comment * Address PR comment * Remove test that is now failing * Remove test that are no longer passing
This will prevent future breakages like some recently PR that contained a few small issues