juju-solutions / bundle-cwr-ci

Deploy the Juju Charm CI system
Other
2 stars 6 forks source link

Are cwr results published somewhere? #18

Closed merlijn-sebrechts closed 7 years ago

merlijn-sebrechts commented 7 years ago

cwr generates an html page with the results in. Is this published somewhere?

ktsakalozos commented 7 years ago

You should be able to get the cwr list of reports if you point your browser to http://:5000 . Remember to juju expose cwr first.

merlijn-sebrechts commented 7 years ago

Cool, thanks! Might be best to put this in the readme.

pengale commented 7 years ago

@galgalesh You can also get at the CWR results by looking at the Jenkins artifacts. At some point, I'd like to display them nicely in Jenkins, so that people don't have to worry about two ports.

In any case, +1 to putting it in the README. :-)

merlijn-sebrechts commented 7 years ago

@petevg What is a Jenkins Artifact?

pengale commented 7 years ago

@galgalesh if you click around in the Jenkins interface, you'll see a link to test "artifacts". For a failed test, you'll get a tarball containing the output of juju-crashump, along with the matrix logs and such.

For both failed and successful tests, you'll see some .xml files that represent the cwr output. .xml files aren't fun to read, though, so I recommend just viewing the cwr output on port 5000 for now. Eventually, I want to have Jenkins render those files in its own interface.

kwmonroe commented 7 years ago

There's a section on "Job status and logs" that just came in about a week ago:

https://github.com/juju-solutions/bundle-cwr-ci/blob/master/README.md#job-status-and-logs

@galgalesh, if that seems suitable, please close this out. I'm also open to suggestions if this section needs to be expanded or moved elsewhere for better user visibility. Thanks for the feedback!

merlijn-sebrechts commented 7 years ago

Looks good!