ros2 / ci

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

Retry RTI Connext installation on Windows #680

Closed nuclearsandwich closed 2 years ago

nuclearsandwich commented 2 years ago

We're seeing 7-13% of windows builds failing while connext is being installed. As part of our investigation into these issues we're trying to determine how intermittent they are and whether retrying the installation on failure will be at all effective in resolving the issue.

Accompanying ros2-cookbooks PR: https://github.com/ros-infrastructure/ros2-cookbooks/pull/48

nuclearsandwich commented 2 years ago

CI testing just ament_package since we're exercising infra here I'm also using the Foxy builds to cover both Galactic and Foxy since they both use Connext 5.3.1:

nuclearsandwich commented 2 years ago

The failures here are all related to #681.

nuclearsandwich commented 2 years ago

Superceded by #681 which includes these changes along with additional changes fixing Qt installation.