We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pruning should start whenever a repository is triggered. However, the channel that is used to communicate this is never written to. https://github.com/opendevstack/ods-pipeline/blob/master/cmd/pipeline-manager/main.go#L163 is the only place the channel gets passed.
The tests are missing a check for this, so it wasn't discovered :(
The text was updated successfully, but these errors were encountered:
Signal when pruning should kick in
3730bb0
Without sending on the channel, pruning will never happen. Fixes #557.
17d3509
michaelsauter
Successfully merging a pull request may close this issue.
Pruning should start whenever a repository is triggered. However, the channel that is used to communicate this is never written to. https://github.com/opendevstack/ods-pipeline/blob/master/cmd/pipeline-manager/main.go#L163 is the only place the channel gets passed.
The tests are missing a check for this, so it wasn't discovered :(
The text was updated successfully, but these errors were encountered: