Open aelsabbahy opened 4 years ago
Can I recommend https://cirrus-ci.org/ ?
I'll happily do the work to experiment so we can compare side-by-side.
I'm motivated to suggest it because I think it looks more capable than travis and github.
I'm also happy to be disagreed with and the experiment discarded if once I've wired it, it doesn't look like the best choice for some reason.
Never heard of cirrus-ci to be honest. But the cirrus-cli looks interesting.
There are many layers to this issue.. and maybe it needs to be broken up into multiple tickets.
High-level thoughts on things that need changing:
So For 2 and 3, my high-level thoughts: The way goss is today doesn't reflect how I typically like to do CI/CD. I have a strong bias towards single responsibility as much as possible. So:
For 1 - the current build/test/release scripts are a mess.. Very verbose, lots of bash code stringing it all together. High-level thoughts on changes:
Some tools of interest so far:
At a high level, I want it to be super simple next time the need to switch CI tools arises again.
At a high level can you give me a quick sales pitch on cirrus-ci and what it does better than circle, github-actions, https://semaphoreci.com/, etc..?
semaphoreci is one I've always been interested in. Especially when I was trying to build my own CI engine (long story) due to its speed. I don't think windows is supported though :(
The priority on this just got a lot lower. Switching from travis-ci.org -> travis-ci.com made the queue go from 45min-1.5hrs down to seconds.
I'm leaving this ticket open as a good discussion regarding different CI options that are out there and can look into what they offer compared to travis-ci.
I think it might be work looking at github actions. If you're open to it I may put together a proposal there that we could test and compare. You're right that there's a lot of heavy lifting to do in the build and test process generally though, and I may start taking a look at that. The faster and more painless we can make that the more people who try to help will stick around.
Describe the feature:
Find a new CI provider other than travis-ci.org. Queue times have been 45m-1hr as of late.
Describe the solution you'd like
A CI provider with reasonable queue time
Added bonus if easy to reproduce locally, Ex: Github Actions + https://github.com/nektos/act ?
Describe alternatives you've considered
Turning it off and back on again