-
Notifications
You must be signed in to change notification settings - Fork 18
Abstract nsim workflows #714
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
Merged
Merged
Conversation
This file contains hidden or 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
Visit the preview URL for this PR (updated for commit 8341c12): https://golioth-firmware-sdk-doxygen-dev--pr714-szczys-abstrac-vgd10pgx.web.app (expires Thu, 09 Jan 2025 21:33:00 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: a9993e61697a3983f3479e468bcb0b616f9a0578 |
c1ec470
to
985138c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
mniestroj
approved these changes
Jan 2, 2025
hasheddan
approved these changes
Jan 2, 2025
sam-golioth
approved these changes
Jan 2, 2025
985138c
to
b5626d7
Compare
Call the nsim integration tests from the test.yml workflow in the same way that Zephyr and ESP-IDF test are used. Signed-off-by: Mike Szczys <[email protected]>
Call the nsim Zephyr sample tests from the test.yml workflow in the same way that Zephyr and ESP-IDF sample test are used. Signed-off-by: Mike Szczys <[email protected]>
b5626d7
to
89d0acb
Compare
Expand the Allure Report branch awareness to allow an input to configure the branch used to store the reports. This prepares the workflow for regularly scheduled tests to keep their own history outside of main and other branches. Signed-off-by: Mike Szczys <[email protected]>
Run all hosted-runner tests every 4 hours. This includes native_sim (nsim) test for integration and Zephyr samples, as well as Linux integration tests. Signed-off-by: Mike Szczys <[email protected]>
Rename and retitle all tests for better organization. This delivers a more uniform list on the GitHub Actions page, and groups workflow files by functionality. - Use categories as prefix: ci, doc, hil, report, test, trigger - Normalize on '-' instead of '_' in filenames - Replace 'test' in filenames with 'integration' to differentiate from 'sample' Signed-off-by: Mike Szczys <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Move native_sim test for integration and Zephyr samples outside of test.yml and into their own folders. This makes it possible to run nsim tests outside of the context of test.yml.