Hey all, I've been working on some scripting to get patches submitted on review board automagically tested with Jenkins.
The way it works is that a script will check if the jenkins user on review board (catofong) has commented on the review. If it hasn't it will submit a job to jenkins.cloudstack.org with a patch parameter. When the job it ready it will add a comment to the review with the result of the build and the url of that particular build. If the build succeeds cato will set the ship it flag to indicate that it's ok. I'm finishing up the tests with this script now, so before i move it to jenkins.cloudstack.org i would like to feedback if we think this would use useful. An result of the test run can be seen here: https://reviews.apache.org/r/12762/ Cheers, Hugo