-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Chef] Dimlight test in Github CI #39864
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
base: master
Are you sure you want to change the base?
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 introduces a new test file
8000
for the dimmablelight
device, which appears to be a placeholder for a new presubmit workflow. The implementation is straightforward. My review includes a minor suggestion to fix typos in a test description string for better clarity in test reports.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
PR #39864: Size comparison from 4944739 to c0f1627 Full report (11 builds for cc13x4_26x4, cc32xx, qpg, stm32, tizen)
|
PR #39864: Size comparison from 4944739 to aebea94 Full report (11 builds for cc13x4_26x4, cc32xx, qpg, stm32, tizen)
|
PR #39864: Size comparison from 4944739 to dbbcec2 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #39864: Size comparison from 961f1c3 to c449e2a Full report (54 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #39864: Size comparison from 961f1c3 to 2fdad08 Full report (3 builds for cc32xx, stm32)
|
PR #39864: Size comparison from 4a0a8cf to b71d7e6 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #39864: Size comparison from ef81fc1 to b8c3e7d Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Summary
This PR adds a new presubmit check
chef_device_functional_test
to run chef REPL tests in CI. Currently we have a smoke test for chef dimmable light to validate on-off, level control and toggle functionality. Test steps for more devices will be added in future. The step has a 90 minute timeout which should be sufficient for near term requirements.Testing
Tested in CI.