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

Github Action to retry a Buildkite job stuck in cancelled state #70

Open
iangmaia opened this issue Jun 18, 2024 · 0 comments
Open

Github Action to retry a Buildkite job stuck in cancelled state #70

iangmaia opened this issue Jun 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@iangmaia
Copy link
Contributor

Jobs in GitHub Actions are usually cancelled when a newer job is moved in front of it.

Sometimes, the "cancelled" state of such job will be reported to PRs last, creating a strange effect where the final execution is hidden and the status check is still shown as cancelled:
Screenshot 2024-06-07 at 8 23 33 AM

A possible solution might be to always let these jobs run, avoiding the cancellation.

@iangmaia iangmaia added the bug Something isn't working label Jun 18, 2024
@iangmaia iangmaia self-assigned this Jun 18, 2024
@iangmaia iangmaia changed the title Github Action to Retry Buildkite cancelled state Github Action to retry a Buildkite job stuck in cancelled state Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant