CI fails on prune if parallel builds are running #46

Open
opened 2021-03-02 16:47:11 +00:00 by 3wordchant · 0 comments
Owner

Steps to reproduce:

  1. Make a mass change to a bunch of apps
  2. Push to all repos simultaneously (and forget to set [ci skip])

Expected:

Drone CI succeeds.

Actual:

https://drone.autonomic.zone/coop-cloud/codimd/22/1/2

Error response from daemon: a prune operation is already running

The actual deploy is fine, it's just the prune that fails.

Dunno if the answer is to tell Drone not to run parallel builds, or if we should retry on a failed prune.

Steps to reproduce: 1. Make a mass change to a bunch of apps 2. Push to all repos simultaneously (and forget to set `[ci skip]`) Expected: Drone CI succeeds. Actual: https://drone.autonomic.zone/coop-cloud/codimd/22/1/2 `Error response from daemon: a prune operation is already running` The actual deploy is fine, it's just the `prune` that fails. Dunno if the answer is to tell Drone not to run parallel builds, or if we should retry on a failed `prune`.
3wordchant added the
bug
label 2021-03-02 16:47:11 +00:00
This repo is archived. You cannot comment on issues.
No description provided.