-
Notifications
You must be signed in to change notification settings - Fork 296
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
Test output from gz-sim9 ubuntu noble CI tests triggers errors on the GCC Warning plugin #2555
Comments
Indeed, looks like a false positive detected by the GCC Warning plugin. Need to find a workaround to exclude these lines. |
Can we limit the plugin that parses the output to only look at the logs up to and including the compile step, but not the test step? |
I'm afraid that there is no easy way for the Jenkins plugins to determine parts of a build script semantically. Not very nice but I'm trying to exclude warnings by file pattern since the errors use the form of: |
Tested here: https://build.osrfoundation.org/job/_test_gz_sim-ci-gz-sim9-noble-amd64/ |
Environment
Description
For example, gz_sim-ci-gz-sim9-noble-amd64 reports 49 new warnings. Closer inspection reveals that these are console output from tests.
Here's an example test console output errors that are marked as warnings:
The text was updated successfully, but these errors were encountered: