You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run pipelines, this configuration works, but if I increase the limit to anything above and try to run parallel pipleines, something stops working.
Both pipeline stages turn yellow and the timer starts.
In the azure portal and runner's logs I can see that 2 VMs are provisioned
After about 60-80 seconds, one job starts running, and work as expected, when the pipeline finishes, the VM gets destroyed (visible both in runner's logs and on Azure portal)
Another job stays in progress, but steps do not start
After about 20-21 minutes, the pipeline stage fails with context deadline exceeded
After enabling the trace and debug logs on the runner, I found these log messages, which indicate that if a few VMs are started at the same time, the runner assigns the same IP addresses for VMs even though only 1 VM actually has that IP, and other 2 VMs have their own unique public IPs.
Ben10k
changed the title
Azure drivwer is not working correctly, when it tries to execute more than one job in parallel
Azure driver is not working correctly, when it tries to execute more than one job in parallel
Dec 2, 2023
I am using the latest versions of:
.drone_pool.yml
that works:When I try to run pipelines, this configuration works, but if I increase the
limit
to anything above and try to run parallel pipleines, something stops working.context deadline exceeded
If I increase the
pool
value to anything more than 0, than all pipelines timeout with the same issues.Note: I have tried the same runner with the same pipelines with another pool of AWS instances and it worked perfectly.
The text was updated successfully, but these errors were encountered: