← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~lgp171188/launchpad-mojo-specs/+git/private:upgrade-amd64-builders-to-noble-production into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder

 

Guruprasad has proposed merging ~lgp171188/launchpad-mojo-specs/+git/private:upgrade-amd64-builders-to-noble-production into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.

Commit message:
vbuilder: Enable noble on lcy02, bos03 amd64 g-s-s units

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~lgp171188/launchpad-mojo-specs/+git/private/+merge/473997
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/launchpad-mojo-specs/+git/private:upgrade-amd64-builders-to-noble-production into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index 910fe77..463b87c 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -273,13 +273,8 @@ applications:
     num_units: 1
     options:
       content_id_template: "{{ content_id_template }}"
-      {%- if stage_name == "qastaging" %}
       mirror_list: |-
         [{url: "http://cloud-images.ubuntu.com/daily/";, name_prefix: "ubuntu:released", path: "streams/v1/index.sjson", max: 3, item_filters: ["release~({{ gss_series_with_noble }})", "arch~(x86_64|amd64)", "ftype~(disk1.img|disk.img)"]}]
-      {%- else %}
-      mirror_list: |-
-        [{url: "http://cloud-images.ubuntu.com/daily/";, name_prefix: "ubuntu:released", path: "streams/v1/index.sjson", max: 3, item_filters: ["release~({{ gss_series }})", "arch~(x86_64|amd64)", "ftype~(disk1.img|disk.img)"]}]
-      {%- endif %}
       name_prefix: "{{ name_prefix }}/"
       openstack-auth-url: "https://keystone.ps6.canonical.com:5000/v3";
       openstack-identity-api-version: "3"
@@ -380,13 +375,8 @@ applications:
     num_units: 1
     options:
       content_id_template: "{{ content_id_template }}"
-      {%- if stage_name == "qastaging" %}
       mirror_list: |-
         [{url: "http://cloud-images.ubuntu.com/daily/";, name_prefix: "ubuntu:released", path: "streams/v1/index.sjson", max: 3, item_filters: ["release~({{ gss_series_with_noble }})", "arch~(x86_64|amd64)", "ftype~(disk1.img|disk.img)"]}]
-      {%- else %}
-      mirror_list: |-
-        [{url: "http://cloud-images.ubuntu.com/daily/";, name_prefix: "ubuntu:released", path: "streams/v1/index.sjson", max: 3, item_filters: ["release~({{ gss_series }})", "arch~(x86_64|amd64)", "ftype~(disk1.img|disk.img)"]}]
-      {%- endif %}
       name_prefix: "{{ name_prefix }}/"
       openstack-auth-url: "https://keystone.ps5.canonical.com:5000/v3";
       openstack-identity-api-version: "3"
diff --git a/vbuilder/rebuild-images b/vbuilder/rebuild-images
index a967913..78430d6 100755
--- a/vbuilder/rebuild-images
+++ b/vbuilder/rebuild-images
@@ -39,13 +39,13 @@ targets_by_stage = {
         ("bos01", "s390x", "focal"),
         ("bos02", "ppc64el", "focal"),
         ("bos02", "s390x", "focal"),
-        ("bos03", "amd64", "focal"),
+        ("bos03", "amd64", "noble"),
         ("bos03", "amd64-gpu", "focal"),
         ("bos03", "arm64", "noble"),
         ("bos03", "ppc64el", "focal"),
         ("bos03", "riscv64", "jammy"),
         ("bos03", "s390x", "focal"),
-        ("lcy02", "amd64", "focal"),
+        ("lcy02", "amd64", "noble"),
         ],
     }
 

Follow ups