Hello,
We are trying to migrate our ARM64 build from Travis to Drone. But the performance is unstable in a consistent way. It times out in the slower case.
Link to the build: https://cloud.drone.io/pandas-dev/pandas/25
Hello,
We are trying to migrate our ARM64 build from Travis to Drone. But the performance is unstable in a consistent way. It times out in the slower case.
Link to the build: https://cloud.drone.io/pandas-dev/pandas/25
Drone Cloud (cloud.drone.io) is our personal Drone instance that we make available to the public for testing and evaluation purposes only. Once you evaluate the product, you should decide whether or not you want to install Drone on your own infrastructure (the same way you would install Jenkins). Drone is meant to be a Jenkins alternative (self-hosted) as opposed to a Travis alternative (saas).
You are of course welcome to use Drone Cloud for your projects, however, please keep in mind this is not a commercial service and we do not provide any formal service guarantees.
We are trying to migrate our ARM64 build from Travis to Drone. But the performance is unstable in a consistent way. It times out in the slower case.
The variance in execution times you are experiencing is due to the noisy neighbor effect – a single node in our cluster can execute multiple pipelines concurrently. If you choose to install Drone on your own infrastructure, you can configure Drone to execute a single pipeline per-node.