F5Networks / marathon-bigip-ctlr

Repository for F5 BIG-IP Controller for Marathon.
Apache License 2.0
3 stars 11 forks source link

adjust slack notifications #202

Closed recursivelycurious closed 7 years ago

recursivelycurious commented 7 years ago

Problem: Attempt to send successful travis build notices to the main dev channel for the repo and failed build notices to a general event channel resulted in no build notices being sent.

Analysis: Testing shows that .travis.yml can accept multiple rooms, but not multiple on_success/on_failure flags. Contributers who enable travis with github and then enable this repo receive emails on change and on failure by default. To keep noise to a minimum while preserving actionable messages slack notifications seem best to be configured for the event ("gitlab") channel.

Solution: