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

Bump buildbot to v3.11.8 release, use main branch on CI and Python 3.11 #52

Merged
merged 3 commits into from
Sep 28, 2024

Conversation

ynezz
Copy link
Member

@ynezz ynezz commented Sep 28, 2024

ci: use Python 3.11 from Debian 12 for testing

In commit 3ac7d39 ("buildworker,buildmaster: bump Debian to version
12") we switched the base system to Debian 12 which uses Python 3.11.2,
thus lets test on CI with same version.


Bump buildbot to v3.11.8 release

Bug fixes

  • Made Tags column in Builders page take less space when there are no tags.
  • Fixed cropped change author avatar image in web UI.
  • Correctly pluralize build count in build summaries in the web UI.
  • The change details page no longer requires an additional mouse click to show the change details.
  • Fixed showing misleading "Loading" spinner when a change has no builds.
  • Fixed too small spacing in change header text in web UI.
  • Fixed showing erroneous zero changes count in the web UI when loading changes.
  • Cleaned up build and worker tabs in builders view in web UI.
  • Improved visual separation between pending build count and build status in trigger build steps in web UI.

Changes

  • Buildbot has migrated to quay.io container registry for storing released container images.
    In order to migrate to the new registry container image name in FROM instruction in Dockerfiles
    needs to be adjusted to quay.io/buildbot/buildbot-master or quay.io/buildbot/buildbot-worker.
  • The list of supported browsers has been updated to Chrome >=80, Firefox >= 80, Edge >=80,
    Safari >= 14, Opera >=67.

Features

  • Add a "Workers" tab to the Builder view listing workers that are assigned to this builder (:issue:7162)
  • The text displayed in build links is now configurable and can use any build property.
    It was showing build number or branch and build number before.
  • Changes and builds tables in various places in the web UI now have a button to load more items.

ci: switch to main branch

References: https://openwrt.org/voting/2023-02-27

References: https://openwrt.org/voting/2023-02-27
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Bug fixes
---------

- Made Tags column in Builders page take less space when there are no tags.
- Fixed cropped change author avatar image in web UI.
- Correctly pluralize build count in build summaries in the web UI.
- The change details page no longer requires an additional mouse click to show the change details.
- Fixed showing misleading "Loading" spinner when a change has no builds.
- Fixed too small spacing in change header text in web UI.
- Fixed showing erroneous zero changes count in the web UI when loading changes.
- Cleaned up build and worker tabs in builders view in web UI.
- Improved visual separation between pending build count and build status in trigger build steps in web UI.

Changes
-------

- Buildbot has migrated to ``quay.io`` container registry for storing released container images.
  In order to migrate to the new registry container image name in ``FROM`` instruction in Dockerfiles
  needs to be adjusted to ``quay.io/buildbot/buildbot-master`` or ``quay.io/buildbot/buildbot-worker``.
- The list of supported browsers has been updated to Chrome >=80, Firefox >= 80, Edge >=80,
  Safari >= 14, Opera >=67.

Features
--------

- Add a "Workers" tab to the Builder view listing workers that are assigned to this builder (:issue:`7162`)
- The text displayed in build links is now configurable and can use any build property.
  It was showing build number or branch and build number before.
- Changes and builds tables in various places in the web UI now have a button to load more items.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
In commit 3ac7d39 ("buildworker,buildmaster: bump Debian to version
12") we switched the base system to Debian 12 which uses Python 3.11.2,
thus lets test on CI with same version.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
@ynezz ynezz marked this pull request as draft September 28, 2024 07:27
@ynezz
Copy link
Member Author

ynezz commented Sep 28, 2024

Seems like the release got stuck somewhere in the clouds buildbot/buildbot#8032

@aparcar
Copy link
Member

aparcar commented Sep 28, 2024

Any reason we don't switch to 4.x?

@ynezz
Copy link
Member Author

ynezz commented Sep 28, 2024

Any reason we don't switch to 4.x?

Just lack of time, feel free to prepare the pull request, ideally testing it as well.

@ynezz ynezz marked this pull request as ready for review September 28, 2024 17:04
@openwrt-bot openwrt-bot merged commit 339e00d into openwrt:main Sep 28, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants