[Buildbot-commits] [Buildbot] #2374: Super-important changes for git

Buildbot nobody at buildbot.net
Wed Sep 19 14:11:31 UTC 2012


#2374: Super-important changes for git
------------------------+-----------------------
Reporter:  LRN          |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  minor        |  Milestone:  undecided
 Version:               |   Keywords:
------------------------+-----------------------
 I want to be able to mark some changes as "super-important", which means
 that the change will trigger a build immediately, bypassing normal tree
 stability timeouts.

 Usually super-important changes are, for example, tagged git commits.

 Problem is, tags are not really tied to commits, and commits might be
 tagged at any point _after_ they are committed. So there must be a way to
 catch the fact that new tags were added (while fetching new commits from
 the repository), and schedule a zero-timeout build on these tags (which
 usually refer to earlier commits that might or might not have been built
 already).

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2374>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list