ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

CI recommendation

asked 2017-10-16 15:08:26 -0500

lt101018 gravatar image

I'm currently looking for a CI which could integrated with bitbucket. I find a list of CIs here http://wiki.ros.org/CIs but an objective comparison is not provided. Could anyone give me some advice about the pros and cons of each CI?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2017-10-18 02:16:12 -0500

Alberth gravatar image

I don't think there are enough people around here that have enough experience in all the listed CI solutions to give an objective answer to your question. Instead, use the following algorithm

bad_solutions = set()
while True:
    selected = pick_random_CI_solution_for_bitbucket(do_not_use=bad_solutions)
    if give_quick_test(selected) == "OK":
        continue_using_it_and_be_happy_until_it_breaks()
        bad_solutions.add(selected)

Basically, just pick one, and try it. If it works, keep it, else find a different one.

edit flag offensive delete link more

Comments

Thank you I will try

lt101018 gravatar image lt101018  ( 2017-10-18 09:06:30 -0500 )edit
1

answered 2017-12-05 01:34:01 -0500

130s gravatar image

I just added an objective comparison table (very sparse yet). Admittedly I'm an author-maintainer of one of those tools, and haven't tried all of them so I can't fill all in. Feel free to fill in cells, add columns etc.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-10-16 15:08:26 -0500

Seen: 326 times

Last updated: Dec 05 '17