DEV Community

Discussion on: What are Your Favorite DevOps Services?

Collapse
 
vasilvestre profile image
Valentin Silvestre

My Continuous Integration process is controled by GitLab. They have an included system for CI (With Docker). For testing + quality code I'm using a free software : SonarQube.

Collapse
 
kayis profile image
K

Are you running your own GitLab server or do you use their service?

Collapse
 
vasilvestre profile image
Valentin Silvestre

I'm using it at my job, we run our own GitLab server.

For personnal usage, I will let them host it. It's free for Open Source project and everything I dev is Open source :)

Thread Thread
 
kayis profile image
K

Sounds good and the pricing seems okay too :)

Thread Thread
 
vasilvestre profile image
Valentin Silvestre

Yeah ! Pricing are okay and it's almost free for personnal usage.

You can look other CI soft like Travis CI, look here for others : github.com/marketplace/category/co...

Thread Thread
 
kayis profile image
K

Ah, nice, thank you!

Collapse
 
sytses profile image
Sid Sijbrandij

Thanks for using GitLab! Since a few releases we have included Auto Code Quality docs.gitlab.com/ee/topics/autodevo... Consider giving it a look.

Collapse
 
vasilvestre profile image
Valentin Silvestre

It look great, the code quality review in every commit seem fine.
It's a bit sad that it doesn't work for non-entreprise version.. Could be great for open project !

Thread Thread
 
sytses profile image
Sid Sijbrandij

It is always hard to make that decision. For our criteria see about.gitlab.com/stewardship/#what... Most of GitLab 10.0 about.gitlab.com/2017/09/22/gitlab... is open source.

Thread Thread
 
vasilvestre profile image
Valentin Silvestre

I now understand what you mean. It seem ok, my company will consider this feature when we will try to convince them to pay :) Thanks !

Thread Thread
 
sytses profile image
Sid Sijbrandij

Thank you!