-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to industrial_ci #100
Conversation
yeah, another candidate for ros-industrial/industrial_ci#123 |
@souravran: you can run all tests in a docker-enabled shell with the
|
* do not write plugins.xml in source space * added install tags
compiler: | ||
- gcc | ||
|
||
notifications: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you add this?
I don't want to get mails for every failure.
The default works quite fine for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not aware of the intricacies for now, but if needed then we can roll back. @ipa-fmw
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, if we remove this...I want it removed in all the other repositories, too
For the sake of consistency!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the sake of consistency!
Constistency does not matter in this case, it is just a preference of the maintainer.
However, I just found it that
email:
on_success: change
on_failure: always
is the default (https://docs.travis-ci.com/user/notifications/).
So perhaps it would make sense to set on_failure: change
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I strongly discourage you to set on_failure: change
. If travis fails this should be a permanent thread to your mailbox until it is fixed properly :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If travis fails this should be a permanent thread to your mailbox until it is fixed properly
Why? "on_failure: always" -> send mail on every error (default), "on_failure: change" -> send mail only for the first time and after it was resolved(?)
My fix is working, but prevents the plugins from beeing used in devel space. So we might consider to remove |
I vote for removing |
replaced by #102 |
No description provided.