-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: zephyr: execute (real hardware) HIL tests in matrix jobs
So far bash 'for' loop was used to iterate through all tests, then build them and run pytest. This produced massive amount of logs and as a result was very hard to find a problem when such occurred. Add job (matrix) that dynamically generates matrix based on the list of tests to execute. Then use matrix strategy to build those tests and run pytest on HIL. Split building and runtime execution into separate steps, so that it improves: * visual feedback in GitHub Actions UI when investigating failed jobs * no $EXITCODE handling * faster execution of "Re-run failed jobs" when only single test on a single platform has failed (it makes it more likely to pass) Signed-off-by: Marcin Niestroj <[email protected]>
- Loading branch information
Showing
1 changed file
with
89 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters