Consider setting DOCKER_MAX_PROCS for Drone #382
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We see a lot of build failures because of collisions between simultaneous Drone builds, especially because of the
docker system prune
step in our recipe CI. Example: coop-cloud/organising#369Setting the maximum number of simultaenous builds using DOCKER_MAX_PROCS could prevent this problem, at the cost of maybe slightly slower builds, if parallelism was gaining us any speed. Thoughts?
Can we pass some sort of
--filter
magic tostack-ssh-deploy
to limit the prune?