kernels icon indicating copy to clipboard operation
kernels copied to clipboard

Provide opt-in email for notification on failed build

Open bollwyvl opened this issue 8 years ago • 3 comments

As a maintainer, when my kernel fails some tests, I would like to get an email!

In kernel/xyzkernel/meta.whatever, offer a place to capture notifications, starting with email:

"notifications": {
  "email": ["[email protected]", "[email protected]"],
  "github": "user/project"
}

Investigate proper way to do sending/remailing for notifications.

bollwyvl avatar Nov 08 '16 00:11 bollwyvl

@rgbkrk knows something about sending out emails, I think.

takluyver avatar Nov 08 '16 00:11 takluyver

"Use mailgun, feel happy" is my primary advice.

rgbkrk avatar Nov 08 '16 01:11 rgbkrk

Thanks! And it appears to be free up to 10k emails per month, which should be plenty for this.

takluyver avatar Nov 08 '16 06:11 takluyver