-
Notifications
You must be signed in to change notification settings - Fork 277
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
Bumps in garden: use ign-math7 and dependents #1264
Conversation
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
The
It may already be on |
Signed-off-by: Steve Peters <[email protected]>
Observations:
I suggest a prerelease of |
and I think we should disable the triggered publisher tests so we can finish this merge |
I suspect gazebosim/sdformat#689 for the TriggeredPublisher test failures |
Since
I can reproduce the failure locally on a Fortress workspace, so we don't need the pre-release to confirm the issue. Let me take a stab at it, hopefully it's an easy fix. |
I've commented https://github.com/ignitionrobotics/sdformat/pull/689/files#r776821783 on the line I believe to be causing the problem |
the triggered publisher failures were the only problems with the following build: I think it's worth disabling the builds before merging this rather than merging them if we know they will always be failing
if not a prerelease, perhaps we could trigger some nightly builds of libsdformat12? I think it will be easier to confirm the fix if we have debs that we can use from CI builds. An alternative would be building an entire workspace from source from a specified |
Ok, disabling those tests, right? We'll just need another PR to re-enable them soon.
Yeah we can do that with GitHub actions. I'm hoping to open a PR upstream soon with a band-aid that we can test against |
@scpeters , what do you think of not blocking this on the triggered publisher issue? I'd like to finish bumping
|
yes we should disable the triggered publisher test |
Signed-off-by: Louise Poubel <[email protected]>
…thub.com/ignitionrobotics/ign-gazebo into ci_matching_branch/bump_garden_ign-gazebo7 Signed-off-by: Louise Poubel <[email protected]>
Ok, disabled in faf7533 |
Codecov Report
@@ Coverage Diff @@
## main #1264 +/- ##
==========================================
- Coverage 61.95% 61.71% -0.24%
==========================================
Files 276 274 -2
Lines 22996 22740 -256
==========================================
- Hits 14248 14035 -213
+ Misses 8748 8705 -43
Continue to review full report at Codecov.
|
See gazebo-tooling/release-tools#574