[Buildbot-commits] [buildbot/buildbot] e11444: add a BuildStep.isNewStyle method
GitHub
noreply at github.com
Mon Feb 17 23:16:05 UTC 2014
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: e114447a8273557a6f12f60ebf448de8a49e7ca2
https://github.com/buildbot/buildbot/commit/e114447a8273557a6f12f60ebf448de8a49e7ca2
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/test/unit/test_process_buildstep.py
Log Message:
-----------
add a BuildStep.isNewStyle method
Commit: 3c69dc49c1e21e17f243ca700ce837ef91fca3aa
https://github.com/buildbot/buildbot/commit/3c69dc49c1e21e17f243ca700ce837ef91fca3aa
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M master/docs/manual/customization.rst
M master/docs/manual/index.rst
A master/docs/manual/new-style-steps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
relnotes for new-style steps
Commit: f14b3819718610ff2372b25dc70d8c0e9218627f
https://github.com/buildbot/buildbot/commit/f14b3819718610ff2372b25dc70d8c0e9218627f
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M master/buildbot/process/buildstep.py
Log Message:
-----------
support calling run on new-style steps
Commit: a22a87ceb809e31bf6f27cb5511f5a6b928f8615
https://github.com/buildbot/buildbot/commit/a22a87ceb809e31bf6f27cb5511f5a6b928f8615
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/process/build.py
M master/buildbot/process/buildstep.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/fake/fakemaster.py
M master/buildbot/test/fake/slave.py
A master/buildbot/test/integration/test_custom_buildstep.py
M master/buildbot/test/unit/test_buildslave_base.py
M master/buildbot/test/unit/test_process_build.py
M master/buildbot/test/unit/test_process_buildstep.py
M master/buildbot/test/unit/test_steps_slave.py
M master/buildbot/test/util/steps.py
M master/docs/developer/cls-buildsteps.rst
Log Message:
-----------
Integration tests for custom buildsteps (backport from nine)
This includes updates to fakes and interface tests for them
Compare: https://github.com/buildbot/buildbot/compare/5399e6ce6c63...a22a87ceb809
More information about the Commits
mailing list