← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~pelpsi/launchpad-mojo-specs/+git/private:aligning-staging-envs-to-production into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder

 

Simone Pelosi has proposed merging ~pelpsi/launchpad-mojo-specs/+git/private:aligning-staging-envs-to-production into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.

Commit message:
Align staging environments to production

Reference: https://code.launchpad.net/~pelpsi/launchpad-mojo-specs/+git/private/+merge/471803

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~pelpsi/launchpad-mojo-specs/+git/private/+merge/472498
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~pelpsi/launchpad-mojo-specs/+git/private:aligning-staging-envs-to-production into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/rebuild-images b/vbuilder/rebuild-images
index 95107ba..f78f4cc 100755
--- a/vbuilder/rebuild-images
+++ b/vbuilder/rebuild-images
@@ -14,11 +14,9 @@ name_prefix_by_stage = {
 targets_by_stage = {
     "qastaging": [
         ("bos01", "amd64", "focal"),
-        ("bos01", "arm64", "focal"),
         ("bos01", "arm64-gpu", "focal"),
         ("bos01", "ppc64el", "focal"),
         ("bos01", "s390x", "focal"),
-        ("bos02", "arm64", "focal"),
         ("bos02", "ppc64el", "focal"),
         ("bos02", "s390x", "focal"),
         ("bos03", "amd64", "focal"),
@@ -30,11 +28,9 @@ targets_by_stage = {
         ],
     "staging": [
         ("bos01", "amd64", "jammy"),
-        ("bos01", "arm64", "jammy"),
         ("bos01", "arm64-gpu", "jammy"),
         ("bos01", "ppc64el", "jammy"),
         ("bos01", "s390x", "jammy"),
-        ("bos02", "arm64", "jammy"),
         ("bos02", "ppc64el", "jammy"),
         ("bos02", "s390x", "jammy"),
         ("bos03", "amd64", "jammy"),

Follow ups