launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #31304
[Merge] ~pelpsi/launchpad-mojo-specs/+git/private:lxd-channel-candidate-revert into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder
Simone Pelosi has proposed merging ~pelpsi/launchpad-mojo-specs/+git/private:lxd-channel-candidate-revert into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
Commit message:
Revert lxd channel for arm runners
Based on this discussion: https://code.launchpad.net/~pelpsi/launchpad-mojo-specs/+git/private/+merge/470432/comments/1271030
Requested reviews:
Canonical Launchpad Engineering (launchpad)
For more details, see:
https://code.launchpad.net/~pelpsi/launchpad-mojo-specs/+git/private/+merge/470877
--
Your team Launchpad code reviewers is subscribed to branch ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index b7f58e2..6d2c5ec 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -400,11 +400,6 @@ applications:
clamav-database-url: "{{ clamav_database_url }}"
launchpad-buildd-repository: "{{ launchpad_buildd_repository }}"
linux-command-line-extra: "systemd.unified_cgroup_hierarchy=false compat_uts_machine=armv7l"
- # use latest/candidate channel for lxd on arm runners
- # using lxd version from latest/candidate should fix intermittent IO
- # timeouts on arm64 in the LXD websocket package.
- # more here: https://warthogs.atlassian.net/browse/LP-1753
- lxd-channel: "latest/candidate"
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
@@ -442,11 +437,6 @@ applications:
clamav-database-url: "{{ clamav_database_url }}"
launchpad-buildd-repository: "{{ launchpad_buildd_repository }}"
linux-command-line-extra: "systemd.unified_cgroup_hierarchy=false compat_uts_machine=armv7l"
- # use latest/candidate channel for lxd on arm runners
- # using lxd version from latest/candidate should fix intermittent IO
- # timeouts on arm64 in the LXD websocket package.
- # more here: https://warthogs.atlassian.net/browse/LP-1753
- lxd-channel: "latest/candidate"
remote-modifiers: '{{ modifiers_bos02 }}'
remote-modifier-private-key: include-base64://{{ local_dir }}/id_rsa.imagebuilder
remote-modifier-public-key: include-base64://{{ local_dir }}/id_rsa.imagebuilder.pub
@@ -493,11 +483,6 @@ applications:
clamav-database-url: "{{ clamav_database_url }}"
launchpad-buildd-repository: "{{ launchpad_buildd_repository }}"
linux-command-line-extra: "systemd.unified_cgroup_hierarchy=false compat_uts_machine=armv7l"
- # use latest/candidate channel for lxd on arm runners
- # using lxd version from latest/candidate should fix intermittent IO
- # timeouts on arm64 in the LXD websocket package.
- # more here: https://warthogs.atlassian.net/browse/LP-1753
- lxd-channel: "latest/candidate"
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
Follow ups