Consider setting DOCKER_MAX_PROCS for Drone #382

Open
opened 2023-01-21 20:56:05 +00:00 by 3wordchant · 1 comment
Owner

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: #369

Setting 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?

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: https://git.coopcloud.tech/coop-cloud/organising/issues/369 Setting 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?
3wordchant added the
enhancement
ci/cd
labels 2023-01-21 20:56:05 +00:00
Owner

Can we pass some sort of --filter magic to stack-ssh-deploy to limit the prune?

Can we pass some sort of `--filter` magic to `stack-ssh-deploy` to limit the prune?
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#382
No description provided.