[Buildbot-commits] [buildbot/buildbot] 99eeea: add build.buildid, sl.buildslaveid, and st.stepid
GitHub
noreply at github.com
Thu Dec 26 15:37:01 UTC 2013
Branch: refs/heads/nine
Home: https://github.com/buildbot/buildbot
Commit: 99eeea0a9ae8414fbcf564f5af286c4f67848472
https://github.com/buildbot/buildbot/commit/99eeea0a9ae8414fbcf564f5af286c4f67848472
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-23 (Mon, 23 Dec 2013)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/process/build.py
M master/buildbot/process/builder.py
M master/buildbot/process/buildstep.py
M master/buildbot/process/remotecommand.py
M master/buildbot/steps/source/base.py
M master/buildbot/test/fake/fakebuild.py
M master/buildbot/test/fake/fakedata.py
M master/buildbot/test/fake/slave.py
M master/buildbot/test/integration/test_custom_buildstep.py
M master/buildbot/test/unit/test_data_steps.py
M master/buildbot/test/unit/test_process_build.py
M master/buildbot/test/unit/test_steps_source_base_Source.py
M master/buildbot/test/unit/test_steps_source_repo.py
M master/buildbot/test/util/steps.py
M master/docs/developer/classes.rst
M master/docs/developer/cls-build.rst
A master/docs/developer/cls-buildslave.rst
M master/docs/developer/cls-buildsteps.rst
Log Message:
-----------
add build.buildid, sl.buildslaveid, and st.stepid
This required a lot of refactoring of old tests. It also required
changing the automatic generation of source step names to generate
proper identifiers.
Commit: d8868cef9b33bf2a62fd290462dc457da3c7d578
https://github.com/buildbot/buildbot/commit/d8868cef9b33bf2a62fd290462dc457da3c7d578
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/process/build.py
M master/buildbot/process/builder.py
M master/buildbot/process/buildstep.py
M master/buildbot/process/remotecommand.py
M master/buildbot/steps/source/base.py
M master/buildbot/test/fake/fakebuild.py
M master/buildbot/test/fake/fakedata.py
M master/buildbot/test/fake/slave.py
M master/buildbot/test/integration/test_custom_buildstep.py
M master/buildbot/test/unit/test_data_steps.py
M master/buildbot/test/unit/test_process_build.py
M master/buildbot/test/unit/test_steps_source_base_Source.py
M master/buildbot/test/unit/test_steps_source_repo.py
M master/buildbot/test/util/steps.py
M master/docs/developer/classes.rst
M master/docs/developer/cls-build.rst
A master/docs/developer/cls-buildslave.rst
M master/docs/developer/cls-buildsteps.rst
Log Message:
-----------
Merge branch '9/buildid-stepid-buildslaveid' of git://github.com/djmitche/buildbot into nine (PR #1018)
I re-addd status.build_started so that the try scheduler tests would
still work.
Commit: 612b0ab9c52549e2889b0f3404e6ef4b72d8d717
https://github.com/buildbot/buildbot/commit/612b0ab9c52549e2889b0f3404e6ef4b72d8d717
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M README.md
Log Message:
-----------
All resource types are now implemented, including buildrequests
Compare: https://github.com/buildbot/buildbot/compare/98dad583c5d4...612b0ab9c525
More information about the Commits
mailing list