[Buildbot-commits] [buildbot/buildbot] 55bf6b: Improve api for trigger step

GitHub noreply at github.com
Tue Jan 6 12:57:23 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 55bf6b3df91c650e11809b328f7f8f35189728fa
      https://github.com/buildbot/buildbot/commit/55bf6b3df91c650e11809b328f7f8f35189728fa
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-12-30 (Tue, 30 Dec 2014)

  Changed paths:
    M master/buildbot/steps/trigger.py
    M master/buildbot/test/unit/test_steps_trigger.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Improve api for trigger step

Trigger step was still difficult to subclass in order to add dynamic scheduler and property choosing.
Now it is much easier

While documenting this new API, it also improves a lot the doc for this step.

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: cf9ebf06b8f700177afbc8e7e0d4215d4743205b
      https://github.com/buildbot/buildbot/commit/cf9ebf06b8f700177afbc8e7e0d4215d4743205b
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-12-30 (Tue, 30 Dec 2014)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  add relnote


  Commit: 0c4321007085429c1d3ed5b8d804ba61fcd7b423
      https://github.com/buildbot/buildbot/commit/0c4321007085429c1d3ed5b8d804ba61fcd7b423
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-12-31 (Wed, 31 Dec 2014)

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

  Log Message:
  -----------
  grammar nits

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 644fc8f44d4fe4ce2b0dc6856faff9d7a4a88d5f
      https://github.com/buildbot/buildbot/commit/644fc8f44d4fe4ce2b0dc6856faff9d7a4a88d5f
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-06 (Tue, 06 Jan 2015)

  Changed paths:
    M master/buildbot/steps/trigger.py
    M master/buildbot/test/unit/test_steps_trigger.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge pull request #1468 from tardyp/trigger

Improve api for trigger step


Compare: https://github.com/buildbot/buildbot/compare/ed9332a76d6f...644fc8f44d4f


More information about the Commits mailing list