opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
175 stars 43 forks source link

AppVeyor emails #282

Open Peque opened 6 years ago

Peque commented 6 years ago

It seems we are still receiving emails from AppVeyor when tests fail and when tests are fixed.

Ideally, we should be able to disable those notifications only using the .appveyor.yml config file, but it seems what I wrote there is not really what I was expecting... :sweat_smile:

Relevant links

ocaballeror commented 6 years ago

I just checked the correct syntax, and we are missing a yaml section there. I will post a PR as soon as I test this.

ocaballeror commented 6 years ago

Turns out the syntax was right :sweat_smile:

I guess appveyor is overriding the settings in .appveyor.yml with the global settings we set in our accounts from the GUI. It will be easier if we both go to https://ci.appveyor.com/notifications and disable them globally.

Peque commented 6 years ago

Makes little sense, don't you think? :confused:

I have started a discussion in AppVeyor's support forum: https://help.appveyor.com/discussions/problems/13537-email-notifications-configuration-has-no-effect

Will keep this issue open to update it with any reply we get from support.

ocaballeror commented 6 years ago

I see what you mean. I'll keep tabs on this until we figure it out.

By the way, I disabled notifications from the web GUI but I'm still receiving those emails, which is kinda weird, I think.

Peque commented 6 years ago

@ocaballeror I updated the settings in osbrain-ci's AppVeyor account. You should not receive notifications from now on.