返回介绍

5.66. Release Notes for Buildbot 0.9.0b9

发布于 2023-09-20 23:50:39 字数 5214 浏览 0 评论 0 收藏 0

Caution

Buildbot no longer supports Python 2.7 on the Buildbot master.

5.66. Release Notes for Buildbot 0.9.0b9

The following are the release notes for Buildbot 0.9.0b9 This version was released on May 10, 2016.

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

5.66.1. Master

5.66.1.1. Features

  • new GitLabStatusPush to report builds results to GitLab.

  • buildbot stop now waits for complete buildmaster stop by default.

  • New --no-wait argument for buildbot stop which allows not to wait for complete master shutdown.

  • Builder page is now sorted by builder name

  • LogViewer page now supports ANSI color codes, and is displayed white on black.

5.66.1.2. Changes for Developers

  • Speed improvements for integration tests by use of SynchronousTestCase, and in-memory sqlite.

  • Buildbot now requires import to be sorted using isort. Please run make isort before creating a PR or use any available editor plugin in order to reorder your imports.

5.66.1.3. Fixes

  • OpenStackLatentWorker uses the novaclient API correctly now.

  • The MsBuild4 and MsBuild12 steps work again (bug #2878).

  • Scheduler changes are now identified by serviceid instead of objectid (bug #3532)

  • Make groups optional in LdapUserInfo (bug #3511)

  • Buildbot nine do not write pickles anymore in the master directory

  • Fix build page to not display build urls, but rather directly the build-summary, which already contain the URL.

  • UI Automatically reconnect on disconnection from the websocket. (bug #3462)

5.66.1.4. Deprecations, Removals, and Non-Compatible Changes

  • The buildmaster now requires at least Twisted-14.0.1.

  • The web ui has upgrade its web components dependencies to latest versions. This can impact web-ui plugin.

  • Web server does not provide /png and /redirect anymore (bug #3357). This functionality is used to implement build status images. This should be easy to implement if you need it. One could port the old image generation code, or implement a redirection to http://shields.io/.

  • Support of worker-side usePTY was removed from buildbot-worker. usePTY argument was removed from WorkerForBuilder and Worker classes.

  • html is no longer permitted in ‘label’ attributes of forcescheduler parameters.

  • LocalWorker now requires buildbot-worker package, instead of buildbot-slave.

  • Collapse Request Functions now takes master as first argument. The previous callable contained too few data in order to be really usable. As collapseRequests has never been released outside of beta, backward compatibility with previous release has not been implemented.

  • This is the last version of buildbot nine which supports python 2.6 for the master. Next version will drop python 2.6 support.

5.66.2. Worker

5.66.2.1. Fixes

  • buildbot-worker script now outputs message to terminal.

  • Windows helper script now called buildbot-worker.bat (was buildbot_worker.bat, notice underscore), so that buildbot-worker command can be used in virtualenv both on Windows and POSIX systems.

5.66.2.2. Changes for Developers

  • SLAVEPASS environment variable is not removed in default-generated buildbot.tac. Environment variables are cleared in places where they are used (e.g. in Docker Latent Worker contrib scripts).

  • Master-part handling has been removed from buildbot-worker log watcher (bug #3482).

  • WorkerDetectedError exception type has been removed.

5.66.3. Details

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

git log v0.9.0b8..v0.9.0b9

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文