ros2 / ci

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

Add colcon extension for domain ID coordination #722

Closed cottsay closed 1 year ago

cottsay commented 1 year ago

This extension should provide each colcon task a different ROS_DOMAIN_ID value so that any subprocesses which utilize ROS 2 won't collide with each other.

This change doesn't enable parallelism in the tests but should make it (more) possible, and will allow us to continue testing parallel builds without a custom ci branch.