[Buildbot-commits] [Buildbot] #2374: Recognize newly-added git tags as changes (was: Super-important changes for git)
Buildbot
nobody at buildbot.net
Wed Sep 19 14:15:38 UTC 2012
#2374: Recognize newly-added git tags as changes
------------------------+--------------------
Reporter: LRN | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: 0.8.+
Version: | Resolution:
Keywords: git |
------------------------+--------------------
Changes (by dustin):
* keywords: => git
* milestone: undecided => 0.8.+
Comment:
So there are two parts to this:
* seeing tags as changes
* affecting the scheduling of a change
The second part is already possible, actually -- you'd use a different
scheduler that recognizes "super-important" changes using a !ChangeFilter,
and schedules higher-priority build requests.
The first part is a worthwhile change to make. That will need different
changes in the !GitPoller and the github hook (the latter being quite a
bit easier)
--
Ticket URL: <http://trac.buildbot.net/ticket/2374#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list