[Buildbot-commits] [Buildbot] #624: Add Latent BuildSlave for DRMAA supporting systems

Buildbot trac trac at buildbot.net
Mon Oct 21 21:33:08 UTC 2013


#624: Add Latent BuildSlave for DRMAA supporting systems
---------------------------+----------------------
Reporter:  smackware       |       Owner:
    Type:  enhancement     |      Status:  closed
Priority:  major           |   Milestone:  0.8.+
 Version:                  |  Resolution:  wontfix
Keywords:  virtualization  |
---------------------------+----------------------

Comment (by mvpel):

 When creating the DRMAA session in the master.cfg, the reconfig doesn't
 work because the session was already established at startup. You have to
 do:


 {{{
 Session = drmaa.Session()
 try:
      Session.contact
 except:
      Session.initialize()
 }}}

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


More information about the Commits mailing list