launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #32189
[Merge] ~launchpad/launchpad-mojo-specs/+git/private:add-arch-modifiers-for-arm64-gpu into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder
Tushar Gupta has proposed merging ~launchpad/launchpad-mojo-specs/+git/private:add-arch-modifiers-for-arm64-gpu into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~launchpad/launchpad-mojo-specs/+git/private/+merge/480590
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~launchpad/launchpad-mojo-specs/+git/private:add-arch-modifiers-for-arm64-gpu into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index 92ffc66..251b52d 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -120,7 +120,7 @@
{%- set lp_environment = "qastaging" %}
{%- set lp_sshkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFrjt0yytzrK9fQuG+6VgE6QStUbDmunlN7+Lv5XhmoL stg-launchpad@launchpad-bastion-ps5" %}
{%- set modifiers_bos02 = '{"arm64": "10.44.0.13"}' %}
-{%- set modifiers_bos03 = '{"amd64": "10.144.0.206", "arm64": "10.144.0.127", "ppc64el": "10.144.0.110", "riscv64": "10.144.0.114", "s390x": "10.144.0.47"}' %}
+{%- set modifiers_bos03 = '{"amd64": "10.144.0.206", "arm64": "10.144.0.127", "arm64_gpu": "10.144.0.73", "ppc64el": "10.144.0.110", "riscv64": "10.144.0.114", "s390x": "10.144.0.47"}' %}
{%- set name_prefix = "launchpad-buildd-qastaging" %}
{%- set openstack_tenant_name = "vbuilder_staging_project" %}
{%- set openstack_tenant_name_bos03 = "launchpad-vbuilder-staging_project" %}
@@ -331,6 +331,9 @@ applications:
launchpad-buildd-repository: "{{ launchpad_buildd_repository }}"
linux-command-line-extra: "systemd.unified_cgroup_hierarchy=false compat_uts_machine=armv7l"
remote-modifiers: '{{ modifiers_bos03 }}'
+{%- if stage_name in ("production", "qastaging") %}
+ arch-modifier: 'arm64_gpu'
+{%- endif %}
remote-modifier-private-key: include-base64://{{ local_dir }}/id_rsa.imagebuilder
remote-modifier-public-key: include-base64://{{ local_dir }}/id_rsa.imagebuilder.pub
{%- if stage_name in ("production", "qastaging") %}
Follow ups