-
Notifications
You must be signed in to change notification settings - Fork 293
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
Towards Green CI #1771
Towards Green CI #1771
Conversation
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## gz-sim7 #1771 +/- ##
===========================================
- Coverage 64.16% 63.81% -0.35%
===========================================
Files 335 336 +1
Lines 26508 27170 +662
===========================================
+ Hits 17008 17339 +331
- Misses 9500 9831 +331
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
…rroll/green_build
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Getting much closer here! On Windows we are down to 80 compiler warnings (in various places) and the "HydronamicsTest.VelcoityTestInOil" which has been failing for 70 builds now. On Ubuntu we are down to UNIT_Gui_clean_exit_TEST which segfaults... |
I'm trying to reproduce the |
I'm thinking that we disable and ticket this HydronamicsTest, I don't see any evidence that it ever worked. |
I'm good with that plan |
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
I marked it as disabled on Windows. We should be down to the GUI clean exit test and some Windows warnings. |
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Some of these warnings are coming from fuel_tools, addressing those separately here: gazebosim/gz-fuel-tools#308 |
Signed-off-by: Nate Koenig <nate@openrobotics.org>
…gn-gazebo into mjcarroll/green_build
Remaining Windows warnings are coming from physics. Addressed via: gazebosim/gz-physics#446 |
@osrf-jenkins retest this please |
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Window's warnings are gone. I'm unable to solve the server and gui tests easily, so I'll save those for another PR. |
More details: 0a84abe Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Fixes part of #1870 This PR fixes some warnings (C4244 and C4305) happening in ign-gazebo6 windows Reference build: https://build.osrfoundation.org/job/ign_gazebo-ign-6-win/166/ * Fix warning C4244 Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com> * Fix warning C4305 Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com> * Fix line lenght linter error Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com> * Fix linter issues again Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com> * Update src/systems/optical_tactile_plugin/OpticalTactilePlugin.cc Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org> Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com> * Apply PR suggestions Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com> * Fix bracket position Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com> * Aplly test fix done in gz-sim7 (gz-sim #1771) More details: 0a84abe Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com> --------- Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com> Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
🦟 Bug fix
Summary
Fix things that are currently known-bad in CI.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.