Live data from Hacker News

What do you use for CI/CD ?

news.ycombinator.com

1–6 of 6 posts

What do you use for CI/CD ?

#1
At the moment we are using Jenkins however we had some debates that there are better alternatives (circleCi, codeship ...).

It would be great if you could share your set up and what works best for you.

Re: What do you use for CI/CD ?

#4
post #3
post #2

Gitlab CI with the gitlab multirunner container all on AWS ECS. In this way you can run multiple concurrent test suites each in an insolate container.

I'm assuming you can't use gitlab CI with github/bitbucket ?

Maybe... I don't know really.

https://www.cloudpipes.com/integrations/github/gitlab-ci

https://about.gitlab.com/2015/01/22/gitlab-7-7-and-ci-5-4-re...

With gitlab-ci build descriptor you can do all you want so maybe you can ignore the gitlab repos and clone from other source, run tests, give the tests output to the gitlab runner ad see results on gitlab console.

(maybe)

Re: What do you use for CI/CD ?

#5
post #3
post #2

Gitlab CI with the gitlab multirunner container all on AWS ECS. In this way you can run multiple concurrent test suites each in an insolate container.

I'm assuming you can't use gitlab CI with github/bitbucket ?

No, but you can use GitLab.com or EE to mirror the repository on GitLab to run the tests.