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

x/build/internal/relui: allow scheduled workflows to optionally fail fast #56464

Open
toothrot opened this issue Oct 27, 2022 · 0 comments
Open
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@toothrot
Copy link
Contributor

Currently, in relui, a scheduled workflow may fail and send a notification for user intervention. For some workflows, we'd like to be able to have them outright fail and be superseded by the next workflow run.

With the change in https://go.dev/cl/444695, it probably makes the most sense for the WorkflowStalled handler to try to find if a Schedule is configured to fail-fast.

@toothrot toothrot added the NeedsFix The path to resolution is known, but the work has not been done. label Oct 27, 2022
@toothrot toothrot added this to the Backlog milestone Oct 27, 2022
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Oct 27, 2022
@golang golang deleted a comment Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Projects
Status: Planned
Development

No branches or pull requests

2 participants