This message was deleted.
# general
s
This message was deleted.
w
I'm looking to build master on CI/CD, and would like to know what others are using .
a
I guess it depends on what you requirements are for build times, but the current PR builds and such are done on Github hosted runners which are 2 core, 7 GB RAM and 14 GB disk.
w
How long does your build run?
a
Looking at the previous builds on the apache druid github repo it looks like it takes about 10 minutes, though that has some caching as well: https://github.com/apache/druid/actions/runs/5980917823/job/16227931994
w
thank you for the advice!