gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.18k stars 479 forks source link

Keep track of jenkins builds #1642

Open osrf-migration opened 9 years ago

osrf-migration commented 9 years ago

Original report (archived issue) by Nate Koenig (Bitbucket: Nathan Koenig).


The job history has a fixed length and then gets deleted. We should keep track of the jenkins build history for pull requests.

osrf-migration commented 9 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


This could be indexed by the commit hash and summarize any code_check errors, compiler warnings, and test failures.

If it was very general, I could upload my overnight make test results, which provide pretty good statistics on test passing rates.

osrf-migration commented 9 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


We could try saving all the junit files that had failed tests? Sometimes those are big though when there are multiple failed expectations in a loop.

osrf-migration commented 9 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


We would only have to save junit files for open pull requests, correct? We could throw away data for any merged or declined pull request.

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).