ros-infrastructure / buildfarm

Build scripts and notes for catkin debian build pipeline.
6 stars 15 forks source link

abort if not broken does not work for the first run #132

Closed tfoote closed 11 years ago

tfoote commented 11 years ago
Verify that no upstream project is broken

All upstream projects are (un)stable

Passes because upstream navigation has never successfully built. It has always been aborted due to missing upstream dependencies.

It needs to check if success or unstable for all upstream packages.

tfoote commented 11 years ago

https://code.ros.org/lurker/thread/20130712.223815.0e281808.en.html

dirk-thomas commented 11 years ago

I can't spot an error in the upstream result detection script. It looks like the only reason would be if either getLastBuild() or getResult() can't return the expected data.

I will commit a patch which provides more output and catches those cases which should not happen according to the docs.

dirk-thomas commented 11 years ago

Closing ticket for now. Please comment if you see this again after the farm has been reconfigured (about one hour from now).