-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Update distribution.yaml #36408
Merged
Merged
Update distribution.yaml #36408
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version tag isn't available in the release repository https://github.com/ros2-gbp/SMACC2-release, CI won't pass until it is correctly bloomed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I already updated the SMACC2-release repo with new versions. Think this is now fixed.
now I am getting the following error, what does that mean? It looks like it misses the package smacc2
FAILED test/test_build_caches.py::test_build_caches - RuntimeError: humble: missing package.xml file for package "smacc2"
humble: missing package.xml file for package "smacc2_msgs"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It means that the version tag for
smacc2_msgs
is also not found. It should follow the format described above, sorelease/humble/smacc2_msgs/2.3.5-1
I'm not seeing any tags in the smacc2-release repo that include the 2.3.5 version.
Are you using
bloom
to release this package?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the versions correctly in the release repo:
https://github.com/robosoft-ai/SMACC2-release/tree/release/humble/smacc2_msgs/2.3.5-1
https://github.com/robosoft-ai/SMACC2-release/tree/release/humble/smacc2/2.3.5-1
Yes I am using bloom but it fails in the final PR step because I am getting problems due to SMACC2 is uppercase in the rosdistro.yaml file.
My main goal is to fix that in order to enable the usage of bloom normally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to update the
url
field to reflect the new release location. The release repo is currently here based on the rosdistro file: https://github.com/ros2-gbp/SMACC2-release.gitThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is already working
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, this is in a lot better condition now. Can you just update the description in the pull request body to match what this is doing? I think you may have kept some of the other template sections in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would this update on the template be enough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clalancette could we move forward on this?