← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~launchpad/launchpad-mojo-specs/+git/private:prod-use-separate-builder-for-arm64-gpu into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder

 

Tushar Gupta has proposed merging ~launchpad/launchpad-mojo-specs/+git/private:prod-use-separate-builder-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/480932
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~launchpad/launchpad-mojo-specs/+git/private:prod-use-separate-builder-for-arm64-gpu into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index 9558207..19eb047 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -34,7 +34,7 @@
   will only be relevant for the remaining archs.
 #}
 {%-   set modifiers_bos02 = '{"arm64": "10.44.0.22", "ppc64el": "10.44.0.20"}' %}
-{%-   set modifiers_bos03 = '{"arm64": "10.143.254.129", "ppc64el": "10.143.254.194", "riscv64": "10.143.254.223", "s390x": "10.143.254.18"}' %}
+{%-   set modifiers_bos03 = '{"arm64": "10.143.254.129", "arm64_gpu": "10.143.254.87", "ppc64el": "10.143.254.194", "riscv64": "10.143.254.223", "s390x": "10.143.254.18"}' %}
 {%-   set name_prefix = "launchpad-buildd" %}
 {%-   set openstack_tenant_name = "vbuilder_project" %}
 {%-   set openstack_tenant_name_bos03 = "launchpad-vbuilder-production_project" %}
@@ -331,9 +331,7 @@ 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 ("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