have we ever discussed moving off github actions o...
# contributing-to-airbyte
d
have we ever discussed moving off github actions onto a build provider that offers more CPU? my gut tells me part of the slowness on github action is the 2 CPU limit
u
waiting 40 mins for integration test is a annoying, especially since it’s done in 10 - 15 mins on my apparently soon to be obsolete 2017 machine
u
anecdotal, so the bottleneck might be somewhere else. mainly curious what others think
u
I support this although I think it would require changing slash commands and secrets etc fwiw Looked into circle back in the day. It was alright. a little wonky to setup docker in docker. We may be able to get startup credits if we go with them. Google cloud build looked promising but I didn’t look into it much
u
And why not move to self hosted github runner ? I reduced the test time by 60% doing it 🙂