[Buildbot-devel] BuildBot changes sent successfully, but 'scheduler' scheduler not processing changes

Raja.Pavan.Kumar.G rajapavankumar at yahoo.com
Fri Aug 22 09:54:02 UTC 2008


Snapshots from my master.cfg file

master.cfg (CHANGE_SOURCE)

from buildbot.changes.pb import PBChangeSource
c['change_source']=PBChangeSource(user="change")

master.cfg (SCHEDULER)

from buildbot import scheduler
nightly = scheduler.Scheduler(name="nightly", branch=None, treeStableTimer=2, builderNames=["buildbot-full"])
c['schedulers'] = [nightly]

I am able to send changes successfully, but the scheduler is not scheduling the build in response to the changes sent (I am getting "changes successfully sent" message)

Thanks in Advance


Raja G Pavan Kumar

Bangalore

India

--- On Thu, 8/21/08, Raja.Pavan.Kumar.G <rajapavankumar at yahoo.com> wrote:
From: Raja.Pavan.Kumar.G <rajapavankumar at yahoo.com>
Subject: OSError: [Errno 2] No such file or directory
To: buildbot-devel at lists.sourceforge.net
Date: Thursday, August 21, 2008, 6:50 PM

Buildbot version: 0.7.8
Twisted version: 2.2.0

AS part of my buildbot setup, I am executing a shell command in the
slave environment. (This has been coded as part of the master.cfg file)

This command is failing

f1.addStep(shell.ShellCommand, description= "chdir", command= ['cd', './tempGitBranch'])

******* Log Says *************

Upon execvpe cd ['cd', './tempGitBranch'] in environment id -1214057092:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/twisted/internet/process.py", line 772, in __init__
    os.execvpe(command, args, environment)
  File "/usr/lib/python2.4/os.py", line 350, in execvpe

    _execvpe(file, args, env)
  File "/usr/lib/python2.4/os.py", line 379, in _execvpe
    func(fullname, *argrest)
OSError: [Errno 2] No such file or directory
**************** Log End *************



This command is succeeding (means that directory is present in the environment)

f1.addStep(shell.ShellCommand, description= "list", command= ['ls', '-al', 'tempGitBranch'])

Please help me with the fix

Thanks 
pavan

Raja G Pavan Kumar

Bangalore

India


      


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20080822/575de096/attachment.html>


More information about the devel mailing list