[Buildbot-commits] [buildbot/buildbot] 9940e6: Make the FakeBuild a more convincing fake

GitHub noreply at github.com
Fri May 22 16:22:32 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 9940e6388df4590930aab046b8a97c2c20301b2d
      https://github.com/buildbot/buildbot/commit/9940e6388df4590930aab046b8a97c2c20301b2d
  Author: Vitali Lovich <lovich at apple.com>
  Date:   2015-05-21 (Thu, 21 May 2015)

  Changed paths:
    M master/buildbot/test/fake/fakebuild.py

  Log Message:
  -----------
  Make the FakeBuild a more convincing fake

Setup the slavebuilder & locks as well.


  Commit: c8a4214310d1f1eb44e8071cbcda10bb6ac4eeb5
      https://github.com/buildbot/buildbot/commit/c8a4214310d1f1eb44e8071cbcda10bb6ac4eeb5
  Author: Vitali Lovich <lovich at apple.com>
  Date:   2015-05-21 (Thu, 21 May 2015)

  Changed paths:
    M master/buildbot/test/fake/fakemaster.py

  Log Message:
  -----------
  Make the FakeMaster a more convincing fake

Setup the botmaster attribute.


  Commit: 952a3549b6a4b7b4265f51c93d262f5116bafbaa
      https://github.com/buildbot/buildbot/commit/952a3549b6a4b7b4265f51c93d262f5116bafbaa
  Author: Vitali Lovich <lovich at apple.com>
  Date:   2015-05-21 (Thu, 21 May 2015)

  Changed paths:
    M master/buildbot/test/unit/test_process_buildstep.py

  Log Message:
  -----------
  Add unit test to test renderable locks.


  Commit: 83bf42c098da83d6e54746ed9c5cef5274749088
      https://github.com/buildbot/buildbot/commit/83bf42c098da83d6e54746ed9c5cef5274749088
  Author: Vitali Lovich <lovich at apple.com>
  Date:   2015-05-21 (Thu, 21 May 2015)

  Changed paths:
    M master/buildbot/process/buildstep.py

  Log Message:
  -----------
  Make sure that locks are renderable.

The expected usage is that someone would create a renderable that
returns a list of locks so that this list can be dynamic.


  Commit: 9393a94884b9c6195248b3ea7663f9572fb25fae
      https://github.com/buildbot/buildbot/commit/9393a94884b9c6195248b3ea7663f9572fb25fae
  Author: Vitali Lovich <lovich at apple.com>
  Date:   2015-05-21 (Thu, 21 May 2015)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-interlocks.rst

  Log Message:
  -----------
  Update documentation


  Commit: 874ed592718cb023a88639107ee35bc913460d31
      https://github.com/buildbot/buildbot/commit/874ed592718cb023a88639107ee35bc913460d31
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-05-22 (Fri, 22 May 2015)

  Changed paths:
    M master/buildbot/process/buildstep.py
    M master/buildbot/test/fake/fakebuild.py
    M master/buildbot/test/fake/fakemaster.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-interlocks.rst

  Log Message:
  -----------
  Merge pull request #1670 from vlovich/renderable-locks-master

Renderable locks master


Compare: https://github.com/buildbot/buildbot/compare/992e766fcf69...874ed592718c


More information about the Commits mailing list