-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Each new commit is a new pipeline. Right now, we're overwriting old execution pipelines. This is wrong, and probably going to cause problems.
Each execution pipeline needs to be tied to a particular PR, commit, or range of commits.
We also then need a housekeeping policy to keep the number of pipelines at a manageable number. This is critical due to Concourse's current lack of webhooks (concourse/concourse#331), meaning that all pipelines have some polling going on.
Metadata
Metadata
Assignees
Labels
No labels