ros-infrastructure / buildfarm

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

Failure of upstream project does not trigger status change #135

Closed piyushk closed 11 years ago

piyushk commented 11 years ago

gazebo_ros succesfully built a few days ago: See build 20 in Jenkins.

gazebo_plugins has subsequently stopped building due to a known migration issue (Jenkins. However, this does not reset the status of gazebo_ros. Consequently, all packages depending on gazebo_ros (but not gazebo_plugins) continue to attempt builds that will never succeed. For instance, segbot_gazebo_plugins.

Is this a Jenkins bug?

dirk-thomas commented 11 years ago

Chronology:

At some point between the two last bullets an upstream job invalidated the Debian package of _gazeboplugins. But it did no invalidated all recursive downstream dependencies which made the last build fail since from its perspective all direct upstream jobs are green.

dirk-thomas commented 11 years ago

Will be addressed in the ticket just opened by @tfoote.