-
Notifications
You must be signed in to change notification settings - Fork 523
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
Temporarily switch to dockerhub for CI jobs #1908
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
Codecov ReportBase: 50.34% // Head: 50.34% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1908 +/- ##
=======================================
Coverage 50.34% 50.34%
=======================================
Files 374 374
Lines 31395 31395
=======================================
Hits 15802 15802
Misses 15593 15593 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
JafarAbdi
approved these changes
Jan 29, 2023
tylerjw
approved these changes
Jan 29, 2023
henningkayser
added a commit
to henningkayser/moveit2
that referenced
this pull request
Mar 9, 2023
This reverts commit 39d3714.
tylerjw
added
the
backport-humble
Mergify label that triggers a PR backport to Humble
label
Mar 23, 2023
mergify bot
pushed a commit
that referenced
this pull request
Mar 23, 2023
Co-authored-by: Vatan Aksoy Tezer <[email protected]> (cherry picked from commit 39d3714) # Conflicts: # .docker/ci-testing/Dockerfile # .github/workflows/ci.yaml
adlarkin
pushed a commit
to adlarkin/moveit2
that referenced
this pull request
Apr 5, 2023
Co-authored-by: Vatan Aksoy Tezer <[email protected]> (cherry picked from commit 39d3714)
adlarkin
pushed a commit
to adlarkin/moveit2
that referenced
this pull request
Apr 5, 2023
Co-authored-by: Vatan Aksoy Tezer <[email protected]> (cherry picked from commit 39d3714)
vatanaksoytezer
pushed a commit
that referenced
this pull request
Apr 5, 2023
zultron
added a commit
to zultron/hw_device_mgr
that referenced
this pull request
May 15, 2023
Following upstream. Possibly temporary. moveit/moveit2#1908
zultron
added a commit
to zultron/hw_device_mgr
that referenced
this pull request
May 15, 2023
Following upstream. Possibly temporary. moveit/moveit2#1908
zultron
added a commit
to zultron/hw_device_mgr
that referenced
this pull request
May 15, 2023
- Fix CI Docker image namespace, following upstream [1] (possibly temporary) - Update CI Docker image and CI config to Humble/Jammy - Remove `clang` tests & ccache config; fixes failure on Ubuntu Jammy, with no `clang-format-10` package; no C code here anyway - Update pre-commit GH action tag to latest 3.0.0 [1]: moveit/moveit2#1908
zultron
added a commit
to zultron/hw_device_mgr
that referenced
this pull request
May 15, 2023
- Fix CI Docker image namespace, following upstream [1] (possibly temporary) - Update CI Docker image and CI config to Humble/Jammy - Remove `clang` tests & ccache config; fixes failure on Ubuntu Jammy, with no `clang-format-10` package; no C code here anyway - Update pre-commit GH action tag to latest 3.0.0 [1]: moveit/moveit2#1908
zultron
added a commit
to zultron/hw_device_mgr
that referenced
this pull request
May 15, 2023
- Fix CI Docker image namespace, following upstream [1] (possibly temporary) - Update CI Docker image and CI config to Humble/Jammy - Remove `clang` tests & ccache config; fixes failure on Ubuntu Jammy, with no `clang-format-10` package; no C code here anyway - Update pre-commit GH action tag to latest 3.0.0 [1]: moveit/moveit2#1908
zultron
added a commit
to zultron/hal_ros_control
that referenced
this pull request
May 30, 2023
- Fix CI Docker image namespace, following upstream [1] (possibly temporary) - Update CI Docker image and CI config to Humble/Jammy - Fix `clang-format` package name for Jammy - Update pre-commit GH action tag to latest 3.0.0 [1]: moveit/moveit2#1908
zultron
added a commit
to zultron/hal_ros_control
that referenced
this pull request
May 30, 2023
- Fix CI Docker image namespace, following upstream [1] (possibly temporary) - Update CI Docker image and CI config to Humble/Jammy - Fix `clang-format` package name for Jammy - Update pre-commit GH action tag to latest 3.0.0 - Fix Cloudsmith.io repo install [1]: moveit/moveit2#1908
zultron
added a commit
to zultron/hal_ros_control
that referenced
this pull request
May 30, 2023
- Fix CI Docker image namespace, following upstream [1] (possibly temporary) - Update CI Docker image and CI config to Humble/Jammy - Fix `clang-format` package name for Jammy - Update pre-commit GH action tag to latest 3.0.0 - Fix Cloudsmith.io repo install - Fix `python-attrs-pip` rosdep key while waiting on [2] and [3] [1]: moveit/moveit2#1908 [2]: ros/rosdistro#36888 [3]: ros/rosdistro#36893
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.
CI has been failing for a while and I have a feeling that we run out of pulls or ghcr is just broken now (though I haven't find any bug reports with a quick search). This PR switches CI jobs to use dockerhub instead of ghcr, I will try to switch back in the first of Feb to see if that was a pull issue.