[Buildbot-commits] [Buildbot] #2755: gerritStartCB don't work

Buildbot trac trac at buildbot.net
Thu Apr 17 02:53:41 UTC 2014


#2755: gerritStartCB don't work
----------------------+------------------------
Reporter:  alagoutte  |       Owner:
    Type:  defect     |      Status:  new
Priority:  minor      |   Milestone:  undecided
 Version:  master     |  Resolution:
Keywords:             |
----------------------+------------------------
Description changed by dustin:

Old description:

> Hi,
>
> I try the code in http://docs.buildbot.net/latest/manual/cfg-
> statustargets.html about update Gerrit Status.
>
> No problem with gerritReviewCB or gerritSummaryCB with last trunk
> but gerritStartCB don't work
>
> I look the code
> and in master/buildbot/status/status_gerrit.py
>
>         # Gerrit + Git
>         if build.getProperty("gerrit_branch") is not None:  # used only
> to verify Gerrit source
>
> build.getProperty("gerrit_branch") is always None with GerritStartCB

New description:

 Hi,

 I try the code in http://docs.buildbot.net/latest/manual/cfg-
 statustargets.html about update Gerrit Status.

 No problem with gerritReviewCB or gerritSummaryCB with last trunk
 but gerritStartCB don't work

 I look the code
 and in master/buildbot/status/status_gerrit.py

 {{{
         # Gerrit + Git
         if build.getProperty("gerrit_branch") is not None:  # used only to
 verify Gerrit source
 }}}

 build.getProperty("gerrit_branch") is always None with GerritStartCB

--

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2755#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list