[Buildbot-commits] [Buildbot] #2512: waterfall re-using build IDs, causes strange behavior in logs from individual steps
Buildbot trac
trac at buildbot.net
Sun Jun 30 18:42:24 UTC 2013
#2512: waterfall re-using build IDs, causes strange behavior in logs from
individual steps
--------------------+--------------------
Reporter: RockHed | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.+
Version: 0.8.7p1 | Resolution:
Keywords: |
--------------------+--------------------
Comment (by RockHed):
Just leaving this here in case it helps others... here are the changes
that I made to get things "working":
{{{
a) s.saveYourself() in newBuild
b) s.saveYourself() in buildStarted
c) this change in build.py's getSourceStamps to get around the exception:
+ try:
+ sourcestamps.extend(self.sources)
+ except:
+ log.msg("Unable to get sourcestamps")
+ log.err()
}}}
The reason why I put working in quotes is that it seems that now only 1
instance of each pending builder will run -- I can pend the same builder a
few times, but only 1 will run. Haven't had a chance to debug this yet.
--
Ticket URL: <http://trac.buildbot.net/ticket/2512#comment:12>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list