ros-controls / ros2_control_ci

This repository holds reusable workflows for CI of the ros2_control framework.
https://control.ros.org
Apache License 2.0
2 stars 1 forks source link

Check for failed stage in ici and open issue only in certain ones #28

Closed fmauch closed 5 months ago

fmauch commented 6 months ago

As mentioned in https://github.com/ros-controls/ros2_control_demos/issues/457 it might be good to check where things actually fail. If builds fail due to some temporary resolution problems there's probably no need in opening a new issue for that.

christophfroehlich commented 6 months ago

https://github.com/ros-controls/ros2_control_ci/pull/21#issuecomment-1971187544

christophfroehlich commented 5 months ago

@fmauch it seems that this works fine now. Should we add this to the source build workflow as well?

fmauch commented 5 months ago

My feeling is that the source workflow fails much more often out of our scope. In my opinion, the semi-binary build might be enough.

christophfroehlich commented 5 months ago

That's true, but if no one is checking the outcome of the scheduled build we might skip the workflow at all :grin: