[CLOSED] [0.8] Simultaneous build of same project

Hi there,

After upgrading from 0.5 to 0.8, it seems Drone no longer runs multiple builds of the same project. As long a build is running all other builds of same project are “pending”. I do have parallel jobs when building several different projects however.

Can we configure this somewhere or is this normal behaviour?

Ok, I found the answer.
It has to be explicitly configured in the docker-compose configuration for drone/agent :

DRONE_MAX_PROCS=1 by default