ros2 / ci

ROS 2 CI Infrastructure
http://ci.ros2.org/
Apache License 2.0
48 stars 30 forks source link

CI_BRANCH_TO_TEST interferes with CI_COLCON_BRANCH #776

Open cottsay opened 2 months ago

cottsay commented 2 months ago

It seems that when using CI_COLCON_BRANCH, the colcon repositories are cloned into a subdirectory of the workspace. Though colcon itself doesn't consider the subdirectory to be part of the workspace sources, it seems that vcstool does, and attempts to check out CI_BRANCH_TO_TEST in each colcon repository, possibly overriding CI_COLCON_BRANCH.