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

Samson creates release for non-existent commit #3900

Open
orien opened this issue Dec 15, 2020 · 1 comment
Open

Samson creates release for non-existent commit #3900

orien opened this issue Dec 15, 2020 · 1 comment

Comments

@orien
Copy link
Contributor

orien commented Dec 15, 2020

Context

We had erroneously configured Buildkite to notify project A in Samson on builds for project B in Buildkite. Under this scenario Samson will attempt to create a new release for project B. Resulting in errors and confusion.

Proposal

Samson could handle this situation more gracefully. It could perhaps:

  • Only respond to Buildkite webhook notifications for the same git repo (the git URL is included in the webhook payload).
  • Only attempt to cut a release if the commit specified in the Buildkite webhook exists in the project repository.
@grosser
Copy link
Contributor

grosser commented Dec 16, 2020 via email

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

2 participants