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

Cron dispatch workflows should send failure emails #312

Closed
delucchi-cmu opened this issue Oct 30, 2023 · 3 comments · Fixed by #380
Closed

Cron dispatch workflows should send failure emails #312

delucchi-cmu opened this issue Oct 30, 2023 · 3 comments · Fixed by #380
Assignees

Comments

@delucchi-cmu
Copy link
Contributor

There are two default github workflows that run on a nightly basis: smoke test and nightly benchmarks.

If they fail, they'll only alert the person who set up the workflow (and possibly anyone following all repo activity?). I think it's possible to have a workflow step that will send an email in the event of failure.

We're already capturing an email (either single person or group alias) as part of template hydration.

@wilsonbb wilsonbb self-assigned this Nov 3, 2023
@drewoldag
Copy link
Collaborator

This seems related to #293 in that the alert about a workflow going into hibernation mode is only sent to the person who created the action.

@delucchi-cmu delucchi-cmu added this to the Release tag 2.0 milestone Feb 1, 2024
@drewoldag
Copy link
Collaborator

Alternatively (or in addition to) the email approach, we could stub in the thing that will emit a failure message to slack.

@delucchi-cmu
Copy link
Contributor Author

How would you like to receive workflow failure notifications?
> email
  slack bot integration (additional configuration required)
  none

@OliviaLynn OliviaLynn self-assigned this Feb 2, 2024
@OliviaLynn OliviaLynn mentioned this issue Feb 4, 2024
3 tasks
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

Successfully merging a pull request may close this issue.

4 participants