← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] ~launchpad/launchpad-mojo-specs/+git/private:add-arch-modifiers-for-arm64-gpu into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder

 


Diff comments:

> diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
> index 92ffc66..251b52d 100644
> --- a/vbuilder/bundle.yaml
> +++ b/vbuilder/bundle.yaml
> @@ -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 %}

Oh my, sorry for that. I was in a bit too hurry to get this done. Let me fix that. It should be only for QAStaging.

>        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") %}


-- 
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.



References