Tushar Gupta has proposed merging ~tushar5526/launchpad-mojo-specs/+git/private:add-riscv-properties-for-qemu-support into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~tushar5526/launchpad-mojo-specs/+git/private/+merge/478368 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~tushar5526/launchpad-mojo-specs/+git/private:add-riscv-properties-for-qemu-support into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml index b68b85d..384522c 100644 --- a/vbuilder/bundle.yaml +++ b/vbuilder/bundle.yaml @@ -227,7 +227,11 @@ applications: num_units: 1 options: content_id_template: "{{ content_id_template }}" +{%- if stage_name == "qastaging" %} + custom_properties: "hw_emulation_architecture=riscv64 hw_machine_type=virt hw_video_model=virtio kernel_id={{ kernel_id_bos03_riscv64 }}" +{%- elif stage_name == "production" %} custom_properties: "hw_emulation_architecture=riscv64 hw_machine_type=virt kernel_id={{ kernel_id_bos03_riscv64 }}" +{%- endif %} 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~(riscv64)", "ftype~(disk1.img|disk.img)"]}] name_prefix: "{{ name_prefix }}/"
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : launchpad-reviewers@lists.launchpad.net Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp