Hi,
I’m encountering a performance issue with one of my Dagger modules (python SDK). Using Dagger 0.16.3
The module:
• Starts a Docker service to run tests using Testcontainers,
• Executes ./gradlew test --build-cache,
• Then exports a directory containing the test reports.
On Dagger Cloud, I noticed that the step where the directory is created in the engine takes around 1 minute and 10 seconds, which seems extremely long for such an operation.
Could you please verify whether this duration is expected?
If it is, is there any way to optimize or improve this part of the pipeline?
Thanks in advance for your help!