[Buildbot-commits] [Buildbot] #2328: Error in Triggerable scheduler when codebase is empty.

Buildbot nobody at buildbot.net
Mon Jul 16 04:21:56 UTC 2012


#2328: Error in Triggerable scheduler when codebase is empty.
-------------------+------------------------------------------
Reporter:  verm    |      Owner:
    Type:  defect  |     Status:  new
Priority:  major   |  Milestone:  undecided
 Version:  master  |   Keywords:  trigger, scheduler, codebase
-------------------+------------------------------------------
 I hit
 [https://github.com/buildbot/buildbot/blob/master/master/buildbot/schedulers/base.py#L384
 this] error when using the Triggerable scheduler in master:

 {{{#!python
             if not ss_repository:
                 config.error("The codebases argument is not set but still
 receiving " +
                              "non empty codebase values")
 }}}

 The setup I'm using is rather simple:

  1. Download source using RCS.
  2. Create tarball
  3. Upload tarball to master
  4. Trigger builders (`updateSourceStamp=True`)

  * **ERROR**

  5. Download tarball
  6. ...

 `codebases` is not set, all source arrives from the same repository.

 If I comment this check everything works as expected.

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


More information about the Commits mailing list