Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.85 KB

0.9.0b3.rst

File metadata and controls

60 lines (37 loc) · 1.85 KB

Release Notes for Buildbot 0.9.0b3

The following are the release notes for Buildbot 0.9.0b3. This version was released on October 18, 2015.

See Upgrading to Nine for a guide to upgrading from 0.8.x to 0.9.x

Master

Features

  • The irc command hello now returns 'Hello' in a random language if invoked more than once.
  • :bbTriggerable now accepts a reason parameter.
  • :bbGerritStatusPush now accepts a builders parameter.
  • StatusPush callback now receives build results (success/failure/etc) with the buildFinished event.
  • There's a new renderable type, Transform.
  • Buildbot now supports wamp as a mq backend. This allows to run a multi-master configuration. See MQ-Specification.

Fixes

  • The :bbPyFlakes and :bbPyLint steps no longer parse output in Buildbot log headers (3337).
  • :bbGerritChangeSource is now less verbose by default, and has a debug option to enable the logs.
  • :bbP4Source no longer relies on the perforce server time to poll for new changes.
  • The commit message for a change from :bbP4Source now matches what the user typed in.

Deprecations, Removals, and Non-Compatible Changes

  • The :pybuildbot.status.results module no longer exists and has been renamed to :pybuildbot.process.results.

Slave

Features

  • The Buildbot slave now includes the number of CPUs in the information it supplies to the master on connection. This value is autodetected, but can be overridden with the --numcpus argument to buildslave create-slave.

Details

For a more detailed description of the changes made in this version, see the git log itself:

git log v0.9.0b2..v0.9.0b3