Hello,
We migrated our Drone instance from a 0.5 version to latest 0.8 version. However, our builds are nearly doubling in execution time. We made a few changes to the configuration (services using custom hostnames instead of sharing ip, and a few syntax changes). For the rest, everything stays exactly the same.
Our build times went from 2 min 50, 3 minutes to about 10 minutes.
Services are starting up a little slower than before and globally everything takes more time.
Ok, so I narrowed down the bottleneck to the testing phase of the pipeline. Our test time went from 3 minutes to 10 on same machine. What is quite curious is the same test build runs in less then 2 minutes on a 2014 MBP. Now on the server hosting (only) the drone instance, (Xeon 12 cores, 32Go Ram, 500Go SSD), it takes over 10 minutes ! And I repeat myself but everyhing worked okay on a previous 0.5 version of Drone.
Is there any debug/logging level we can fine-tune in order to achieve same performance as before?
Thanks