ROS Buildfarm ignores all packages
I have deployed an internal ROS buildfarm. I only want to release a small set of packages. That's why I whitelisted these packages in the release-build.yaml
file in the ros_buildfarm_config
. However, none of the packages get released. The Mrel_reconfigure-jobs
prints my whitelisted packages in the console under:
The following packages are being ignored because their dependencies are being ignored:
So all my whitelisted packages are ignored.
I also tried to whitelist all (transitive) dependencies. In that case the release reconfigure job will not ignore my packages, but Mbin_uB64__catkin job
fails because it cannot find the sourcedeb of catkin.
Any advice is very welcome.
@nuclearsandwich: any ideas?