Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildbot: 2.6.0 -> 2.7.0 #81283

Merged
merged 1 commit into from Feb 28, 2020
Merged

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/buildbot/versions.

meta.description for buildbot is: "Buildbot is an open-source continuous integration framework for automating software build, test, and release processes"

meta.homepage for buildbot is: "https://buildbot.net/"

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

36 total rebuild path(s)

9 package rebuild(s)

9 x86_64-linux rebuild(s)
9 i686-linux rebuild(s)
9 x86_64-darwin rebuild(s)
9 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
buildbot
buildbot-full
buildbot-ui
python37Packages.buildbot
python37Packages.buildbot-full
python37Packages.buildbot-ui
python38Packages.buildbot
python38Packages.buildbot-full
python38Packages.buildbot-ui

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/6mz31yyxx9ijf86hblbc5mh8zp46xrzh-python3.7-buildbot-2.7.0 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A buildbot https://github.com/r-ryantm/nixpkgs/archive/abe8eb531a0cb037403dac7b9852453d81b8fefd.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/6mz31yyxx9ijf86hblbc5mh8zp46xrzh-python3.7-buildbot-2.7.0
ls -la /nix/store/6mz31yyxx9ijf86hblbc5mh8zp46xrzh-python3.7-buildbot-2.7.0/bin

cc @nand0p @ryansydnor @lopsided98 for testing.

Copy link
Member

@lsix lsix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nix-review is successful.

nixos/tests/buildbot.nix is failing both on master and in this PR.

Changelog:

Buildbot ``2.7.0`` ( ``2020-02-27`` )
=====================================

Bug fixes
---------

- Command `buildbot-worker create-worker` now supports ipv6 address for buildmaster connection.
- Fix crash in latent worker stopService() when the worker is insubstantiating (:issue:`4935`).
- Fix race condition between latent worker's stopService() and substantiate().
- :class:`GitHubAuth` is now using `Authorization` headers instead of `access_token` query parameter, as the latter was deprecated by Github. (:issue:`5188`)
- ``jQuery`` and ``$`` are available again as a global variable for UI plugins (:issue:`5161`).
- Latent workers will no longer wait for builds to finish when worker is reconfigured.
  The builds will still be retried on other workers and the operators will not need to potentially wait multiple hours for builds to finish.
- p4poller will no longer override Perforce login ticket handling behavior which fixes random crashes (:issue:`5042`).

Improved Documentation
----------------------

- The procedures of upgrading to Buildbot 1.x and 2.x have been clarified in separate documents.
- The layout of the specification of the REST API has been improved.
- Updated newsfragments README.txt to no longer refer to renamed class :py:class:`~buildbot.reporters.http.HttpStatusBase`
- The documentation now uses the read-the-docs theme which is more readable.

Features
--------

- A new www badges style was added: ``badgeio``
- :py:class:`~buildbot.reporters.http.HttpStatusPushBase` now allows you to skip unicode to bytes encoding while pushing data to server
- New ``buildbot-worker create-worker --delete-leftover-dirs`` option to automatically remove obsolete builder directories

@veprbl
Copy link
Member

veprbl commented Feb 28, 2020

@GrahamcOfBorg build buildbot-full buildbot-ui

@alyssais alyssais merged commit 0a545f6 into NixOS:master Feb 28, 2020
@lopsided98 lopsided98 mentioned this pull request Feb 29, 2020
10 tasks
@r-ryantm r-ryantm deleted the auto-update/buildbot branch March 1, 2020 08:36
veprbl pushed a commit to veprbl/nixpkgs that referenced this pull request Mar 8, 2020
(cherry picked from commit 0a545f6)

cc NixOS#81283
veprbl pushed a commit that referenced this pull request Mar 8, 2020
(cherry picked from commit 0a545f6)

cc #81283
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants