← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad-mojo-specs/+git/private:vbuilder-production-use-focal into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder

 

Colin Watson has proposed merging ~cjwatson/launchpad-mojo-specs/+git/private:vbuilder-production-use-focal into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.

Commit message:
vbuilder: Switch production builders to focal

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad-mojo-specs/+git/private/+merge/415934
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad-mojo-specs/+git/private:vbuilder-production-use-focal into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index f137489..0f4ca9c 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -38,10 +38,10 @@
 {%-   set openstack_username = "vbuilder" %}
 {%-   set openstack_username_lcy02 = "launchpad-vbuilder-production" %}
 {%-   set vbuilders_bos01 = {} %}
-{%-   set vbuilders_bos02 = {"arm64": ("bionic", 80), "ppc64el": ("bionic", 30), "s390x": ("bionic", 20)} %}
-{%-   set vbuilders_lcy01 = {"amd64": ("bionic", 30)} %}
-{%-   set vbuilders_lcy02 = {"amd64": ("bionic", 60)} %}
-{%-   set vbuilders_lgw01 = {"amd64": ("bionic", 60)} %}
+{%-   set vbuilders_bos02 = {"arm64": ("focal", 80), "ppc64el": ("focal", 30), "s390x": ("focal", 20)} %}
+{%-   set vbuilders_lcy01 = {"amd64": ("focal", 30)} %}
+{%-   set vbuilders_lcy02 = {"amd64": ("focal", 60)} %}
+{%-   set vbuilders_lgw01 = {"amd64": ("focal", 60)} %}
 {%-   set vbuilder_prefix = "" %}
 {%- else %}
 {%-   set content_id_template = "launchpad-buildd:staging" %}

Follow ups