forked from arduino/ArduinoCore-zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
ci on 309 #4
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
Open
pillo79
wants to merge
14
commits into
main
Choose a base branch
from
tmp-ci-on-309
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ci on 309 #4
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
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Do not recycle the cache among different board builds, improves cache hit rate. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
Fix various warnings in SPI.cpp Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
Add full SPDX support to the build system to generate SPDX documents alongside the build artifacts. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
Properly implement aritfact-specific inclusion and exclusion of libraries in the core packaging script. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
SPI and UART cannot be used together on the Nicla Sense ME as they share the same controller and only one can currently be active. For the moment, prefer to keep UART enabled and disable SPI in the device tree. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
Avoid multiple runs when pushing to branches in your own fork. Only run on pushes to main or pull requests. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
In GitHub Actions, checked out code in a pull_request workflow does check out the merge commit by default, resulting in different SHAs and missed tags. Using GITHUB_HEAD_REF when available ensures that git describe operates on the correct branch or tag ref. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
Instead of compiling a fixed Blink sketch for each board, generate a list of all examples and libraries to compile based on the variant (and core). This allows to skip examples that are not applicable for a given variant (e.g. using hardware features not present on the board), and to add additional libraries and examples to the test suite as required. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
This commit replaces the previous shell script for log inspection with a more comprehensive processing with Python script. The new script provides better organization of test results, including a summary table, detailed per-artifact and per-sketch breakdowns, and improved formatting for readability in GitHub Actions summaries. Job database IDs are now obtained once before log generation instead of once per job, solving API rate limit issues. This also requires an update to compile-sketches for 2 new features: - 'issues-report' generates an 'issues' array in the report with warning/error lines extracted from the compilation stderr; - 'always-succeed' makes the action always exit 0, allowing CI to continue even when some compilations fail. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
Some examples are known to fail on specific variants, and CI should not be permanently marked as failed because of them. This patch adds support for a per-variant list of known failing examples, and marks tests that fail due to these examples as "expected errors", which are logged but do not cause the overall CI run to be marked as failed. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
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.
No description provided.