Skip to content

Commit

Permalink
Merge pull request #315 from ros-infrastructure/disable_sourcedeb_aft…
Browse files Browse the repository at this point in the history
…er_5_failures

disable sourcedeb after 5 consecutive failures
  • Loading branch information
dirk-thomas authored Aug 9, 2016
2 parents a9f4857 + 8bcab38 commit 693b396
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ros_buildfarm/templates/release/sourcedeb_job.xml.em
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ but disabled since the package is blacklisted (or not whitelisted) in the config
recipients=notify_emails,
dynamic_recipients=maintainer_emails,
send_to_individuals=False,
))@
@(SNIPPET(
'publisher_disable-failed-job',
failure_times=5,
))@
</publishers>
<buildWrappers>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<disableFailedJob.disableFailedJob.DisableFailedJob plugin="disable-failed-job@@1.15">
<whenDisable>Only Failure</whenDisable>
<failureTimes>@(failure_times)</failureTimes>
<optionalBrockChecked>true</optionalBrockChecked>
</disableFailedJob.disableFailedJob.DisableFailedJob>

0 comments on commit 693b396

Please sign in to comment.