-
Notifications
You must be signed in to change notification settings - Fork 2
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
CI: Update path to repositories when using actions/checkout action #263
Comments
Wdyt? @agalbachicar |
Is this OK?
I think you wanted to say the other way around, right? |
I would like us to explore https://github.com/ros-tooling/action-ros-ci for this. It is the standard way AFAIK. We can shrink considerably our action files and avoid duplication. The only problem I see with it is that the branching scheme is not possible with a repos file. |
@francocipollone what do you think about suggesting to merge the try_vcs_checkout flow within action-ros-ci in a ticket? |
And skipping keys for the rosdep install (We are using it for pybind11) ros-tooling/action-ros-ci#276
There is a similar request here ros-tooling/action-ros-ci#157
Therefore, I don't think that this script would be accepted as they are already providing something similar using a different "API". Once |
Probably, it is worth another ticket, we should look into colcon mixins for sanitizers.
I think we will simplify workflows and standardize behavior to what other packages are doing. |
This targets all the repos in the maliput ecosystem
Summary
We are using
for each dependency.
Let's use
maliput/maliput
instead ofToyotaResearchInstitute/maliput
Alternative
We could directly handle it via
dependencies.repos
file and remove all theactions/checkout
actions making the workflow a bit simpler.The text was updated successfully, but these errors were encountered: