launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #31563
Re: [Merge] ~lgp171188/launchpad-mojo-specs/+git/private:upgrade-amd64-builders-to-noble-qastaging into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder
Just a test comment
Diff comments:
> diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
> index 230f593..910fe77 100644
> --- a/vbuilder/bundle.yaml
> +++ b/vbuilder/bundle.yaml
> @@ -273,8 +273,13 @@ applications:
> num_units: 1
> options:
> content_id_template: "{{ content_id_template }}"
> + {%- if stage_name == "qastaging" %}
Just a test comment
> + 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"
--
https://code.launchpad.net/~lgp171188/launchpad-mojo-specs/+git/private/+merge/473920
Your team Launchpad code reviewers is subscribed to branch ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
References