Hi all, As far as I know, currently, email notifications of Travis builds for master branch are sent to the commit author when a build was just broken or still is broken. And there is no email notifications for CRON builds.
Recently, we are suffering from compile errors for scala-2.12 and java-9 which are only ran in CRON jobs. So I'm figuring out a way to get notifications of CRON builds (or all builds) to quick fix compile errors and failed cron tests. After reaching out to @Chesnay Schepler <ches...@apache.org> (thanks for the helping), I know that we are using a Slack channel to receive all failed build notifications. However, IMO, email notification might be a better way than Slack channel to encourage more people to pay attention on the builds. So I'm here to propose to setup a bui...@flink.apache.org mailing list for receiving build notifications. I also find that Beam has such mailing list too[1]. After we have such a mailing list, we can integrate it to travis according to the travis doc[2]. What do you think? Do we need a formal vote for this? Best and thanks, Jark [1]: https://beam.apache.org/community/contact-us/ [2]: https://docs.travis-ci.com/user/notifications/#configuring-email-notifications <https://docs.travis-ci.com/user/notifications/#configuring-email-notifications> <https://docs.travis-ci.com/user/notifications/#configuring-email-notifications>