This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove max in flight and add every in the concourse pipeline
we introduced max-in-flight hoping to limit the number of clusters we run at the same time. It turns out it doesn't work that way. As soon as a deploy job is done the next one will be queued although no cluster has been deleted. This will allow for as many clusters as we have time to deploy until the first cluster is deleteted. We also add the "version: every" setting to make sure we don't skip versions if jobs complete in random order. See also here: concourse/concourse#736 Signed-off-by: Dimitris Karakasilis <DKarakasilis@suse.com>
- Loading branch information
Showing
1 changed file
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters