Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple execution pipelines #11

Open
msarahan opened this issue Nov 29, 2016 · 1 comment
Open

Multiple execution pipelines #11

msarahan opened this issue Nov 29, 2016 · 1 comment

Comments

@msarahan
Copy link
Contributor

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.

@msarahan
Copy link
Contributor Author

This is fixed. Each different git commit to the monitored repo is a different pipeline. We still need to figure out the housekeeping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant