Skip to content

Instantly share code, notes, and snippets.

@anish
Created March 16, 2016 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anish/c05bb1f168ed01b963f0 to your computer and use it in GitHub Desktop.
Save anish/c05bb1f168ed01b963f0 to your computer and use it in GitHub Desktop.
Props seen in renderer when called from worker
2016-03-16 21:36:15+0000 [-] starting build <Build fw-versions> using slave <LatentSlaveBuilder builder=u'fw-versions' slave=u'docker_slave'>
2016-03-16 21:36:15+0000 [-] acquireLocks(slave <DockerLatentBuildSlave u'docker_slave'>, locks [])
2016-03-16 21:36:15+0000 [-] substantiating slave <LatentSlaveBuilder builder=u'fw-versions' slave=u'docker_slave'>
2016-03-16 21:36:15+0000 [-] <buildbot.process.properties.Property object at 0x7fb728476ad0>
2016-03-16 21:36:15+0000 [-] Properties(**{u'halfive': 'foo'})
Props seen in renderer when called from build step
2016-03-16 21:36:36+0000 [-] <buildbot.process.properties.Property object at 0x3399550>
2016-03-16 21:36:36+0000 [-] Properties(**{u'project': u'', u'owners': ['anonymous'], u'workdir': '/buildslave/fw-versions', u'builddir': '/buildslave/fw-versions', u'repository': u'', u'buildername': u'fw-versions', u'got_revision': '8051a1a37a7e1bab2c59f049a7851dc70570787e', u'codebase': u'', u'halfive': 'foo', u'buildnumber': 57, u'slavename': 'docker_slave', u'reason': 'force build', u'scheduler': 'force', u'branch': u'', u'owner': 'anonymous', u'revision': u''})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment