jsk-ros-pkg / jsk_travis

11 stars 23 forks source link

Use snapshot of rosdep list on melodic #457

Closed pazeshun closed 9 months ago

pazeshun commented 9 months ago

After https://github.com/ros/rosdistro/pull/39174 was merged, rosdep key python-omniorb cannot be resolved on melodic. This makes an error on rosdep install without -r option: https://app.travis-ci.com/github/start-jsk/jsk_apc/jobs/615633458

This PR fixes that error by using snapshot of rosdep list on melodic as well as kinetic and under. Result: https://app.travis-ci.com/github/start-jsk/jsk_apc/jobs/616059276 Of course, adding -r option to rosdep install is another solution, but I think it is good time to use snapshot because melodic is EOL and no longer maintained on rosdistro: https://github.com/ros/rosdistro/pull/39223#issuecomment-1861909367

Minor fixes

pazeshun commented 9 months ago

@k-okada CI passed, could you review this? One concern is that this PR may break backward compatibility and we may need to add changes to CI yamls of each repository like the following: https://github.com/jsk-ros-pkg/jsk_travis/pull/457/commits/8d36659a7869592d8f20f85076c0b32f266e4df6 I searched code under jsk-ros-pkg and start-jsk: https://github.com/search?q=org%3Ajsk-ros-pkg+%22mkdir+.travis%22&type=code https://github.com/search?q=org%3Astart-jsk+%22mkdir+.travis%22&type=code and I currently do not think we have such case. But please tell me if I am wrong.

pazeshun commented 9 months ago

@k-okada Thank you! Could release this as 0.5.27?

k-okada commented 9 months ago

Sorry for the delay. I tried to release it right after the merge, but forgot all about it.

pazeshun commented 9 months ago

Thank you for releasing!