-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Closure] - Enabled CI on Closure test scripts #39881
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
[Closure] - Enabled CI on Closure test scripts #39881
Conversation
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.
Code Review
This pull request enables two test scripts, TC_CLCTRL_2_1.py
and TC_CLDIM_2_1.py
, for execution in the CI pipeline by removing them from the not_automated
list in src/python_testing/test_metadata.yaml
. The changes are straightforward, correct, and align with the stated goal of the pull request. The modifications maintain the existing style of the configuration file. I have not found any issues of medium or higher severity in these changes.
PR #39881: Size comparison from ce90b61 to 9ad5b04 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
9ad5b04
to
b60ae1b
Compare
PR #39881: Size comparison from b60ae1b to b9f0a45 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
b9f0a45
to
14320e5
Compare
8000
PR #39881: Size comparison from dd23712 to 14320e5 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #39881: Size comparison from dd23712 to dc3ba50 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Summary
Enabling CI on closure tests scripts:
TC_CLDIM_3_1.py
TC_CLDIM_3_2.py
TC_CLDIM_3_3.py
TC_CLDIM_4_1.py
TC_CLDIM_4_2.py
TC_CLCTRL_4_2.py
TC_CLCTRL_4_3.py
TC_CLCTRL_4_4.py
Testing
Tests performed locally to make sure the CI pass.