Skip to content
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

How to build specific set of packages in upstream and target that I depend on #802

Open
sisaha9 opened this issue Dec 28, 2022 · 3 comments

Comments

@sisaha9
Copy link

sisaha9 commented Dec 28, 2022

I have 2 workspaces: The target workspace and an upstream workspace. I depend on only some of the packages in the upstream workspace. In turn I have several build targets in my target workspace and only want to test some of them in CI

How do I only build some packages from the target workspace and only build those packages from the upstream workspace that the target workspace depends upon?

@yyagin
Copy link

yyagin commented Nov 22, 2023

Hi, have you found a solution to this? If so, could you please share it here?

@sisaha9
Copy link
Author

sisaha9 commented Nov 22, 2023

I haven't. I ended up just doing a completely custom solution to have better control

@mathias-luedtke
Copy link
Member

Have you tried deleting the folders that you do not need?

https://github.com/ros-industrial/industrial_ci/blob/master/doc/index.rst#workspace-definition

directory path prefixed with - to remove the directory, as a path relative to either the source space or the target repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants