We have upgraded our Concourse setups to the latest version 7.2.0
This upgrade includes the following breaking changes:
- Wait for worker matching strategy when scheduling build steps:
Previously, if no workers satisfied the container placement strategy for a step (with the exception of task steps when using the limit-active-tasks placement strategy), the step would simply error the build . ow, all steps will wait for a worker to become available
You can check the full changelog here.