standalone buildbot possible/ don't have a remote

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mark

    standalone buildbot possible/ don't have a remote

    I want to start small and setup a buildbot on one machine (no slaves).
    I hope this is possible. I assume I only need one master in this case
    (without slave config)???

    from my master.cfg
    c['slaves'] = []

    .... (rest of the sample config)

    b1 = {'name': "buildbot-full",
    # 'slavename': "bot1name",
    'builddir': "full",
    'factory': f1,
    }

    Do I need some configuration that the builder uses the master
    instance? I experimented a bit and searched for a similar
    configuration so far without success :-((

    I did run the buildbot testsuite without errors.

    Here is one problem the buildbot writes out on console:
    2008-09-28 20:43:10+0200 [-] maybeStartBuild <Builder 'buildbot-full'
    at 139666188>: [<buildbot.proce ss.base.BuildRe quest instance at
    0x854758c>] []
    2008-09-28 20:43:10+0200 [-] <Builder 'buildbot-full' at 139666188>:
    want to start build, but we don't have a remote

    Another thing I can think of is to set up two processes on one
    machine, which would be a bit of an overhead.

    Cheers,
    Mark
Working...