[Buildbot-commits] [Buildbot] #2525: Uninterruptible git step
Buildbot trac
trac at buildbot.net
Tue Jul 2 22:18:55 UTC 2013
#2525: Uninterruptible git step
--------------------+-----------------------
Reporter: brendan | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.5 | Keywords: git
--------------------+-----------------------
The rust buildbot (http://buildbot.rust-lang.org) ran into a situation
this weekend where a few builds got stuck in an uninterruptible infinite
loop in the git checkout step. The git step was configured
mode='incremental', retryFetch=True, clobberOnFailure=True. I believe that
while this was going on, the git revision that the step was supposed to
check out was removed from the source repository.
Here's an example step, including several attempts to interrupt it:
http://buildbot.rust-lang.org/builders/auto-mac-64-nopt/builds/201
--
Ticket URL: <http://trac.buildbot.net/ticket/2525>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list