Initial import of script for nightly build notification#24
Merged
smlng merged 3 commits intoRIOT-OS:masterfrom Aug 27, 2019
Merged
Initial import of script for nightly build notification#24smlng merged 3 commits intoRIOT-OS:masterfrom
smlng merged 3 commits intoRIOT-OS:masterfrom
Conversation
Member
|
@smlng we should add the HIL summary results here. |
Member
Author
This can also be done as a follow-up. |
aabadie
reviewed
Jun 6, 2019
Member
Author
|
Rebased and adapted for current master. |
Member
Author
|
I reworked the configuration a bit (see OP for an updated example). |
Member
|
@miri64 I'm okay with merging this and handle the deployment on To summarise what needs to be done:
Correct? |
Contributor
that should do it! |
Member
Author
Yepp. |
Member
|
okay merge then, I'll look into the deployment later today |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This provides a script to notify about the build results of the nightly builds (only via E-Mail for now, but it is extendible). Only the results in
output.htmlare considered for now, as I don't know how the Robot Framework stuff is integrated (would be great if it was PR'd here and in murdock-html :-)). The configuration for the notification engine hooks into themurdock.tomlconfiguration file and should be straight forward to understand. Here is an example configuration (just comment out what you need to connect to the SMTP server).If the
murdock.tomlis not at/etc/murdock.tomlthe path can also be provided via theMURDOCK_CONFIGenvironment variable.It requires
toml(which should already be preinstalled with Murdock) andbs4(aka BeautifulSoup, to parse the output.html and maybe later the robot.xml)