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

Add a CI job that checks whether a Git tag matching @core/sync-service has appeared to trigger a build on Buildkite #2204

Open
alco opened this issue Dec 20, 2024 · 0 comments

Comments

@alco
Copy link
Member

alco commented Dec 20, 2024

Our current Buildkite setup relies on GitHub sending a webhook for each new tag. But there's a known problem where GitHub does not send a webhook for commits that have 4+ tags pushed alongside the commit at once.

We can fix this by triggering a new build on Buildkite manually after we've identified a new tag matching the desired pattern has been pushed, regardless of which other tags have been pushed together with it.

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