The travis emails to the dev list are a result of changing the security vulnerability scan to run as a daily cron job instead of during PR validations: https://github.com/apache/druid/pull/9340 <https://github.com/apache/druid/pull/9340>
The change to a cron job was done so that PRs are not blocked whenever new high or critical CVEs are discovered (until a druid change is made to address or suppress the new CVE). Currently, the cron job is configured to email the dev list when the job status changes from success to failure or vice versa. The idea is to get an alert instead of having to manually and periodically check the travis cron job status. My suggestion is to whitelist bui...@travis-ci.org <mailto:bui...@travis-ci.org>. If the frequency of emails is too much, then we can possibly disable the notification from failure to success (but keep the notification for success to failure). Thanks, Chi > On Mar 4, 2020, at 11:47 AM, Gian Merlino <g...@apache.org> wrote: > > Recently, Travis CI emails started being sent from bui...@travis-ci.org to > dev@druid.apache.org. Did someone change something recently to make this > happen? Also, do people enjoy that they show up here? > > I'm asking because currently they end up in a spam moderation queue and > need to be manually approved. So we should either whitelist the address or > we should turn off the emails. > > Personally, I don't find a ton of value in them, so if it were up to me I'd > say turn them off (I find more value in the GitHub integration that shows > CI results on PRs directly.)