launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #32375
[Merge] ~alvarocs/launchpad-mojo-specs/+git/private:revert-pin-lxd-5.21-focal-builders-qastaging into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder
Alvaro Crespo Serrano has proposed merging ~alvarocs/launchpad-mojo-specs/+git/private:revert-pin-lxd-5.21-focal-builders-qastaging into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
Commit message:
Revert: Pin LXD to 5.21/stable for focal builders in qastaging
This reverts the lxd-channel pinning added for qastaging focal builders in the previous MP, as it does not solve the gpu-builders permissions issue.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~alvarocs/launchpad-mojo-specs/+git/private/+merge/484417
Initially LXD team proposed to update lxd containers in the builders to the 5.21/stable version, as a workaround for this issue: https://warthogs.atlassian.net/browse/LP-2504 . This workaround does not fix the issue so we are reverting it.
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~alvarocs/launchpad-mojo-specs/+git/private:revert-pin-lxd-5.21-focal-builders-qastaging into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index 4ede028..19eb047 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -314,9 +314,6 @@ applications:
# token.
launchpad-buildd-repository: "{{ launchpad_buildd_repository }}"
linux-command-line-extra: "systemd.unified_cgroup_hierarchy=false"
-{%- if stage_name in ("qastaging") %}
- lxd-channel: "5.21/stable"
-{%- endif %}
launchpad-buildd-image-modifier-bos03-arm64:
charm: {{ charm_dir }}/launchpad-buildd-image-modifier
options:
@@ -337,9 +334,6 @@ applications:
arch-modifier: 'arm64_gpu'
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 ("qastaging") %}
- lxd-channel: "5.21/stable"
-{%- endif %}
{%- if stage_name in ("production", "qastaging") %}
launchpad-buildd-image-modifier-bos03-riscv64:
charm: {{ charm_dir }}/launchpad-buildd-image-modifier
@@ -361,9 +355,6 @@ 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 in ("qastaging") %}
- lxd-channel: "5.21/stable"
-{%- endif %}
launchpad-buildd-image-modifier-bos03-ppc64el:
charm: {{ charm_dir }}/launchpad-buildd-image-modifier
options:
@@ -373,9 +364,6 @@ 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 in ("qastaging") %}
- lxd-channel: "5.21/stable"
-{%- endif %}
vbuilder-manage-bos03:
charm: {{ charm_dir }}/vbuilder-manage
constraints: "cores=4 mem=8G root-disk=50G {{ extra_constraints }}"
Follow ups