launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30909
[Merge] ~pelpsi/launchpad-buildd:qastaging-documentation-improvement into launchpad-buildd:master
Simone Pelosi has proposed merging ~pelpsi/launchpad-buildd:qastaging-documentation-improvement into launchpad-buildd:master.
Commit message:
Improve documentation for qastaging deployment
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~pelpsi/launchpad-buildd/+git/launchpad-buildd/+merge/461052
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~pelpsi/launchpad-buildd:qastaging-documentation-improvement into launchpad-buildd:master.
diff --git a/debian/changelog b/debian/changelog
index 8bddfae..f261f59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+launchpad-buildd (237) UNRELEASED; urgency=medium
+
+ [ Simone Pelosi ]
+ * Improve documentation for qastaging deployment.
+
+ -- Simone Pelosi <simone.pelosi@xxxxxxxxxxxxx> Thu, 22 Feb 2024 17:16:55 +0100
+
launchpad-buildd (236) focal; urgency=medium
[ Colin Watson ]
diff --git a/docs/how-to/deployment.rst b/docs/how-to/deployment.rst
index 7365bee..fbe4b22 100644
--- a/docs/how-to/deployment.rst
+++ b/docs/how-to/deployment.rst
@@ -42,11 +42,14 @@ Testing on qastaging
<https://launchpad.net/~launchpad/+archive/ubuntu/buildd-staging/+packages>`__.
#. Run ``mojo run -m manifest-rebuild-images`` in the management environment
- (``stg-vbuilder@launchpad-bastion-ps5``) to start rebuilding images.
+ (``stg-vbuilder-qastaging@launchpad-bastion-ps5``) to start rebuilding images.
After a minute or so, ``juju status glance-simplestreams-sync-\*`` will
show "Synchronising images"; once this says "Sync completed", images have
been rebuilt.
+ Note that if ``mojo run -m manifest-rebuild-images`` fails, run ``mojo run``
+ instead.
+
#. Builders will get the new image after they finish their next build (or
are disabled) and go through being reset. Since qastaging's build farm
is typically mostly idle, you can use ``manage-builders -l qastaging
Follow ups