You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support should be added to check for architecture- or board-specific code correctness with unit tests. This can be most easily achieved by running the majority of tests on the host, then connect a development board to a Kubernetes cluster which runs CI build jobs. Said cluster would share the development board, and when it is free, upload the new firmware, then use the serial port to log the test status for all board-specific tests.
This would aid in covering the remaining, currently untestable, parts of the kernel.
The text was updated successfully, but these errors were encountered:
Support should be added to check for architecture- or board-specific code correctness with unit tests. This can be most easily achieved by running the majority of tests on the host, then connect a development board to a Kubernetes cluster which runs CI build jobs. Said cluster would share the development board, and when it is free, upload the new firmware, then use the serial port to log the test status for all board-specific tests.
This would aid in covering the remaining, currently untestable, parts of the kernel.
The text was updated successfully, but these errors were encountered: