launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #31736
Re: [Merge] ~lgp171188/launchpad-mojo-specs/+git/private:add-arm64-gpu-builders-bos03-qastaging into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder
Diff comments:
> diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
> index 72991cf..4d32d96 100644
> --- a/vbuilder/bundle.yaml
> +++ b/vbuilder/bundle.yaml
> @@ -372,6 +391,18 @@ applications:
> remote-modifiers: '{{ modifiers_bos03 }}'
> 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 == "qastaging" %}
> + launchpad-buildd-image-modifier-bos03-arm64-gpu:
> + charm: {{ charm_dir }}/launchpad-buildd-image-modifier
> + options:
> + clamav-database-url: "{{ clamav_database_url }}"
> + extra-packages: "nvidia-headless-525-server nvidia-utils-525-server"
I'm not entirely sure if the 525 driver will be the right one (vs the 535 one), but let's give it a try and go from there
> + launchpad-buildd-repository: "{{ launchpad_buildd_repository }}"
> + linux-command-line-extra: "systemd.unified_cgroup_hierarchy=false compat_uts_machine=armv7l"
> + remote-modifiers: '{{ modifiers_bos01 }}'
> + remote-modifier-private-key: include-base64://{{ local_dir }}/id_rsa.imagebuilder
> + remote-modifier-public-key: include-base64://{{ local_dir }}/id_rsa.imagebuilder.pub
> +{%- endif %}
> {%- if stage_name in ("production", "qastaging") %}
> launchpad-buildd-image-modifier-bos03-riscv64:
> charm: {{ charm_dir }}/launchpad-buildd-image-modifier
--
https://code.launchpad.net/~lgp171188/launchpad-mojo-specs/+git/private/+merge/475295
Your team Launchpad code reviewers is subscribed to branch ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
References