launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28900
[Merge] ~cjwatson/launchpad-buildd:self-service-rebuild-images into launchpad-buildd:master
Colin Watson has proposed merging ~cjwatson/launchpad-buildd:self-service-rebuild-images into launchpad-buildd:master.
Commit message:
Document self-service image rebuilding
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/427478
There's now an SSH trigger allowing us to rebuild images on production. Document this.
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad-buildd:self-service-rebuild-images into launchpad-buildd:master.
diff --git a/docs/how-to/deployment.rst b/docs/how-to/deployment.rst
index 34898a3..8e9d83e 100644
--- a/docs/how-to/deployment.rst
+++ b/docs/how-to/deployment.rst
@@ -80,11 +80,10 @@ Releasing to production
#. `Wait for PPA publishing to complete
<https://launchpad.net/~launchpad/+archive/ubuntu/buildd/+packages>`__.
-#. File an RT ticket asking IS to run ``mojo run -m
- manifest-rebuild-images`` in the management environment
- (``prod-launchpad-vbuilders@is-bastion-ps5``) to start rebuilding images.
- (`cRT#151858 <https://portal.admin.canonical.com/C151858>`_ will allow
- this step to be self-service.)
+#. Run ``ssh prod-launchpad-vbuilders@is-bastion-ps5.internal
+ /home/prod-launchpad-vbuilders/scripts/rebuild-images.sh`` from the
+ staging management environment (``stg-vbuilder@launchpad-bastion-ps5``)
+ to start rebuilding images.
#. Once image builds complete, builders will get the new image after they
finish their next build (or are disabled) and go through being reset.