launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30729
[Merge] ~cjwatson/launchpad-buildd:doc-riscv64 into launchpad-buildd:master
Colin Watson has proposed merging ~cjwatson/launchpad-buildd:doc-riscv64 into launchpad-buildd:master.
Commit message:
doc: riscv64 builders are no longer managed separately
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/455830
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad-buildd:doc-riscv64 into launchpad-buildd:master.
diff --git a/debian/changelog b/debian/changelog
index 7fdec1d..36aabb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ launchpad-buildd (236) UNRELEASED; urgency=medium
using systemd.unified_cgroup_hierarchy=false until we drop support for
building xenial; see
https://bugs.launchpad.net/ubuntu/xenial/+source/systemd/+bug/1962332.)
+ * Update deployment docs: riscv64 builders are no longer managed
+ separately.
-- Colin Watson <cjwatson@xxxxxxxxxx> Thu, 16 Nov 2023 16:06:07 +0000
diff --git a/docs/how-to/deployment.rst b/docs/how-to/deployment.rst
index 8182070..2497c9b 100644
--- a/docs/how-to/deployment.rst
+++ b/docs/how-to/deployment.rst
@@ -95,20 +95,15 @@ Releasing to production
version over time.
#. Wait for the new version to appear for at least one builder in each
- region and architecture (other than ``riscv64``, which is managed
- separately). If this doesn't happen after 90 minutes, then ask IS for
- assistance in investigating; they can start by checking ``juju status``
- in ``prod-launchpad-vbuilders@is-bastion-ps5.internal``.
+ region and architecture. If this doesn't happen after 90 minutes, then
+ ask IS for assistance in investigating; they can start by checking ``juju
+ status`` in ``prod-launchpad-vbuilders@is-bastion-ps5.internal``.
#. Once the updated version is visible for at least one builder in each
- region and architecture (other than ``riscv64``), `build farm
- administrators
+ region and architecture, `build farm administrators
<https://launchpad.net/~launchpad-buildd-admins/+members>`_ can use
``manage-builders --virt --idle --builder-version=<old-version> --reset``
to reset idle builders, thereby causing builders that haven't taken any
builds recently to catch up.
-#. Ask Colin Watson or William Grant to reflash ``riscv64`` builders to the
- new version (currently a separate manual process).
-
#. Close any bugs fixed by the new release.