-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ci: make native tests show up in "tests" #20269
Merged
Merged
Conversation
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
kaspar030
added
the
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
label
Jan 17, 2024
github-actions
bot
added
the
Area: CI
Area: Continuous Integration of RIOT components
label
Jan 17, 2024
benpicco
approved these changes
Jan 17, 2024
benpicco
reviewed
Jan 17, 2024
kaspar030
force-pushed
the
split_native_test_output
branch
from
January 17, 2024 13:20
179d2b9
to
a11e9dc
Compare
kaspar030
force-pushed
the
split_native_test_output
branch
from
January 17, 2024 13:21
a11e9dc
to
0837536
Compare
kaspar030
added
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
and removed
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
labels
Jan 17, 2024
This is how it looks: https://ci.riot-os.org/details/953fa24510944a3b9cc7e2ca7368b670/tests |
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jan 17, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jan 18, 2024
Another unrelated failure: https://ci.riot-os.org/details/c5453c9352c24a7cbae8ba4dc49af4a2/tests |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: CI
Area: Continuous Integration of RIOT components
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
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.
Contribution description
This PR makes .murdock make use of the newly introduced
dwq-localjob
, which allows injecting command output as if it were run as ci (dwq) job. "native" tests should now end up in the "test" tab in the CI results, instead of being inlined in the compilation output.Testing procedure
Issues/PRs references